JeffBezanson / femtolisp

a lightweight, robust, scheme-like lisp implementation
BSD 3-Clause "New" or "Revised" License
1.58k stars 119 forks source link

> eval: error: stack overflow #20

Open mubasherkhan opened 8 years ago

mubasherkhan commented 8 years ago

I am using tiny lisp.c file in IOS .For first time build it work fine but at second time i get this error ` error loading file "/var/containers/Bundle/Application/62BFFB4A-46AA-4433-8C68-6F75E913AB8D/FemL.app/system.lsp"

eval: error: stack overflow

eval: error: variable has no value` File is loaded correctly I,ve checked .When i restart device it again work fine