awesome-clojure-likes
ClojureCLR
awesome-clojure-likes | ClojureCLR | |
---|---|---|
3 | 11 | |
209 | 1,568 | |
- | 0.2% | |
4.3 | 8.5 | |
about 1 year ago | 3 months ago | |
C# | ||
- | - |
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.
awesome-clojure-likes
- GitHub - chr15m/awesome-clojure-likes: Curated list of Clojure-like programming languages.
-
Clojure, but without the JVM?
I really sympathize here, Clojure is such a cool kid. Unfortunately, I did not find a satisfying clojure-like langage, here is a good list of similar or inspired langages : https://github.com/chr15m/awesome-clojure-likes
-
State of Clojure 2021
I think Clojure will be a very hard language to supersede. Lisp syntax in general is not very common, so lots of people dismiss it just because of that. The ones that don't, usually look on programming languages differently, and won't leave Clojure unless a serious contender with a seriously awesome team behind it pops up, which since I started doing Clojure (~2010) hasn't happened yet and seems unlikely to happen.
Although there are some nice efforts on getting wider support for Clojure. Babashka is one of my favorite projects, that leverages SCI (Small Clojure Intreper) and GraalVM to build a subset of Clojure that can startup much faster, making Clojure suitable for CLIs and desktop apps.
Then we have the Clojure-like languages that takes the best ideas of Clojure with some differences and different runtimes. Joker comes to mind as one of those. Here are some others: https://github.com/chr15m/awesome-clojure-likes
I also think ClojureScript is still a hidden gem in the frontend world. Now with the rise of shadowcljs, it becomes easier to get started, which is seemingly super important for the JS world (rather than focus on longterm experience, first timer experience is the focus), so more people will see the strength in Clojure for client-side clients, especially if the data structures you're dealing with is coming from 3rd party clients instead of you making them up on the backend.
All in all, Clojure will be hard to replace, but definitely not impossible, it'll just take a lot. For now, Clojure is the king on the hill, with it's small versions eating up some smaller hills. In my view, it's time has yet to come.
ClojureCLR
-
Rust panics under the hood, and implementing them in .NET
Before Rich made Clojure for the JVM, he wrote dotLisp[1] for the CLR. Not long after Clojure was JVM hosted, it was also CLR hosted[2]. One of my first experiences with ML was F#[3], a ML variant that targets the CLR. These all predate the MIT licensed .net, but prior to that there was mono, which was also MIT licensed.
1: https://dotlisp.sourceforge.net/dotlisp.htm
2: https://github.com/clojure/clojure-clr
3: https://fsharp.org/
- Make a New Programming Language
- Try Clojure
-
Dada, an Experiement by the Creators of Rust
Yea, that's true. I forgot about that. I did think of Clojure CLR, but I don't get the impression that this is an all that natural or used implementation. ClojureScript is obviously much more used, although it is still a "different" language.
https://github.com/clojure/clojure-clr
-
Ask HN: Does an equivalent of Clojure exist for .NET?
ClojureCLR can already run on .NET 5.0 , so at least it made it through the .NET Core migration. I'm sure they'll get it to 6.0 at some point.
https://github.com/clojure/clojure-clr/wiki/Getting-started
- Clojure, but without the JVM?
-
Elixir Protocols vs. Clojure Multimethods
I recently found there was a clojure implementation for .NET and also one for the BEAM Virtual Machine. Has anyone used the latter? Regards
[1] https://github.com/clojure/clojure-clr
-
Scheme for embedding in .NET application
Maybe it's not exactly a scheme, but there's Clojure CLR and it's actively maintained: https://github.com/clojure/clojure-clr/wiki
-
Java on Truffle – Going Fully Metacircular
https://github.com/clojure/clojure-clr/commits/master
What are some alternatives?
Fennel - Lua Lisp Language
F# - Please file issues or pull requests here: https://github.com/dotnet/fsharp
hy - A dialect of Lisp that's embedded in Python
Roslyn - The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
lumo - Fast, cross-platform, standalone ClojureScript environment
IronScheme - IronScheme
janet - A dynamic language and bytecode vm
Fable - The project has moved to a separate organization. This project provides redirect for old Fable web site.
joker - Small Clojure interpreter, linter and formatter.
Mono-basic - Visual Basic Compiler and Runtime
clojerl - Clojure for the Erlang VM (unofficial)
Nemerle - Nemerle language. Main repository.