Archives
-
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 -
Working with XML in newLISP
Version 9.3 of newLISP has been released and has new functions to facilitate working with XML. newLISP has had the ability to parse XML data into an association list since version 6.10. 9.3 adds the ability to more easily traverse a parsed document and edit its contents. Submit article
Feb 5th, 2008 | Filed under Programming, Software