Functional Arguments
A functional object or functional argument is a representation of a function that can be passed as an argument and applied to its own arguments.
; Example
> (function car)
#<Function CAR>
> #’car
#<Function CAR>
These used to be called funargs but are now usually called “closures”.
Previous slide
Next slide
Back to first slide
View graphic version