Archives

  • 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
  • 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
    Tags: ,
  • 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
Posts Tagged ‘newlisp’