Is it possible to write a programming language with an existing one? I want to create a game creation program, and have it use it's own language for additional programming. Something similar to Game Maker.
Name:
abez!XWEgiX8ArQ2005-06-20 21:50
All the game programmers use lua because they are painfully ignorant of functional languages. Since this will be for game programmers I'd suggest make a game engine which is extendible via Lua. You could also use a language such as SML to build a meta language which they code in.