> First released in 1997, Rebol was designed over a 20-year period by Carl Sassenrath, the architect and primary developer of AmigaOS,Oh! TIL.
#rebol #amiga
Interesting project! I can't say I love its native serialization format. But that's okay. I guess people can use JSON instead.
I do like the idea of some kind of differential object being the core abstraction. It's something I was thinking about years ago, but wasn't sure how we could encode it in a lossless manner over object-like structures (and I might still not be satisfied).
This project smells quite strongly of Bitcoin which worries me, but doesn't necessarily damn it.
What I was wondering years ago was whether what RON calls a "state frame" could be literally the same structure as what RON calls a "change frame".
I am still quite interested in whether this could be possible.
Something like RON does seem like quite a good step forward. A simple composable cryptographically-based "change to key/value object" operation. We can reduce a lot of duplication and complexity with something like that.