Skip to content
Mitchell Gouzenko edited this page Dec 2, 2015 · 4 revisions

#Design considerations

  • Only "out" channels can be written to and poisoned. But, can channels be written to outside of processes (i.e. from functions)?

  • Lists are immutable. Use linked lists Use reference counting Payload of list can be a union Flag needed to tell if the payload is a pointer to a list or a string

  • No global variable assignment.

Clone this wiki locally