lumo VS rich4clojure

Compare lumo vs rich4clojure and see what are their differences.

lumo

Fast, cross-platform, standalone ClojureScript environment (by anmonteiro)

rich4clojure

Practice Clojure using Interactive Programming in your editor (by PEZ)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
lumo rich4clojure
5 6
1,894 193
- -
0.0 2.7
almost 2 years ago 7 months ago
Clojure Clojure
Eclipse Public License 1.0 Eclipse Public License 1.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

lumo

Posts with mentions or reviews of lumo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-03.
  • Clojure Scripting on Node.js
    8 projects | news.ycombinator.com | 3 Aug 2022
    Is this similar to Lumo (https://github.com/anmonteiro/lumo)? I would assume Lumo has a faster start time since it boots from a V8 snapshot, but otherwise I'd assume the two projects are similar (except that, of course, lumo is EOL)
  • Clojure – Differences with Other Lisps
    12 projects | news.ycombinator.com | 2 Nov 2021
  • Clojure, but without the JVM?
    19 projects | /r/lisp | 29 Oct 2021
    Lumo: a standalone ClojureScript environment, runs on Node.js. Doesn't seem to have its own reader conditional, uses :cljs.
  • Racket v8.0 is out!
    4 projects | /r/programming | 15 Feb 2021
    Lumo and Planck (standalone Clojurescript environments, based on Node and on JavaScriptCore with some additional functionality to make it suitable for scripting, respectively), and Clojerl (Clojure implemented on BEAM). Startup times are comparable to e.g. Racket.

rich4clojure

Posts with mentions or reviews of rich4clojure. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-03.
  • How did you transition from C-style language to clojure ? I am having a hard time letting go of how I've been programming all my life.
    2 projects | /r/Clojure | 3 Mar 2022
    The old 4Clojure site is not available any longer. I can (in a highly biased way) recommend using Rich4CLojure in the comfort of your favorite editor.
  • Clojure – Differences with Other Lisps
    12 projects | news.ycombinator.com | 2 Nov 2021
    I've been messing with Clojure/ClojureScript for a few years having previously had zero Lisp experience. Overall, I think Clojure does a good job of being both practical and lispy. It's a language that is for building real things.

    I've been focusing on ClojureScript (https://clojurescript.org/) as you get the benefit of interoperating with the Javascript ecosystem. The fact that there's a strong community around both Javascript hosted and Java hosted gives a wealth of library options.

    Overall, the tooling has been getting a lot closer to the sort of experience that contemporary developers expect. The Calva plugins integration with Visual Studio (https://calva.io/) makes it easy to get started - you can even run it online with gitpod (https://github.com/PEZ/rich4clojure).

    That just leaves learning the language - the slight changes in syntax (brackets for different data types) definitely help early on, and for the most part Clojure discourages people going down the path of macros which means reading other peoples code is reasonably accessible. The main struggle is that it's a language used by a lot of advanced or full-time developers, so documentation is pretty dense and it can take a real commitment to understand the detail.

    It may not be 'correct' enough if you're coming from other Lisps, but coming the other way from C/Python etc I've found it an accessible and practical option.

  • Long-term funding update
    3 projects | /r/Clojure | 20 Aug 2021
    Rich 4Clojure (editor/IDE based 4Clojure with a zero-install option)
  • Guide: Get Started with Clojure in a full REPL-driven editor without installing anything
    1 project | /r/Clojure | 20 Aug 2021
    (And arlier this week I did an adaption of Rich 4Clojure, adding a zero-install option there as well.)
  • Eclipse plugin CounterClockWise still an option?
    1 project | /r/Clojure | 17 Aug 2021
    A cheap (in terms of effort and impact on your computer) way to see how you like Calva is to try the Gitpod option of Rich 4Clojure: https://github.com/PEZ/rich4clojure
  • Zero-install, yet full editor connected 4Clojure
    1 project | /r/Clojure | 16 Aug 2021

What are some alternatives?

When comparing lumo and rich4clojure you can also consider the following projects:

planck - Stand-alone ClojureScript REPL

talk-transcripts - Transcripts of Clojure-related talks

etaoin - Pure Clojure Webdriver protocol implementation

sci - Configurable Clojure/Script interpreter suitable for scripting and Clojure DSLs

babashka - Native, fast starting Clojure interpreter for scripting

joker - Small Clojure interpreter, linter and formatter.

hy - A dialect of Lisp that's embedded in Python

awesome-clojure-likes - Curated list of Clojure-like programming languages.

4ever-clojure - Pure cljs version of 4clojure, meant to run forever!

Fennel - Lua Lisp Language