TablaM: A relational language
July 19, 2022 ยท View on GitHub
This document describes sources for research/inspiration
Overall language design
- https://soc.me/languages/modern-minimal.html
- https://soc.me/languages/naming-conventions-creation.html
- https://borretti.me/article/lessons-writing-compiler
Books/ Papers
Some basic info about the relational model and why could be great as general purpose language:
Some of the ideas are also derived from array languages, and I consider an array/ndarray a kind of relation:
Parsing
Type system / checking
Probably the only one specific about the relational model?