gerbil
gerbil copied to clipboard
Syntax for splicing let form in lambda bodies
I propose this syntax:
(def (string-substitute-char ...)
(let key =: key) ; notice the keyword to make the discriminant
...)
Originally posted by @vyzo in https://github.com/vyzo/gerbil/pull/826#discussion_r1325611962
Nice syntax, but... what's the semantics?