Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.5 KB

RESEARCH.md

File metadata and controls

34 lines (20 loc) · 1.5 KB

TablaM: A relational language

This document describes sources for research/inspiration

Overall language design

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?