I saw red-lang in some stray comments on Eve videos. It didn’t look like it had critical mass at the time to warrant following. But maybe I’ll revisit it!
g
Garth Goldwater
06/13/2019, 6:56 PM
I think red is super, super interesting—you can follow along with the community on gitter
I just had a minor 💡 moment about Rebol and Red. I never understood their notion of "Relative Expressions" which they keep trying to compare with S-expressions (Symbolic Expressions). But I think I understand now: basically what they have is an extensible syntax for literals in the language. And they use it for everything. Most interesting. Key is to let the parser for each literal syntax decide when to evaluate it.
g
Garth Goldwater
06/13/2019, 10:08 PM
this video clarified things for me when I broke down and ran it at normal speed:
https://youtu.be/4ZbGJemrLFw▾
but yeah extensible literals or first class environments or first class eval functions are all ways to think about it