Name:
Anonymous
2013-02-17 5:33
implement a -flexible- interpreter ? ( being able to modify 'target' code while running? (lispy =) )
Name:
Anonymous
2013-02-18 0:31
eh, i dunno mutable closures / continuations...
say you have a lisp program, made of four lines
wwww
xxx
yyy
zzzz
it can insert a new line jjjj between xxx and yyy, but how does it do this (codewise)?