Dyalog / dyalog-jupyter-kernel

A Jupyter kernel for Dyalog APL
https://dyalog.github.io/dyalog-jupyter-kernel/
MIT License
64 stars 20 forks source link

WIBNI we could split tradfn definitions across multiple code-cells? #53

Closed mbaas2 closed 10 months ago

mbaas2 commented 6 years ago

I would find that ability useful, as it would enable me to inject documentation close to the code. Possibly this goes a bit against the idea of one cell being a complete executeable unit, I hope this is not a must. It would also be more in the often referred-to spirit of Knuth's Literate Programming :wink:

Possibly one could end a partial-defiition with a certain prefix (i.e. "...∇") and it would then have to be continued with "∇..." or "...∇{nameOfFn}" in a subsequent code-cell).