Show HN: I made a Clojure-like language in Go, boots in 7ms
71–80 of 106 posts
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#72Earlier quoted context omitted.
What made you stop using Clojure? Lack of Clojure jobs? Or something else?
Job offer I couldn’t refuse that didn’t have Clojure. Now I work for a fully remote team, can work anywhere in the world, at any moment I want, leading the data / cloud team for a distributed timeseries database. Can’t complain. :) Clojure has had a huge, fundamental impact on my way of approaching software development. I actually came from a Haskell / C++ background, but the way Clojure treats data still has a funda…
I've read through their website and README but I feel like I'm missing what separates it from other async libraries.
Can you explain a few examples where it shines compared to core.async?
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#73Earlier quoted context omitted.
apologies if i was blunt - readme sloppage is a particular annoyance of mine that is quickly becoming common. i'm not against vibecoding, far from it. but a readme is a part of a project that humans immediately touch - seeing it littered with em-dashes signals carelessness. i appreciate you taking my feedback with grace.
I would like to point out, again, that em dashes are very much used by humans that run macOS or iOS — like in this case.
Android's software keyboards generally make it easy, too.
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#74Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#75[dead]
created: 7 hours ago
I’m sure you have some impressive work from that era to share here as well.
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#76Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#77[flagged]
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#78There seems to be a surge in compile to Go projects recently. To me this signals that the runtime / stdlib of Go is one of the best out there (when going the GD'd route), but the surface level (syntax) is too simple/verbose and lacks the expressiveness developers want. So far Lisette ( http://lisette.run ) seems to be the best/most active version of a compile to Go language out there.
That does look pretty good. I don’t love the mixing of PascalCase / camelCase and snake_case, though.
Theres no camelCase tho? Snake case and PascalCase fir Go modules interrop.
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#79Earlier quoted context omitted.
That does look pretty good. I don’t love the mixing of PascalCase / camelCase and snake_case, though.
Thats just a pragmatic design decision for Go interop, as Go went nuts with public being UpperCase. Theres no camelCase tho? Snake case and PascalCase fir Go modules interrop.