Version 1.6 released


#1

uLisp Version 1.6 adds the &rest keyword to defun and lambda to allow you to define a function with a variable number of arguments, and adds the string functions concatenate and read-line.

It also improves the efficiency of save-image.

There’s also a new example program demonstrating how to use strings and the string functions: Animals


#2