LoseThos V4.15 is available at http://www.losethos.com. It is a free, open source, 64-bit operating system that is radically different. It has a 64-bit compiler/assembler and supports multicore. It has a fascinating flavor of the C/C++ language. I made the command line itself programmed in C/C++ and look what happened...
I started with:
Dir("*.*");
I added default parameters from C++:
Dir();
I said "Parentheses are stupid with no parameters":
Dir;
This is the way the C/C++ language should have been designed! In my language, any statement outside the scope of a function executes immediately -- having a single fixed-named "main()" is just stupid by comparison.
A side effect of no paranetheses is you must place an "&" in front of a function address. Duh! That's better then the original language.
Lots and lots of neat stuff in LoseThos.