Archives
-
A module manager for newlisp
nl-install is a basic module manager for newlisp. With this first release, I have set up a repository for the Artful Code modules and included it in the default settings for the application.
Feb 18th, 2009 | Filed under Programming, SoftwareTags: newlisp -
Multiprocessing utilities for newLisp
newLisp’s Cilk API simplifies the task for forking new processes and retrieving the results of child processes’ calculations a breeze. Some patterns remain complex, particularly when dealing with shared state or managing access to resources. To formalize some of the more common patterns of usage with the Cilk API, semaphores, and shared memory, I have written a multiprocessing library for newLisp.
Jan 29th, 2009 | Filed under Programming, Software -
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 -
newLISP TextMate bundle 1.1
Not a whole lot new with this release. A new theme (newLISP dark) with a dark background and a couple of updates to recognized keywords. Download it here. Submit article
Aug 19th, 2008 | Filed under SoftwareTags: releases -
newLISP modules section
I have added a new area to the site specifically for newLISP modules. I am in the process of documenting all of my libraries and adding them to that page. A couple of notable modules: CSV – a module for parsing CSV files Mysql – a wrapper for the standard MySQL module, with some helpful [...]