babashka

Native, fast starting Clojure interpreter for scripting (by babashka)

Babashka Alternatives

Similar projects and alternatives to babashka

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better babashka alternative or higher similarity.

babashka discussion

Log in or Post with

babashka reviews and mentions

Posts with mentions or reviews of babashka. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-10-02.
  • Tour of Hell
    5 projects | news.ycombinator.com | 2 Oct 2024
    Good reminders; just not readily seeing Babashka (Clojure through GraalVM) so mentioning here for sake of sexp closure.

    https://github.com/babashka/babashka

  • Clojure 1.12.0 is now available
    12 projects | news.ycombinator.com | 5 Sep 2024
    > Does any of this release help with startup time?

    Clojure (and indirectly Java) was never created with "fast startup speed" in mind. This is why things like `add-lib` (that was added in this release) is so useful, because you start your developing session once, and it stays open until you either have to restart your computer or done developing the project.

    Then the typical deployment target is either "Push this .jar to a server somehow, start the process and let it run" or "User double-clicks executable, waits for application to be ready".

    If you really need fast startup, you can go through something like https://github.com/ionutbalosin/faster-jvm-start-up-techniqu...

    Or if you're fine with slightly worse runtime performance, give https://github.com/babashka/babashka a try

    Finally, if you're OK with JavaScript you could give ClojureScript a try, has fast startup (as fast as NodeJS I suppose) but yeah, it's JavaScript.

    But overall, Clojure/Java isn't optimized for the use-case of "Start process for each request, stop process once processed" so I'm guessing you'll face an uphill battle there.

  • CIEL Is an Extended Lisp
    19 projects | news.ycombinator.com | 30 Aug 2024
    You should meet this nice https://github.com/babashka/babashka !

    It is Clojure written in Clojure compiled to native via GraalVM.

  • Makefiles for Web Work (2022)
    6 projects | news.ycombinator.com | 24 Aug 2024
    A bit late to the party but have you heard of or tried babashka? It's kinda the nuclear option but it might fit your use case.

    https://babashka.org/

  • Clojure Desktop UI Framework
    7 projects | news.ycombinator.com | 24 Aug 2024
  • Common Lisp for Shell Scripting
    3 projects | news.ycombinator.com | 23 May 2024
  • Try Clojure
    37 projects | news.ycombinator.com | 22 May 2024
    Check out Babashka. It's a single binary that runs Clojure without a JVM. It also starts up really fast and uses a lot less memory: https://github.com/babashka/babashka

    That said, there are reasons you may want to use the JVM Clojure later. It might be interesting to read the replies to another poster with similar concerns about the JVM: https://news.ycombinator.com/item?id=40445415

  • A Tour of Lisps
    8 projects | news.ycombinator.com | 29 Jan 2024
    It also gives you access to Babashka if you want Clojure for other use-cases where start-up time is an issue

    https://babashka.org/

  • Babashka: Fast native Clojure scripting runtime
    2 projects | news.ycombinator.com | 24 Jan 2024
  • What's the value proposition of meta circular interpreters?
    2 projects | /r/prolog | 7 Dec 2023
    I've tried researching this myself and can't find too much. There's this project metaes which is an mci for JS, and there's the SCI module of the Clojure babashka project, but that's about it. I also saw Triska's video on mci but it was pretty theoretical.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 8 Oct 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic babashka repo stats
123
4,028
9.0
2 days ago

babashka/babashka is an open source project licensed under Eclipse Public License 1.0 which is an OSI approved license.

The primary programming language of babashka is Clojure.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that Clojure is
the 28th most popular programming language
based on number of metions?