-
Notifications
You must be signed in to change notification settings - Fork 42
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
Benchmark CL #2
Comments
Aha, great. Thanks for sharing. |
You're welcome. ;) I've had a little time to look into your benchmark sources, and here is the recursive fib for lisp:
|
Hey there, I've tried to compile the projects this weekend but got no success with them. I'll try to find another slot next weekend :) |
Hilarious. The only one of the bunch that can be considered embeddable is ECL and that requires to cherry-pick the features you specifically need to have. |
building ECL:
Embedding examples in: examples/embed Regards, |
Just found this, great project, exactly what I did recently and was looking for.
Might be worth to also look at the few common lisp implementations:
The text was updated successfully, but these errors were encountered: