Tail call optimization #6

Open
opened 2024-08-17 22:22:12 +02:00 by liquidev · 0 comments
liquidev commented 2024-08-17 22:22:12 +02:00 (Migrated from github.com)

Kind of an important thing to have for a functional language. The following should not overflow the stack, but rather run out of fuel due to an infinite loop:

(def botsbuildbots (fn () (botsbuildbots)))
Kind of an important thing to have for a functional language. The following should not overflow the stack, but rather run out of fuel due to an infinite loop: ``` (def botsbuildbots (fn () (botsbuildbots))) ```
liquidex added this to the Backlog project 2024-09-13 20:24:03 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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: liquidex/rkgk#6
No description provided.