10
lorentz
5y

Create a bug-free compiler for a Lang like c# but a little less overcomplicated and a lot faster. I don't believe a strictly typed and garbage collected language needs to be much less than half as fast as c++.

Comments
  • 2
    >and garbage collected
    Until c# embraces memory safety without a massive runtime, it's gonna be twice as slow
  • 0
    @beegC0de Since the dotnet gc is a single 20 MB file, I believe it's better to invent something new instead of waiting for Microsoft to optimise it.
Add Comment