Created
January 18, 2016 23:08
-
-
Save clumma/58253f3692e4c1c28087 to your computer and use it in GitHub Desktop.
Projects in "Future Programming"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"Name": "Eros", | |
"Author": "Conal Elliott", | |
"Status": "Experiment", | |
"Updated": "2007-11", | |
"Description": "functional programming with isomorphic GUI", | |
"URL": "http://conal.net/papers/Eros/" | |
}, | |
{ | |
"Name": "DabbleDB", | |
"Author": "Smallthought Systems (Avi Bryant et al)", | |
"Status": "Commercial (defunct)", | |
"Updated": "2011-05", | |
"Description": "relational DB with rich views (spreadsheet metaphor, etc)", | |
"URL": "https://en.wikipedia.org/wiki/Dabble_DB" | |
}, | |
{ | |
"Name": "Subtext", | |
"Author": "Jonathan Edwards", | |
"Status": "Experiment", | |
"Updated": "2014-09", | |
"Description": "like a spreadsheet with offgrid formulas and 2-way data flow", | |
"URL": "http://www.subtext-lang.org" | |
}, | |
{ | |
"Name": "Airtable", | |
"Author": "Airtable Inc (Howie Liu et al)", | |
"Status": "Commercial", | |
"Updated": "2015-08", | |
"Description": "relational DB with spreadsheet metaphor", | |
"URL": "https://airtable.com" | |
}, | |
{ | |
"Name": "Flowhub", | |
"Author": "The Grid (Henri Bergius et al)", | |
"Status": "Commercial", | |
"Updated": "2015-08", | |
"Description": "Flow-based programming", | |
"URL": "https://flowhub.io" | |
}, | |
{ | |
"Name": "Eve", | |
"Author": "Kodowa Inc (Chris Granger et al)", | |
"Status": "Commercial (alpha)", | |
"Updated": "2015-08", | |
"Description": "graph metaphor for SQL (Functional Relational Programming)", | |
"URL": "http://witheve.com" | |
}, | |
{ | |
"Name": "Servant", | |
"Author": "Austen Collins et al", | |
"Status": "Commercial (upcoming)", | |
"Updated": "2015-08", | |
"Description": "standard datatypes for user-controlled data", | |
"URL": "https://www.servant.co" | |
}, | |
{ | |
"Name": "Unison", | |
"Author": "Paul Chiusano", | |
"Status": "Project (upcoming)", | |
"Updated": "2015-08", | |
"Description": "functional language with semantic editor and isomorphic UI", | |
"URL": "http://unisonweb.org" | |
}, | |
{ | |
"Name": "Urbit", | |
"Author": "Tlon (Curtis Yarvin et al)", | |
"Status": "Project (upcoming)", | |
"Updated": "2015-08", | |
"Description": "virtual computing platform", | |
"URL": "http://urbit.org" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment