Archives
-
Updating modules for newLISP 10
I am in the process of updating my module repository for newlisp 10. In the process, I am refactoring each module and doing some updates. I am paying shockingly little attention to backward compatibility, so if you want to use the new modules, be prepared to do update your own code. A couple of notable [...]
Jan 25th, 2009 | Filed under Site news -
A better MySQL module for newLISP
The Mysql module has been written from scratch utilizing some of the more recent features of newLisp, such as FOOP and reference returns. One of its major design goals was to simplify use as well as broaden the features of the standard MySQL module, while at the same time allowing the creation of new, anonymous [...]
Jan 22nd, 2009 | Filed under Programming, Software -
Using the newLISP FFI
One of newLisp’s out-of-the-box features is its foreign function interface. It is simple to use, requiring only a minimal knowledge of C and a willingness to read documentation. Submit article
Jan 18th, 2009 | Filed under Programming -
Using newLISP’s find-all
newLISP’s find-all utility is exceptionally powerful, especially when coupled with rich matching functions like match, regex, and unify. find-all combines search and substitution into a fast, comprehensive function for extracting data from lists and strings. Submit article
Aug 12th, 2008 | Filed under Programming -
Making 64-bit MySQL work with newLISP
For the past few days have been spent trying to get the newLISP MySQL module to work with the 64-bit version of the libmysqlclient library. Here is what I did to get things working properly. Submit article
Jul 24th, 2008 | Filed under Programming