Earlier quoted context omitted.
Thanks for feedback. Here's a pre-AI-slopped README https://github.com/nooga/let-go/blob/98c2e2ebf38519bceb4f799... You can also refer to the HN post itself - it says why I think it's cool.
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.
Show HN: I made a Clojure-like language in Go, boots in 7ms
31–40 of 106 posts
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#32Earlier quoted context omitted.
Why did you feel the need to slopify your README? The original version read much, much better. I genuinely don’t understand why people do this.
Good question, perhaps I really was just careless. I'll look into fixing the README.
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#33Is it possible for now?
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#34I am finding i need "Rails" but i like single binary deployment of Go and fast/low resource usage like Go. Is it possible for now?
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#35absolutely sick of reading through obviously AI-slopped READMEs. it's your project, take a little pride and tell me why i should like it quickly instead of asking your agent to rattle off a list of features -- it's severely boring & offputting.
Thanks for feedback. Here's a pre-AI-slopped README https://github.com/nooga/let-go/blob/98c2e2ebf38519bceb4f799... You can also refer to the HN post itself - it says why I think it's cool.
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#36Earlier quoted context omitted.
Thanks for feedback. Here's a pre-AI-slopped README https://github.com/nooga/let-go/blob/98c2e2ebf38519bceb4f799... You can also refer to the HN post itself - it says why I think it's cool.
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.
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#37Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#38Earlier quoted context omitted.
Yes, I know about this one. I'm even comparing against it in my benchmarks :)
You need to update the go-joker numbers, I removed the GIL yesterday or so and did some changes to the IR. ;)
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#39As far as JVM-free Clojure-like, Janet is really nice. I've been using it in production for a while: https://janet-lang.org/ There's also Fennel if you want the Lua vm and libraries.
Re: Show HN: I made a Clojure-like language in Go, boots in 7ms
#40Nice! I recently played around with a Lisp syntax for Go semantics: https://codeberg.org/veqq/Joe As far as JVM-free Clojure-like, Janet is really nice. I've been using it in production for a while: https://janet-lang.org/ There's also Fennel if you want the Lua vm and libraries.