lazy-seq
Lazy sequences for Fennel and Lua (mirror) (by andreyorst)
lumo
Fast, cross-platform, standalone ClojureScript environment (by anmonteiro)
lazy-seq | lumo | |
---|---|---|
1 | 5 | |
10 | 1,894 | |
- | - | |
0.0 | 0.0 | |
11 months ago | over 2 years ago | |
Fennel | Clojure | |
MIT License | 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.
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.
lazy-seq
Posts with mentions or reviews of lazy-seq.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-29.
-
Clojure, but without the JVM?
I believe there are more projects than that. I, personally, invest a lot of time into Fennel, as it's very minimal, and Lua runtime is very easy to extend as you like. I've implemented Clojure-like library for lazy sequences, and the cljlib - a library that ports a lot of functions and macros from clojure.core namespace.
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
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
-
Clojure, but without the JVM?
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!
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.
What are some alternatives?
When comparing lazy-seq and lumo you can also consider the following projects:
clojerl - Clojure for the Erlang VM (unofficial)
etaoin - Pure Clojure Webdriver protocol implementation
awesome-clojure-likes - Curated list of Clojure-like programming languages.
planck - Stand-alone ClojureScript REPL
fennel-cljlib - Port of clojure.core namespace to Fennel (mirror)
joker - Small Clojure interpreter, linter and formatter.
babashka - Native, fast starting Clojure interpreter for scripting
Fennel - Lua Lisp Language