|
|
|
|
|
by 63
17 days ago
|
|
I'm not sure most systems programmers would agree that a language with GC is suitable for their work. "No syntactic sugar" and "no macros" sounds like a recipe for boilerplate that will be offputting for many. Please consider adding some code samples to the front page of documentation, as syntax can be important to people. I disagree with some other details, but I do think that a low level GC language that doesn't have some of Go's particular warts (particularly nil and error checking) is worth pursuing. Writing the initial compiler in Typescript is an interesting choice but I suppose that won't matter after it's bootstrapped. Ultimately it's hard for me to take the project seriously at such an early stage but I don't think it's fundamentally flawed. Good luck |
|