Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with aquari0 #25

Open
wboeke opened this issue Dec 18, 2018 · 1 comment
Open

Problems with aquari0 #25

wboeke opened this issue Dec 18, 2018 · 1 comment

Comments

@wboeke
Copy link

wboeke commented Dec 18, 2018

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]

@hikarin
Copy link
Owner

hikarin commented Sep 25, 2019

Hello,

I really appreciate your feedback and feel sorry for such a late reply.

  1. 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.

  2. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants