- 0 Posts
- 3 Comments
Joined 2 years ago
Cake day: October 18th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
Without type declarations I have CCL computing (fib 39) in 0.365 seconds and (fib 39) in 0.743 seconds. This is because CCL inlines the fixnum case for generic addition, and SBCL does not.
Behold, a Lisp: