calysto_scheme
calysto_scheme copied to clipboard
Speedup: Don't put args in List(); use vector()
Apply's looks like this:
- put args in list
- call apply, apply-cont, etc.
- call
list->vector(args) -
f(*args)
I think we can just put them in a vector to begin with.