Created
October 9, 2021 16:40
-
-
Save ruliana/a2684fdf9edc7b150dd1fca9ed36d87b to your computer and use it in GitHub Desktop.
Functional design patterns - builder function (Racket)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(define ((builder builder-param other-builder-param) trivial-param) | |
; ... do stuff | |
something) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment