News

G-code is part of the numerical control used to command CNC machines. He implemented his interpreter using the language he’s most familiar with: Common Lisp (not surprising if you notice the ...
Kawa Scheme is another Scheme implementation that should interest Java developers, because Kawa turns Lisp code into Java byte codes. It is designed to interact with Java applications, allowing ...
Because of this syntax, Lisp makes it easy to write code that writes more code. These capabilities have allowed the little b team to craft a biology-specific, high-level language inside the more ...
Neil McAllister honors Dennis Ritchie and John McCarthy by recalling their profound, lasting contributions to software development.
In this case a LISP environment running on an ESP8266. [Dmitry] is on the “love it” side of the fence — he’s been waiting for an excuse to code up a LISP interpreter for a while, and he ...
Continuing our coverage of Lisp, we present some of the efforts underway to port the venerable language to the .NET runtime. Variants we look at include IronLisp, LispSharp, and Common Larceny.