hoplon 2026-02-01

Oh nice, I normally use traversy for this kind of thing, but the sugar for this is pretty, and I think it would cover most of the use cases I use traversy for.

Thanks for the look! Not familiar with traversy I'll check it out

I looked into the implementation and was surprised to find CLOS.md and a whole mini dispatch system. What’s the story there?

Hehe thanks for noticing CL is one of my favorite languages and I really like CLOS. I've seen it used to great effect in compilers especially and I wanted to throw in Simplicity and low performance seemed forgivable, as a macro implementation

Also, I have another couple compiler ideas I’d like to do in there. A much better CLOS using all the exotic techniques (sealing, polymorphic inline caches/invokedynamic) And a compiler for a high performance numeric Clojure subset

So, tooling up a bit

Oh yeah possibly also an array lang based on Klong

(At least for tl/update)

awesome find. I ran across something hoplonesque like that too at one point, wish I could remember. it included a javelin as well (although dirty checking iirc)

in case anyone interested, recently offered up my own map munging library, would love to hear thoughts/feedback https://github.com/tailrecursion/restructure