Lemon is an open source programming language.
def hello(var name) {
print('Hello', name);
}
hello('World');
Lemon's syntax is like C/C++ and Java with dynamic typing.
Lemon's implementation is 25k sloc ANSI C without dependencies.
Everything is object, integer, number, function, class even type.
Lemon licensed under the MIT Public License.