I recently installed the Io programming language and find it quite intriguing. It is almost like playing with Lego, the way you construct your objects and stuff.
Definitely this language should be checked out if you are interested in neat programming languages.
Name:
Anonymous2008-05-11 23:02
If you add one more letter you could have lol
Name:
Anonymous2008-05-11 23:05
Sounds alot more like an ``Esoteric Programming Language'' to me.
H H AAA X X I N N GGGG
H H A A X X I NN N G G
HHHHH AAAAA X I N N N G
H H A A X X I N N N G GG
H H A A X X I N NN G G
H H A A X X I N N GGGG
_______ ___ __ __ __ ________
/ ___ /| / | / /| / /| / /| / _____/|
/ /__/ / / / /| | / / / / / / / / / / /_____|/
/ ___ / / / / | |/ / / / / / / / / /_____ /|
/ /|_/ / / / / /| / / / / /_/__/ / / |_____/ / /
/_/ //_/ / /_/ / |__/ / /________/ / /_______/ /
|_|/ |_|/ |_|/ |__|/ |________|/ |_______|/
lol that took way to long to do
Name:
Anonymous2008-05-12 23:07
wtf
it ruined it!!!!
Name:
Anonymous2008-05-12 23:12
you ruined my thread.
Name:
Anonymous2008-05-12 23:26
H H AAA X X I N N GGGG
H H A A X X I NN N G G
HHHHH AAAAA X I N N N G
H H A A X X I N N N G GG
H H A A X X I N NN G G
H H A A X X I N N GGGG
_______ ___ __ __ __ ________
/ ___ /| / | / /| / /| / /| / _____/|
/ /__/ / / / /| | / / / / / / / / / / /_____|/
/ ___ / / / / | |/ / / / / / / / / /_____ /|
/ /|_/ / / / / /| / / / / /_/__/ / / |_____/ / /
/_/ //_/ / /_/ / |__/ / /________/ / /_______/ /
|_|/ |_|/ |_|/ |__|/ |________|/ |_______|/
Hey guys, check this out: Io> plus := method(a, b, a + b)
Io> plus(1, 2)
==> 3
Io> getSlot("plus") message next setName("-")
Io> plus(1, 2)
==> -1
Put that in your production code LOL!