Ulysses

General => Off-Topic => Topic started by: Bytewave on March 22, 2014, 02:51:19 PM

Title: The OCD<something> series of code projects strikes again!
Post by: Bytewave on March 22, 2014, 02:51:19 PM
https://github.com/ShortCircuittheBrony/OCDOS (https://github.com/ShortCircuittheBrony/OCDOS)

^-^

So, yeah- I wrote an MS-DOS based operating system in Lua.
:D

It actually uses the most recent version of my script OCDLib (which is now on Pastebin (http://pastebin.com/CXVHuCcE)).
So, yeah. Mhm.

I coded this in my spare time- mainly to test my coding skills.
At the moment it contains one command: hello, which is like a "hello world" command. :D
Title: Re: The OCD<something> series of code projects strikes again!
Post by: Bytewave on April 05, 2014, 08:32:19 PM
Bump because this is cool and I released a new commit that adds argument functions.
Example:
Code: [Select]
add 1 2would add the numbers 1 and 2 and display the result.