Will the desktop version have the ability to use functions from third party libraries?
We have a bunch of complicated maths in a java library. At the moment I've got a jruby wrapper around it and using the jruby repl, but it would be awesome if I could use this with it.
Oh interesting. No support for that now, but it should be possible to add. Perhaps shelling out and just reading stdout? Binary interfaces would be harder.