Login
Roast topics
Find topics
Find it!
From:
Scheme Requests for Implementation
(Uncensored)
subscribe
SRFI 219: Define higher-order lambda
https://srfi.schemers.org/srfi-219/
links
backlinks
Roast topics
Find topics
Roast it!
SRFI 219 is now in final status.This SRFI codifies the following shorthand syntax, which some Scheme implementations have had for a long time. (define ((outer-name outer-args ...) inner-args ...) inner-body ...)