by hualaka on 5/29/25, 5:25 PM with 90 comments
by avestura on 6/1/25, 6:39 AM
That said, well done for making this.
by hualaka on 5/29/25, 5:26 PM
by intalentive on 6/1/25, 7:07 AM
by thayne on 6/1/25, 7:27 AM
But I'm confused on why strings use ascii encoding instead of utf-8. What if you need non-ascii characters?
by nlitened on 6/1/25, 6:31 AM
by WhereIsTheTruth on 6/1/25, 6:50 AM
Clean source code too, impressive project
by arthurcolle on 6/1/25, 6:08 AM
by codeptualize on 6/1/25, 9:36 PM
I think the goal is great. My dream language is something "in between Go and Rust", Go but with more expressive types, Rust-light, something along those lines. This seems like it is hitting that sweet spot.
Imo Go gets a lot right when it comes to productivity, but the type system always annoys me a bit. I understand the choice for simplicity, but my preference is different.
Rust is quite enjoyable, especially when it comes to the type system. But, kinda the opposite of go, it's a lot, maybe too much for me, and I frequently don't know what I'm doing haha. I also don't really need Rust level performance, most things I do will run totally fine with GC.
So Go with some extra types, same easy concurrency, compilation and portability sounds like a winner to me.
by hwj on 6/1/25, 10:41 AM
https://en.wikipedia.org/wiki/List_of_filename_extensions_(M...
by pjmlp on 6/1/25, 6:38 AM
by mrbluecoat on 6/1/25, 6:30 AM
(int,bool,bool) t = (1, true, false) // v: Define a tuple. Access elements using t[0], t[1], t[2]
string? s = null
by fithisux on 6/5/25, 11:34 AM
by xigoi on 6/1/25, 10:48 AM
by potato-peeler on 6/1/25, 3:55 PM
Hey, can you comment on how this was achieved?
by lambertsimnel on 6/1/25, 7:06 AM
by alain_gilbert on 6/1/25, 7:44 AM
by alexpadula on 6/1/25, 11:31 AM
by CyMonk on 6/1/25, 7:24 AM
by fithisux on 5/29/25, 7:00 PM