by alex_iliasov
Lemick is a project to make a programming language similar to those traditional Basic implementations but with all the attributes of the modern programming tool
tjbynum created the lemick-0.9.0a2 Compile forum thread
Lemick is a programming language with BASIC syntax, it's a typed and a compiled language, its source is compiled into a platform-independent virtual machine assembler that is later transformed into a platform-dependent representation by the just-in-time ...
This version includes complete support for virtual methods, property get/set routines, safe run-time type casting, built-in classes (string operations, local threads and others) and more robust packages handling. Just-in-time compiler became approx. 20% ...
New version is almost a complete rewrite since 0.4.1. It is based on the new virtual machine and uses Just-In-Time compiler for better performance.
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use