Author Topic: The OCD<something> series of code projects strikes again!  (Read 2236 times)

0 Members and 1 Guest are viewing this topic.

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
The OCD<something> series of code projects strikes again!
« on: March 22, 2014, 02:51:19 PM »
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).
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
bw81@ulysses-forums ~ % whoami
Homepage

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: The OCD<something> series of code projects strikes again!
« Reply #1 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.
bw81@ulysses-forums ~ % whoami
Homepage