implement a -flexible- interpreter ? ( being able to modify 'target' code while running? (lispy =) )
Name:
Anonymous2013-02-17 22:10
come on lispers... there must be a good way to do dynamic loops..
static ones are as simple as appending a string, eg. eval('for(iter=1:10); fprintf("aa\n"); endfor;');