lazy-seq
Lazy sequences for Fennel and Lua (mirror) (by andreyorst)
joker
Small Clojure interpreter, linter and formatter. (by candid82)
lazy-seq | joker | |
---|---|---|
1 | 19 | |
10 | 1,636 | |
- | - | |
0.0 | 6.7 | |
11 months ago | 24 days ago | |
Fennel | Go | |
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.
joker
Posts with mentions or reviews of joker.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-13.
-
Rye Language
A similar language is Joker (https://github.com/candid82/joker), Go based, Clojure syntax. I've been using it for years as a general purpose scripting language and Clojure code linter and formatter - it's exceptional.
It doesn't integrate non-Joker Go code as far as I know.
- Joker is a small interpreted dialect of Clojure written in Go (Spotted this on HackerNews and wanted to share it here :D )
- Joker is a small interpreted dialect of Clojure written in Go
-
Are there smaller Clojure-esque Lisps available ?
There’s also joker. Haven’t used it but I’ve known about it for a while. Bills itself as a Clojure-like built with Go.
-
Looking for programming languages created with Go
There is also joker. A Clojure interpreter written in Go.
- Lisp in 99 lines of C and how to write one yourself [pdf]
- Joker: Small Clojure interpreter, linter and formatter
-
ClojureDart is live!
See Joker perhaps: https://github.com/candid82/joker
- Coast on Clojure
What are some alternatives?
When comparing lazy-seq and joker you can also consider the following projects:
clojerl - Clojure for the Erlang VM (unofficial)
babashka - Native, fast starting Clojure interpreter for scripting
awesome-clojure-likes - Curated list of Clojure-like programming languages.
janet - A dynamic language and bytecode vm
fennel-cljlib - Port of clojure.core namespace to Fennel (mirror)
graalvm-clojure - This project contains a set of "hello world" projects to verify which Clojure libraries do actually compile and produce native images under GraalVM.
planck - Stand-alone ClojureScript REPL
lumo - Fast, cross-platform, standalone ClojureScript environment
Fennel - Lua Lisp Language