Optimisation of Functions #27

Closed
opened 2025-09-25 14:01:53 +10:00 by DiamondNether90 · 1 comment

Right now, the code for functions is slow and inefficient. Is it possible to treat functions as
!fun &store: Enter next scope and jump to the start of the function definition
return &ans: Enter the previous scope and jump to the function call
To be more efficient?

Right now, the code for functions is slow and inefficient. Is it possible to treat functions as `!fun &store`: Enter next scope and jump to the start of the function definition `return &ans`: Enter the previous scope and jump to the function call To be more efficient?
Owner

Have you read the code to call functions? Read it and tell me how to optimise it please

Have you read the code to call functions? Read it and tell me how to optimise it please
max closed this issue 2025-09-26 08:14:14 +10:00
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ground/ground#27
No description provided.