Download List

项目描述

Lemick is a programming language similar to traditional Basic
implementations but with all the attributes of the modern
programming tool. Major design features include a source to
bytecode compiler and bytecode to object code compiler,
platform-independence of the compiled code (through the use
of VM bytecode), native
support of concurrent and distributed programming (multi-
threading and distributed multi-threading), rendezvous for
message passing, replicas and ultra-weak consistency model
for shared memory simulation, advanced exception handling
mechanism including distributed version, weak typing, mixed
style of procedural and object-oriented programming (relaxed
OO), and high performance.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-04-07 02:12
0.9.0 alpha 2

这个版本有一个错误修正的编译和运行时增加数量。它还修正严重的包装问题,已经很努力建设从以前的版本的来源。预建的I386为Linux和Win32二进制可在此版本。
标签: Major bugfixes
This release has a number of bugfixes to the compiler and additions to the run-time. It also fixes severe packaging problems that made it very hard to build from source in the previous release. Pre-built binaries for Linux i386 and Win32 are available in this release.

2004-02-24 14:20
0.9.0alpha

此版本包括虚方法,财产得到完整的支持/设置程序,安全运行时类型转换,内置类,和更强大的包装处理。刚刚实时编译器成为大约20%的速度更快,包含了像许多新公司的虚拟机指令,例行呼叫和类型转换。一个错误修正和各种小的变化作了大量的编译器和运行时间。
标签: Initial freshmeat announcement
This version includes complete support for virtual
methods, property get/set routines, safe run-time
type casting, built-in classes, and more robust
package handling. The just-in-time compiler became
approximately 20% faster and includes a number of
new virtual machine instructions, like co-routine
calling and type casting. A great number of
bugfixes and various minor changes were made to
the compiler and run-time.

Project Resources