symmetryinvestments / jupyter-wire

Jupyter wire protocol implementation enabling D plugins to be jupyter kernels
Boost Software License 1.0
13 stars 4 forks source link

Dlang kernel #34

Closed joequant closed 3 years ago

joequant commented 3 years ago

Implement d interpreter #28

https://www.youtube.com/watch?v=QuoKNZjr8_U

codecov[bot] commented 3 years ago

Codecov Report

Merging #34 (49c02ab) into master (722c2e5) will decrease coverage by 0.16%. The diff coverage is 33.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
- Coverage   49.13%   48.97%   -0.17%     
==========================================
  Files           9        9              
  Lines         580      586       +6     
==========================================
+ Hits          285      287       +2     
- Misses        295      299       +4     
Impacted Files Coverage Δ
source/jupyter/wire/kernel.d 1.88% <0.00%> (-0.08%) :arrow_down:
source/jupyter/wire/message.d 34.21% <100.00%> (+1.77%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 722c2e5...49c02ab. Read the comment docs.

skoppe commented 3 years ago

Pretty cool!

If you want to progress this beyond a example, it might be worthwhile to separate it into its own repo.

atilaneves commented 3 years ago

This should be its own repository. The purpose of jupyter-wire is to allow kernels to be written.

joequant commented 3 years ago

Cool. Will do!!!!