Version 1.3 released


#1

uLisp Version 1.3 adds setf, allowing you to modify lists in place. It provides a way to perform operations using lists as index-addressible arrays, and use association lists for efficient data storage. The other in-place operations push, pop, incf, and decf have also been extended in the same way. For more details see Language reference.

There are also fixes for two bugs that affected append with null arguments, and with-spi.


#2

is uLisp available in some code repository such as github or bitbucket?


#3

Yes, it’s available here:


#4