Arne has written
"Brainfuck" is an awesome programming language! 

Mainly because it fucks our brains.
What is your favourite programming language?
Poll| C | 9.30% (4) | |
| C++ | 41.86% (18) | |
| C# | 2.33% (1) | |
| Perl | 2.33% (1) | |
| LISP | 0.00% (0) | |
| Fortran | 4.65% (2) | |
| BASIC | 9.30% (4) | |
| Python | 6.98% (3) | |
| Other... | 23.26% (10) |

), but, however, if you include Lua's source code in ur project by simply including the source into ur project.
so go
Here
go to downloads, lua for windows adn then download it, the source is in there! Sorry
yay!
lolz, yeah i dont see how the hell you can pick up a girl with brainfuck.
lolz, yeah i dont see how the hell you can pick up a girl with brainfuck.You had me at Hello World.
You had me at >+++++++++[<++++++++>-]<.>+++++++[<++++>-]<+.+++++++..+++.[-] >++++++++[<++++>-] <.>+++++++++++[<++++++++>-]<-.--------.+++ .------.--------.[-]>++++++++[<++++>- ]<+.[-]++++++++++.
You had me at 	 	 .
It only works when embedded in a pre-existing host-client, adoringly known as the Java VM
Assume that we have multiple implementations of the Java Runtime. Of these, which can we decide as the absolute defining implementation of Java? (Oracle vs the open-source community)
If someone writes an implementation of Java that compiles down to machine code so that it no longer needs the JVM, does Java spontaneously become a programming language? (Several micro-controllers allows direct compilation of Java source and Oracle's Java bytecode into machine code)
If parts of the Java code is automatically translated into machine code while the whole is not, does Java gain the status of being a programming language? (Java's JIT predates the MS' .Net implementation)
Also note the implications that may arise when all of the above are considered simultaneously.
There are implementations of Lua in C, Java, Python, and even in Lua itself. Which do we choose as the defining implementation that is synonymous to the language itself? The C version spontaneously translates LuaBytecode into machine code on the fly, the rest are only a single abstraction layer away.
There could be a version of the Lua compiler that generates pure machine code (a notion that makes much more sense than the java equivalent).
LuaJIT