I've been making my own programming language
#1
Called KPPL(Kieron's Prototype Programming Language)

KPPL is a text-based game maker designed for the adventure or war genre.

Code sample:

Code:
if !fin strt
public str test = input("What is your name: ")
output test
fin

That pretty much tells you to enter your name then prints it on the next line.

There is no compiler, yet.
Reply
#2
I shall make a betther one then you!
Reply
#3
Making a language is easy.

Making a functional language is a notch harder -- I could probably make one in Buildism Lua if it were worth trying to.
Reply
#4
(12-09-2011, 08:15 PM)Qwertygiy Wrote: Making a language is easy.

Making a functional language is a notch harder -- I could probably make one in Buildism Lua if it were worth trying to.

I know, right?
Reply
#5
Making a language that's actually worth using is super, super hard. It's interesting how C and C++ are like the only used languages in their area.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)