do try destructuring lambda lists #40

Open
opened 2024-07-15 12:03:46 +02:00 by ni · 1 comment
ni commented 2024-07-15 12:03:46 +02:00 (Migrated from git.w21.org)

This is structurally just like the destructuring bindung in let, only when defining and calling a function. Tricky, but maybe very satisfying when done.

Could be useful for performance to tag a function/macro as destruturing or not when it is defined, so we can have two different parameter binding procedures. To be explored.

Would result in (the option for) much cleaner code in a lot of macros. Those will have to be done then, too.

This is structurally just like the destructuring bindung in let, only when defining and calling a function. Tricky, but maybe very satisfying when done. Could be useful for performance to tag a function/macro as destruturing or not when it is defined, so we can have two different parameter binding procedures. To be explored. Would result in (the option for) much cleaner code in a lot of macros. Those will have to be done then, too.
ni commented 2024-07-15 12:07:25 +02:00 (Migrated from git.w21.org)

changed the description

changed the description
ni self-assigned this 2026-05-07 17:42:31 +02:00
Sign in to join this conversation.
No description provided.