Speaking of potential perfect languages, I recently came upon Forsp, a hybrid between Forth and Lisp. If that's not perfection, what else could be? Click to expand... That the kind of thing that run ...
Compilers often translate source code for a high-level language, such as C++, to object code for the current computer architecture, such as Intel x64. The object modules produced from multiple ...
As I wrote earlier, there is really no reason why you couldn't use indentation to make blocks in C-like languages (keeping { } for unusual circumstances like a block on a single line). Or pretty much ...