-
ingox
@atux Because it is /cursor in the message, not /curve?
-
-
-
-
-
-
ingox
@jameslo Like [text define namespace] and [array define namespace].
So two objects with the same creation argument would share the same data. Not implemented correctly as new object could miss data, but this was done quickly.
-
ingox
@jameslo The send-receive should mimic the namespace feature. The double wildcard prefix is certainly not necessary.
-
ingox
@60hz Probably completely ridiculous, but i made this abstraction that adds two numbers encoded as symbols and return the sum as a symbol. So this should add numbers in symbol format of any length.
Currently only supports positive integers.
-
ingox
@ddw_music It didn't took too long to build this vanilla version: prioqueue.zip.
I find this "top" and "pop" interface completely unintuitive.
So i made this version that just uses a bang instead of [top, pop( and doesn't show the priority: prioqueue.zip .
If you can specify the desired design i believe changes can be made quickly.