zweifisch / ob-swift

org-babel functions for swift evaluation
12 stars 3 forks source link

Add an option to let user can specify session name #2

Open stardiviner opened 5 years ago

stardiviner commented 5 years ago

As described here. I hope ob-swift can support user specify session manually.

https://github.com/swift-emacs/swift-mode/issues/155#issuecomment-449627274

Like this:

#+begin_src swift :session "*docker run --rm --privileged -it swift swift*"
print("hello, world!")
#+end_src
stardiviner commented 5 years ago

I think it would be great to integrate with swift-mode's option swift-mode:repl-executable.

happyo commented 9 months ago

I just created a new package called ob-swift-enhanced to tackle issues with REPL interaction in swift-mode. You can find more details about the project at this link: https://github.com/happyo/ob-swift-enhanced.