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

Rewrite the unification piece using core.unify #15

Open
turbopape opened this issue Sep 27, 2016 · 0 comments
Open

Rewrite the unification piece using core.unify #15

turbopape opened this issue Sep 27, 2016 · 0 comments

Comments

@turbopape
Copy link
Owner

We are using a hard-coded method to unify scheme forms with syntax-rules. One of the disadvantages of this is that it uses a global atom to store the unifications, which makes the evaluator absolutely not thread-safe.

If we can use core.unify instead, we might simplify code and make it the interpreter thread-safe.

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

No branches or pull requests

1 participant