logoalt Hacker News

bjconlanyesterday at 10:48 PM2 repliesview on HN

This is the kind of clojure port that I always was looking for. Mostly because I thought go's core library and channels abstractions hits a simpler/nicer base API which would with the core & async apis (not to mention scratches my big beautiful binary itch)

Thanks for your work will definitely check it out again once I get over renewed love for cpp (26)

Edit how did glojure go under my radar also a great project from the looks


Replies

giancarlostoroyesterday at 11:07 PM

I have played with the idea of making a “old school PHP” style DSL that takes advantage of the Go runtime and packages under the cover. I say old school PHP because PHP used to be a web focused DSL its no longer the case, I feel like it would make for an interesting easy to use backend language similar to PHP but with the full power of Go behind it. Clojure is an excellent choice.

marcingasyesterday at 10:53 PM

Thanks for kind words! Please don't forget to drop me an issue or two when you eventually get to it :)