Closed kareltucek closed 1 year ago
Your proposal looks very impressive. I'm not a heavy smart macro user, but I'm sure many forum folks would appreciate these features, and you're welcome to ask around in the forum.
How about RAM usage regarding per-scope states and, in general, regarding these features?
Thanks! The memory consumption seems reasonable. Feel free to go ahead with this.
I'm a heavy macros user, would be liked to try this feature. Actually this is exactly what I hoped since macros invention - using normal programming language. Because macros more suitable for simple things, and are difficult to compose together (and understand what macros actually does)
As a followup to named variables, I would like to propose following new features, since working with control flow that consists of more than one command per basic block is pain:
else COMMAND
andwhile EXPRESSION COMMAND
conditions. (This is a straightforward feature.)E.g.:
Is this functionality desired?