This is the showcase for my mainly coding projects. The largest, ongoing project at the moment is luhy, which this site is built using. luhy has been an interesting experience to me as it changed the way I program, because of scale which the program could take.
I mainly progam using Lua as I find it to be an excellent language; most of the projects here will be using it.
MDL is my first attempt of creating a programming language. Whilst the language itself is rigid, it does have many functions, such as if statements, while statements and the programming language basics.
A release from Sourceforge is available here Please be aware that it is potentially very unstable.
The luhyProject is a HTML generator from plain text files. It provides a framework to rapidly change the content of a website without the need of special server side software or languages.
Because of the flexible nature of luhy, it can produce far more than just websites, it could quite easily be adapted to write books or other documentation. Combined with it's easy to use mark-up language, lml, luhy can make site management a breeze. Get it here