Re: Picolisp within Picolisp (for games, etc.)? Or, PicoLisp VM?

2017-04-28 Thread Alexander Burger
On Fri, Apr 28, 2017 at 08:08:35AM -0800, Christopher Howard wrote: > Sounds like quite a project in and of itself. Indeed. You might consider to take ErsatzLisp (or miniPicoLisp), and throw out all I/O functionality, and other system accesses like Runtime...exec(). ♪♫ Alex > On 04/27/2017

Re: Picolisp within Picolisp (for games, etc.)? Or, PicoLisp VM?

2017-04-28 Thread Christopher Howard
Sounds like quite a project in and of itself. On 04/27/2017 10:18 PM, Joh-Tob Schäg wrote: > I thought about the same. > My insights are: > You can 'let all relevant symbols with alternative functions or just > NIL. Adresses 1 & 2 > You might want to change the repl in a way that if for example

Re: Picolisp within Picolisp (for games, etc.)? Or, PicoLisp VM?

2017-04-28 Thread Joh-Tob Schäg
I thought about the same. My insights are: You can 'let all relevant symbols with alternative functions or just NIL. Adresses 1 & 2 You might want to change the repl in a way that if for example the symbols car and list are evaluated they return a meaningless number. (It might be possible to