A nest
macro
#1646
yohannd1
started this conversation in
Show and tell
A `nest` macro
#1646
Replies: 1 comment 1 reply
-
This is the
The ordering of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've made something I'm quite proud of, though I haven't quite tested its usefulness yet:
It's mostly inspired on the flexibility of the
loop
macro, but aiming to work with general functions. I imagine this works withlet
,defer
andprompt
, for example.Does anyone know of similar macros in other lisps (or perhaps even Janet - I might've glossed over it)? I'm curious if this approach has been taken before, because it feels really powerful.
Beta Was this translation helpful? Give feedback.
All reactions