iainctduncan/scheme-for-max

Code eval'd as list in inlet 0 not running in top env

Closed this issue · 1 comments

When code is executed through eval'ing a max message in inlet 0, it is not executing at top level, so for example, defines don't stick around. I think this is not what I want. prob need to ask on the list about this.

Solved by adding rootlet to that the eval happens at top level. now:
(eval args (rootlet))