ardite / ardite-core

Core library for Ardite services.
MIT License
3 stars 1 forks source link

Change Ardite schema into Ardite type system #42

Open calebmer opened 8 years ago

calebmer commented 8 years ago

This is an idea I had. The Ardite schemas was initially inspired by JSON schema, but what we are really doing is letting the user define a type system, not a data schema.

Maybe we should rethink our terminology and approach to schema? I'm thinking most of the code stays the same, but maybe things get renamed.

calebmer commented 8 years ago

Resources

A list of resources I have come across in my research (this comment will be edited throughout time). These links are a curated list of things that have helped me, I have not read all of them, but I would like to.

calebmer commented 8 years ago

@svmnotn if you want to go on this reading journey with me, I could really use someone else even semi-educated in type theory to help design this system 😊

svmnotn commented 8 years ago

Ok, I was about rust strings but I'll get to type theory soon enough.