Re: misunderstanding executing data as code

2016-12-11 Thread dean
Joh-Tob >One does not simply say that the pil interpreter is missunderstanding. "One" didn't :) but thank you for your solution and for explaining what Alex meant by >readable, Lisp-style formatted code for your posts. Christophe Thank you for correcting Joh-Tob straight and for your solution.

Re: misunderstanding executing data as code

2016-12-11 Thread Joh-Tob Schäg
You can produce a readable version of a function by (pp 'function) 2016-12-11 8:12 GMT+01:00 Alexander Burger : > Hi Dean, > > first of all, could you please try to produce some readable, Lisp-style > formatted code for your posts? If possible, boiled-down and simplified >

Re: misunderstanding executing data as code

2016-12-10 Thread Christophe Gragnic
On Sun, Dec 11, 2016 at 7:31 AM, Joh-Tob Schäg wrote: > One does not simply say that the pil interpreter is misunderstanding. Indeed, but I think that here Dean was talking about his own misunderstanding. > Secondly does 'pack fix your problem? (pack Fn) would indeed be

Re: misunderstanding executing data as code

2016-12-10 Thread Joh-Tob Schäg
First things first. One does not simply say that the pil interpreter is missunderstanding. Secondly does 'pack fix your problem? Do you know the difference between a list of chars and a "string-like Symbol"? 2016-12-10 23:01 GMT+01:00 dean : > The following program