Is there a way to find out at runtime, how many inputs (arguments, parameters) a function has?
Say, I want to:
(define (my-function unknown-function)
...
(number-of-necessary-arguments unknown-function)
...)
feedback
|
|
You can use
Note that when using
| ||||
|
feedback
|