| ▲ | prmph 3 hours ago | |||||||
I want a language with: - the memory, thread safety, and build system of Rust - the elegant syntax of OCaml and Haskell - the expressive type system of Haskell and TypeScript - the directness and simplicity of JavaScript Think coding agents can help here? | ||||||||
| ▲ | artpar 10 minutes ago | parent | next [-] | |||||||
I tried that over a month except '- the directness and simplicity of JavaScript' https://github.com/artpar/guage But somehow the language feels so foreign. it can obviously do hello world, but I don't have a real use case PS: the "Pure symbols only" is no longer true, most symbols have been converted to English names and, the "days" you see there in the markdowns are "claude code sessions", not actual days | ||||||||
| ▲ | embedding-shape an hour ago | parent | prev | next [-] | |||||||
All of those things have been built before, you're even referencing existing languages that have those "features". Parent seemingly was asking for people to build something completely novel, that doesn't have any FOSS code available that done that thing before. And yes, LLMs/agents can help you do it for sure, I'm currently building the lisp of my dreams in my freetime, and already have compiler, interpreter, UI framework and some other things already done in a way I'm happy with. | ||||||||
| ▲ | viraptor an hour ago | parent | prev [-] | |||||||
You have conflicting requirements there - expressive type systems are not direct and simple. And elegant is subjective. But seriously though: have you tried to see how far you can get with the design right now? You can start iterating on it already, even if the implementation will lag. | ||||||||
| ||||||||