The real goal for my OS is to make DOS more Windows NT-like... except not actually be a DOS clone (just DOS-like).
It'll run a proper microkernel-like hybrid kernel (all the daemons run in kernel mode), and it's userland will resemble MS-DOS closely while being careful not to break any of MS's patents or copyrights and whatever
so I'm writing ObjectiveLua as well because I'm lazy and would rather abstract things that aren't important and don't care about speed loss if it's notepad
aka
i'd like to write the Note utility in Lua because it's easier to do so + easier to customize for the end user
the other thing is that my OS cuts corners and when it does things like moving a file, what it actually does it create a new file, copy the file's contents over, and then deletes the original file, rather than moving things physically over.
>cd /ReactOS/ && rmdir /System32/ && echo "Get slam jammed kid" |