If you are writing a program that has a technical user base, it is a nice touch to make the program scriptable. In fact, you might want to do the hard work in a programming language and then use your ...
I just released BiteScript 0.0.2, which mainly fixes some issues defining packages and non-public classes. BiteScript is basically just a simple DSL for generating JVM bytecode. I use it in Duby and ...
Functions are fundamental to code organization; they exist in all higher order programming languages. Generally, functional programming means using functions to the best effect for creating clean and ...