joker
graalvm-clojure
joker | graalvm-clojure | |
---|---|---|
20 | 7 | |
1,646 | 505 | |
- | 0.4% | |
6.7 | 4.0 | |
3 months ago | 12 days ago | |
Go | Clojure | |
Eclipse Public License 1.0 | Apache License 2.0 |
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.
joker
- Glojure: Clojure interpreter hosted on Go, with extensible interop support
-
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
graalvm-clojure
-
Faster load times for production deployments
Using graalvm when possible. More details (finding out if possible for your project) here: https://github.com/clj-easy/graalvm-clojure/tree/master/
- Loopr: A Loop/Reduction Macro for Clojure
- Joker
- What do you think about Racket, particularly as it compares with Clojure?
-
Building A Fast Command Line App With Clojure CLI (tools.deps) and GraalVM
I haven't yet, no, but I've just barely gotten started. There's a repo here that tracks compatibility of several Clojure libraries: https://github.com/BrunoBonacci/graalvm-clojure
-
Building A Fast Command Line App With Clojure
Even though there's no batteries-included way to manage Clojure projects, the community has put together a lot of great tools and guides the cover all the bases. The community seems to be converging around the official Clojure CLI and associated tooling as the preferred way to manage Clojure projects. It's extremely well designed, like most things Clojure, but, also like most things Clojure, it's very bare-bones. It's not an all-in-one command-line utility you can use to manage your whole project, like the angular or rails CLIs (which I didn't appreciate nearly enough in my former life 😢). You need to configure the Clojure CLI itself for it to be useful, but luckily that's really straightforward to do. What follows are the steps I did to make a new skeleton command-line app in Clojure. It follows the steps from this great guide, but I included the actual commands here because I use the Clojure CLI (clj) instead of lein to run things.
What are some alternatives?
babashka - Native, fast starting Clojure interpreter for scripting
immer - Postmodern immutable and persistent data structures for C++ — value semantics at scale
janet - A dynamic language and bytecode vm
jank - The native Clojure dialect hosted on LLVM
planck - Stand-alone ClojureScript REPL
clasp - clasp Common Lisp environment
lumo - Fast, cross-platform, standalone ClojureScript environment
clj-new - Generate new projects based on clj, Boot, or Leiningen Templates!
clojerl - Clojure for the Erlang VM (unofficial)
Carp - A statically typed lisp, without a GC, for real-time applications.
rich4clojure - Practice Clojure using Interactive Programming in your editor
graal-docs - Scripts and tips to get Clojure latest working with GraalVM latest