Tail call optimization #29

Closed
opened 2024-04-26 21:16:15 +00:00 by scott · 1 comment
Owner

Tail calls in Ludus should be optimized.

Tail calls in Ludus should be optimized.
scott added the
enhancement
now
labels 2024-04-26 21:16:39 +00:00
scott added this to the Computer Class milestone 2024-04-26 21:16:42 +00:00
scott changed title from Tail call optimization for Ludus to Tail call optimization 2024-04-26 21:16:56 +00:00
Author
Owner

The solution to this is to ensure that all relevant functions in the Janet interpreter are themselves written in a way that Janet's TCO takes care of it. (In theory.) Current practice in the interpreter does just this. Closing for now.

The solution to this is to ensure that all relevant functions in the Janet interpreter are themselves written in a way that Janet's TCO takes care of it. (In theory.) Current practice in the interpreter does just this. Closing for now.
scott closed this issue 2024-05-19 18:41:10 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: twc/ludus#29
No description provided.