You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get your aquario program running. When I try e.g. (fib 20), then the GC should happen, but no sign of this is shown. It seems like no GC is done at all, only after a (gc) statement. Then again there is no feedback.
Could you please augment the README such that an uninformed user like me knows what to do? Also it appears that the do_test.lsp example does'nt run, e.g 'begin' and 'equal?' are not understood.
Thanks for your answer, with kind regards,
Wouter Boeke [email protected]
The text was updated successfully, but these errors were encountered:
I really appreciate your feedback and feel sorry for such a late reply.
Unfortunately, it gives you no feedback during GC. I am trying to find a good way to visualize GC. It is easy to tell you that GC is running, but what I expect is more like visualization of entire heap.
As you mentioned, do_test.lsp fails because of 'begin' and 'equal?', which are no longer valid. I removed the file do_test.lsp itself and please simply use 'make tests' for testing purpose. I also added a small description about it on README.md.
The email link did'nt work, so I try it this way.
I am trying to get your aquario program running. When I try e.g. (fib 20), then the GC should happen, but no sign of this is shown. It seems like no GC is done at all, only after a (gc) statement. Then again there is no feedback.
Could you please augment the README such that an uninformed user like me knows what to do? Also it appears that the do_test.lsp example does'nt run, e.g 'begin' and 'equal?' are not understood.
Thanks for your answer, with kind regards,
Wouter Boeke
[email protected]
The text was updated successfully, but these errors were encountered: