this post was submitted on 21 Oct 2023
1 points (100.0% liked)

Lisp

53 readers
3 users here now

founded 1 year ago
MODERATORS
 

sbcl-lisp : 0.7s

racket-scheme : 0.7s

ccl-lisp : 6s

kawa-scheme : 14s

abcl-lisp : 45s

you are viewing a single comment's thread
view the rest of the comments
[–] Pay08@alien.top 1 points 1 year ago (3 children)

How many times do you calculate Fibonacci in a normal program?

[–] ventuspilot@alien.top 1 points 1 year ago

How many times do you calculate Fibonacci

I you don't memoize - everytime!

I'll see myself out...

[–] Ok_Specific_7749@alien.top 1 points 1 year ago

For me the availability of libraries is more important.
Even the size of the executable is not important.

[–] corbasai@alien.top 1 points 1 year ago

every quarter second, for example. Im check memory+mcu in some rt system.