Zest: a programming language for malleable and legible systems
1–10 of 16 posts
Re: Zest: a programming language for malleable and legible systems
#2Droplet: "Datalog in time and space" - https://github.com/jamii/droplet
Eve: "Datalog meets Smalltalk" - https://witheve.com
Imp: "An Eve for people who build Eves" - https://github.com/jamii/imp
These are some pretty "out there" languages with a high strangeness budget, so I'd expect the same of Zest.
I like the idea of exploring the interaction models that Eve provided but instead with a "well-trodden ground of a mostly-familiar imperative language", but I'm curious how that will work since the interactions in Eve were made possible due to the datalog-like language design. So my initial question is how "mostly-familiar" Zest really is; what imperative concessions does the language make to gain which interactions?
With Eve, a lot was gained just by keeping a database of compiler artefacts that would normally be thrown away. This allowed for a degree of "provenance" tracking, where you can ask the compiler how a runtime value came to be.
I think there's an interesting middle ground where maybe we can get a bunch of the things in Eve that were nice, but maybe tone down the weirdness budget to lower the learning curve. Maybe that's Zest? Will be interesting to follow this project.
Re: Zest: a programming language for malleable and legible systems
#3Re: Zest: a programming language for malleable and legible systems
#4The docs have test cases embedded in the markdown. This is a pretty cool use of markdown. I have started doing something similar with markdown in my project. I wonder if other programming languages have done this too.
Re: Zest: a programming language for malleable and legible systems
#5Re: Zest: a programming language for malleable and legible systems
#6Re: Zest: a programming language for malleable and legible systems
#7I could not tell if this is a hobby project, or the product of a research lab. Does anyone know? Very cool stuff. It would benefit from some institutional support.
Re: Zest: a programming language for malleable and legible systems
#8The docs have test cases embedded in the markdown. This is a pretty cool use of markdown. I have started doing something similar with markdown in my project. I wonder if other programming languages have done this too.
Re: Zest: a programming language for malleable and legible systems
#9Other programming languages this author has worked on: Droplet: "Datalog in time and space" - https://github.com/jamii/droplet Eve: "Datalog meets Smalltalk" - https://witheve.com Imp: "An Eve for people who build Eves" - https://github.com/jamii/imp These are some pretty "out there" languages with a high strangeness budget, so I'd expect the same of Zest. I like the idea of exploring the interaction models that Eve…
Re: Zest: a programming language for malleable and legible systems
#10I could not tell if this is a hobby project, or the product of a research lab. Does anyone know? Very cool stuff. It would benefit from some institutional support.
The person behind Zest runs an interesting blog/work journal, I recommend subscribing [1]. I could be wrong, but my understanding is that they don't have a full-time job. Instead they do some amount of consulting, and then spend most of their time and intellectual energy working on their projects. Which is pretty cool I think. [1] https://www.scattered-thoughts.net