We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

User:PoolloverNathan/Pine

From Esolang
Jump to navigation Jump to search
"Pine"
Designed by User:PoolloverNathan
Appeared in Category:2022
Computational class Unknown
Reference implementation Unimplemented
File extension(s) .pam, .pnc, .pis

Pine consists of a 256-cell long tape, each cell holding 3 byte values: a data value, a code value, and a next value. The entire program's code is stored in the code part of the tape. Additionally, up to 16 data-blocks may be created, each one storing 1024 data cells.