Recursive function causes corrupted bytecode #33

Closed
opened 2024-08-21 21:02:09 +02:00 by liquidev · 0 comments
liquidev commented 2024-08-21 21:02:09 +02:00 (Migrated from github.com)

Brush:

(def botsbuildbots
  (fn () (botsbuildbots)))

(botsbuildbots)
an exception occurred: corrupted bytecode (set def index out of bounds)
Brush: ``` (def botsbuildbots (fn () (botsbuildbots))) (botsbuildbots) ``` ``` an exception occurred: corrupted bytecode (set def index out of bounds) ```
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#33
No description provided.