Jeroen van Dijk

Results 87 comments of Jeroen van Dijk

Hehe looking at install process of some of my collegeaus, distributing an uberjar directly would speed up the install process a lot

Yes, good points, I fully agree. It is also easy to create your own alias or set it as your default shell, should the name be too long. Since the...

I've used `CTRL-r` with the latest version (uberjar) and I think this works. At least how I expect this shortcut to work

I had this issue on a fresh AWS Ami. This is how things eventually worked for me with the use of `nvm`: Install nvm according to https://github.com/creationix/nvm#install-script ``` curl -o-...

@johannesloetzsch I cannot reproduce the problem with the current master (8a2fc67ce1152aa6c52c0250e247104581d1eff1), so I guess it is fixed. Tested on Mac Osx via: ``` clojure -Sdeps '{:deps {closh {:git/url "https://github.com/dundalek/closh.git" :sha...

Oh I think a made a wrong observation. Actually it does work on a first try. However when I do ``` boot uberjar-sci boot uberjar ``` Thus without cleaning up...

Some previous work/thought: https://github.com/cemerick/pomegranate/issues/106

A collegeau pointed me to a similar thing with tools.deps in IClojure (Clojure in Jupyter) https://github.com/HCADatalab/IClojure/blob/62cda58dee9c57d7d5e120df618e9ffbcd6181d9/src/iclj/core.clj#L368

With Sci and GraalVM things have becomes slightly more difficult. However, there is this idea from @borkdude to explore the library feature of GraalVM to host native extensions on Clojars...

For reference, here is a client/server prototype with a clojure client compiled with GraalVM and a server running a prepl: https://github.com/jeroenvandijk/clojure-scripting