Back to News
Advertisement
Advertisement

⚡ Community Insights

Discussion Sentiment

75% Positive

Analyzed from 341 words in the discussion.

Trending Topics

#glojure#gloat#https#clojure#gloathub#jank#repl#compile#projects#com

Discussion (9 Comments)Read Original on HackerNews

gregwebs27 minutes ago
There’s also typed fp on Go: https://lisette.run/

The Go runtime, toolchain, and ecosystem are great- it makes sense to target it.

shikck20042 minutes ago
Thats pretty sweet.

How does the repl work? Does it compile to Go, then execute? Or does it ship with a full vm? Most go repls are really slow because they need to compile/execute (they fake the "e" part in repl). Its a niche case, but could enable some fun projects.

adityaathalyeabout 1 hour ago
PSA: glojure maintenance has moved here: https://github.com/gloathub/glojure

Worth changing the submit URL to this one?

Edit: never mind. Spoke too soon. Ingy is keeping gloathub/glojure fork and glojurelang/glojure source at parity.

giancarlostoroabout 4 hours ago
Previous discussion from 2024:

https://news.ycombinator.com/item?id=42272524

metadatabout 2 hours ago
68 comments

I wonder how it’s progressed in the past two years?

ameliaquiningabout 2 hours ago
Judging by the changelogs in the releases section, there haven't been radical changes, just incremental improvements.
adityaathalyeabout 1 hour ago
Work is being furthered by Ingy döt Net [0] (Creator of Gloat, YAML, YAMLScript, and other stuff), supported by a Clojurists Together grant [1].

[0] https://gloathub.org/blog/2026/06/16/gloat-q2-grant-halfway-...

> We are halfway through the Q2 2026 Clojurists Together funding cycle, so this is a good time to report what has been done for Gloat and Glojure.

...

> Since the start of the grant period, Gloat and Glojure have had over 20 releases, with Gloat moving from v0.1.26 to v0.1.50. The Glojure work was all being done on the long running fork gloathub/glojure, but I'm thrilled to announce that as of today, the work has been fully moved back to the upstream glojurelang/glojure and will continue to be maintained and released from there.

> My overall ambition for Gloat is to have Clojure be as full featured and prominent to Go programming as it is to Java. The industry is crazy about Go. Let's get it crazy about Clojure.

[1] https://www.clojuriststogether.org/projects/#Gloat:~:text=Ma...

> Make Gloat/Glojure binaries smaller and faster. Pass more of the Clojure Compatibility Test Suite. Create tutorial docs on: How to use Gloat to integrate Clojure into Go projects and How to use Gloat instead of GraalVM to (cross-)compile Clojure.

hardwaresoftonabout 2 hours ago
Another really interesting Lisp that I recently came across:

https://github.com/carp-lang/Carp

adityaathalyeabout 1 hour ago
Jank, a Clojure dialect, is playing in the same field:

> Where jank differs from Clojure JVM is that its host is C++ on top of an LLVM-based JIT. This allows jank to offer the same benefits of REPL-based development while being able to seamlessly reach into the native world and compete seriously with JVM's performance.

https://jank-lang.org/