Email or username:

Password:

Forgot your password?
⛧ esoterik ⛧

spent an hour playing with modal [1] and now i have a partial implementation of little-endian binary numbers (comparison, addition, and multiplication):

paste.sr.ht/~d6/caa78ae7cb0835

[1] wiki.xxiivv.com/site/modal

2 comments
Devine Lu Linvega

@d6 Oh wow! Seeing your magic touch with modal makes me so happy! Do you use nil as a type marker? @wryl also started exploring binary representation and arithmetic, have a look! paste.sr.ht/~rabbits/a49d01434

⛧ esoterik ⛧

@neauoire yes, i'm using it as an empty list / end of list marker. excited to see what's cooked up by @wryl

Go Up