Coder Social home page Coder Social logo

Comments (14)

dundalek avatar dundalek commented on May 19, 2024 2

I don't want to give any promises, but it will hopefully be done in a month or so.

from closh.

neominik avatar neominik commented on May 19, 2024 1

JVM is faster, but has a lot slower startup time. Waiting 10 seconds for your shell to start up every time would be a no-go for me.
Otherwise I would also like to see a JVM version.

from closh.

dundalek avatar dundalek commented on May 19, 2024 1

I am hoping that in the future it could be compiled to native code with Graal which should make the startup time be less than a second.

Anyway, the JVM port is in progress in the master branch. It is mostly done, there are just a few issues that need to be ironed out before a release.

from closh.

dundalek avatar dundalek commented on May 19, 2024

I come from js and node background so it is easier for me to hack on. Plus lumo is awesome and it does a lot of heavy-lifting. Basically when I saw lumo I got the idea I could just hack the REPL a bit and got the prototype working.

I think with the new clj tool and clj.main Clojure proper gets more hackable too. It would be a cool exercise to abstract the code and implement platform specific code for JVM support. I would like to have that eventually down the road.

from closh.

NightMachinery avatar NightMachinery commented on May 19, 2024

from closh.

zcaudate avatar zcaudate commented on May 19, 2024

this is exciting. when will this be out?

from closh.

dundalek avatar dundalek commented on May 19, 2024

Just FYI here are remaining issues that need to be completed for the JVM integration so that it can be released for v0.3:

  • Fix remaining failing unit tests regarding file redirection
  • Fix cding to non-existing directory which ends in infinite loop
  • Handle SIGINT properly
    • For example when a process runs (like sleep 10) and ctrl+c is pressed then shell quits.
    • Make sure it also interrupts properly when running in process thread, e.g. (Thread/sleep 10000) and pressing crtl+c
  • Bonus: Port the autojump integration
  • Fix glob expansion when switching directories

from closh.

zcaudate avatar zcaudate commented on May 19, 2024

would it also be possible to have nrepl support?

from closh.

dundalek avatar dundalek commented on May 19, 2024

@zcaudate What would be the use case for having nrepl?

from closh.

zcaudate avatar zcaudate commented on May 19, 2024

@dundalek: I'd be looking at it as a replacement for lein

from closh.

zcaudate avatar zcaudate commented on May 19, 2024

it'd be essentially like having both the shell and the repl in one.

from closh.

dundalek avatar dundalek commented on May 19, 2024

@zcaudate I see, it should be possible to include nrepl middleware to start an nrepl server. Could you create a separate issue so we can track it there?

from closh.

jeroenvandijk avatar jeroenvandijk commented on May 19, 2024

I think this can be closed as there is a JVM version now..? 🎉 #87

I'm already playing with it => #92

from closh.

dundalek avatar dundalek commented on May 19, 2024

I agree. Unfortunately more blocking issues were discovered. There are separate issues opened, I label them with bug and jvm tags.

from closh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.