Tag Engine Notes #3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
===
Maybe instead we have linked lists of available tags
head = r.next
*tail.next = t2
refactor function into getPtr and getHead
After talking a bit to Grok, I realized that what I wanted to actually implement is called a FreeList. So scratch the above comments and we're going to implement a stack based FreeList. This means we will need to rename
TagEngine.bs
->FreeList.bs
Ask on groups.io how to convert
(\i -> mkReg |> fromInteger i)
to it's own function...Try and add StackPtr type to improve legibility