gcv / julia-snail

An Emacs development environment for Julia
GNU General Public License v3.0
231 stars 21 forks source link

Org mode support #79

Closed MasonProtter closed 2 years ago

MasonProtter commented 2 years ago

It'd be great of we could make an ob-julia-snail mode using the infrastructure here. I think most of what is needed is already implemented.

gcv commented 2 years ago

I agree. PRs very much welcome. I’m not familiar with writing Org Babel modes, but there’s probably a challenge involved here in wrangling the connection buffers. (We don’t want to restart Julia at every evaluation.)

I know it’s not as good as true Babel integration, but the code cells works pretty well for me.

MasonProtter commented 2 years ago

Closed by https://github.com/gcv/julia-snail/pull/86