This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Exerro's profile picture

New CC programming language

Started by Exerro, 09 January 2013 - 04:41 AM
Exerro #1
Posted 09 January 2013 - 05:41 AM
Well im not sure if i can call it a programming language (not sure what it has to do to be a language) but im thinking of making something where you type a load of stuff in to a program and run it through another program and it will convert it to lua and run it

a) im not sure if anyone wants it…it will hopefully be easier to use than lua so a great thing for newbies and later i will make it more advanced
B)/> not sure how i should make the syntax…please post some suggestions if you like the idea
c) im not sure if there is there a point…and if it is possible?
d) shall i make it whitespace sensitive

Please comment below if you have anything to say about the topic
Stary2001 #2
Posted 09 January 2013 - 08:24 AM
Find a simpler language such as.. something similar to BASIC and maybe write an interpreter for that?
Mendax #3
Posted 09 January 2013 - 10:26 AM
BASIC or BATCH would be easy, I was thinking about making an assembler for it, instead of using an interpreter for it, as simulating ifs is much harder
Exerro #4
Posted 10 January 2013 - 08:56 AM
well i was thinking…instead of it going through every line and interpreting every word, it would just look for certain things that are different in the new language…then i got into thinking about making a program that a) can detect and fix errors B)/> you can add text shortuts into (similar to functions)
ETHANATOR360 #5
Posted 13 January 2013 - 12:11 PM
Please don't make it resemble basic the spaghetti code is no fun to debug