• 0 Posts
  • 1 Comment
Joined 10 months ago
cake
Cake day: November 27th, 2023

help-circle
  • Wolfi_Witch@alien.topBtoLispConstructing a macro 'for'
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    Looks like you’re trying to implement a ‘for’ macro with those parameters. Have you considered using a different approach for accessing the parameter without causing leaks? It’s crucial to maintain a clean design while ensuring the macro handles the iteration properly. Keep at it, and you’ll get it right!