← Back to context

Comment by sylware

3 years ago

Time for a B+ language?

There is so much more to remove: 1 loop statement is enough, loop {}, enum should go away with the likes of typeof, etc.

I wonder if all that makes writing a naive "B+" compiler easier (time/complexity/size) than a plain C compiler. I stay humble since I know removing does not mean easier and faster all the time, the real complexity may be hidden somewhere else.