-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SRFI 15 (fluid-let) #71
Comments
Thanks for this. It would be really convenient for me if you'd submit a PR for this and I'd be happy to accept it. |
Added in the PR #72, but |
Thanks, what do you mean by "not a standard library name"? Sorry, I'm a little distant from the issues at the moment, so I might need some hand holding.
…--
Aaron W. Hsu | ***@***.*** | http://www.sacrideo.us
On Thu, Aug 26, 2021, at 3:12 AM, Lassi Kortela wrote:
Added in the PR #72 <#72>, but
`fluid-let` is not a standard library name.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#71 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAJNSHRUSK6CKSGJY7OCJ4LT6XSPJANCNFSM5CZO4IEA>.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android <https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
SRFI 97: SRFI Libraries lists a bunch of mnemonics for SRFIs. For example, This means we could use |
Makes sense, we can keep the name. |
AFAICT Chez Scheme's
fluid-let
is compatible with SRFI 15. In that case, this would be a compliant implementation of the latter:The SRFI also supplied a portable implementation using
dynamic-wind
.The text was updated successfully, but these errors were encountered: