Re: [O] JShell support in Babel?

2019-10-17 Thread Jarmo Hurri
Ken Mankoff writes: Greetings. >> JShell is a pretty nifty tool for exploring and demonstrating basic >> Java features. Has anyone happened to write support for it in Babel? > > You can start working with it even without official Babel support: > > #+BEGIN_SRC bash :results verbatim > jshell Th

Re: [O] JShell support in Babel?

2019-10-15 Thread Ken Mankoff
On 2019-10-15 at 13:04 +02, Jarmo Hurri wrote... > JShell is a pretty nifty tool for exploring and demonstrating basic Java > features. Has anyone happened to write support for it in Babel? You can start working with it even without official Babel support: #+BEGIN_SRC bash :results verbatim js

[O] JShell support in Babel?

2019-10-15 Thread Jarmo Hurri
Hello. JShell is a pretty nifty tool for exploring and demonstrating basic Java features. https://en.wikipedia.org/wiki/JShell Has anyone happened to write support for it in Babel? If no-one has done this, I might try to implement it later by mimicking some other language support. Unfortunate