🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

JankoScript: a language in the making

Started by
9 comments, last by 5MinuteGaming 19 years, 11 months ago
You would creately increase your users capability for writing the scripts if you added highlevel statements such as those used in QBasic.

i.e.

Line (10,10)-(100,100),1,b,10

If your going for a scripting language a lot of these highlevel statements makes sense. Since a person coding it will not have to worry about memory management and other low-level concerns. Most common programming languages simply allow for the manipulation of memory such as C/C++, Java, Pascal, and their statements do not give any support for graphics or input devices. Although Java has built in classes which handle all of that for you. You should either build them in to your objects or into the statements.

This topic is closed to new replies.

Advertisement