klisp

an open source interpreter for the Kernel Programming Language.
git clone http://git.hanabi.in/repos/klisp.git
Log | Files | Refs | README

CHANGES (257B)


      1 v0.4
      2 
      3 - Added eq-hashtables (Oto Havle)
      4 - Fixed semantics of eval in the presence of continuation capturing
      5   and mutation of the argument or result list
      6 - Fixed semantics of other combiners in the presence of continuation capturing
      7   and mutation (filter)