Version 3 of L

Updated 2007-01-07 17:48:04

L is a programming language invented by Oscar Bonilla, Tim Daly, Jr., and Larry McVoy from COMPANY: BitMover. L is a compiled-to-byte-code language compiling to Tcl byte codes and thus leveraging the entire Tcl runtime.

L is designed to peacefully coexist with Tcl. L functions may call Tcl procs and vice versa. They may also coexist in the same source file.

L is a static weakly typed language with int, float, string, struct, array, and hash as first-class objects. The L syntax is reminiscent of C with a tiny bit of C++ thrown in.

Want to read more? Look here: http://www.bitmover.com/lm/papers/l.pdf


AMG: Has anyone played with L who would like to share his or her experiences?

RLH Is there anything in L that we can co-opt for Tcl?


[ Category Language ]