|
|
|
|
|
by AlabasterAxe
2259 days ago
|
|
Urbit sounded interesting but I dug into the source code a bit and found that the core of the whole system (the Nock language) has "loobeans" instead of booleans in which 1 represents false and 0 represents true at which point I nope'd out pretty hard. |
|
* High (voltage) represents 1 and Low (voltage) represents 0 (positive logic) and
* High (voltage) represents 0 and Low (voltage) represents 1 (negative logic)
With this background, loobeans don't seem so strange anymore.