CONS instruction implementation #1

Closed
opened 2025-07-22 11:30:08 -07:00 by affine · 1 comment
Owner

CONS needs to be implemented with the following behavior:

  • two non-list datum can be appended together in a new standard form list
  • a non-list datum followed by any other datum will create a new standard form list
  • A list type datum followed by anything else will append the second element to the first
CONS needs to be implemented with the following behavior: - two non-list datum can be appended together in a new standard form list - a non-list datum followed by any other datum will create a new standard form list - A list type datum followed by anything else will append the second element to the first
affine added this to the HyphaeVM Roadmap project 2025-07-22 11:30:08 -07:00
affine self-assigned this 2025-07-22 14:36:39 -07:00
Author
Owner

Choosing to wait on this as after further inspection taking care of both #35 and #32 will affect the implementation of this quite a bit.

Choosing to wait on this as after further inspection taking care of both #35 and #32 will affect the implementation of this quite a bit.
Sign in to join this conversation.
No labels
No milestone
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: affine/Mycelium#1
No description provided.