Skip to content

Commit 4670a33

Browse files
authored
Update links.md
1 parent 207f76e commit 4670a33

File tree

1 file changed

+34
-3
lines changed

1 file changed

+34
-3
lines changed

links.md

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,21 @@ title: Link Research
66

77
## To Research
88

9-
* https://github.com/lamdu/lamdu/
109
* https://github.com/jamii/imp
1110
* http://witheve.com/
1211
* http://www.luna-lang.org/
1312

1413
### Unordered
1514

1615
* http://worrydream.com/substroke/
16+
* [ICFP 2012. Roly Perera: Functional Programs that Explain their Work.](https://www.youtube.com/watch?v=pqtqaL_ojpk&feature=plcp)
17+
* [Pacific Northwest Scala 2013 We're Doing It All Wrong by Paul Phillips](https://www.youtube.com/watch?v=TS1lpKBMkgg)
18+
*http://www.subtext-lang.org/
19+
* Furure of Programming Workshop - http://www.future-programming.org/
20+
* http://harc.ycr.org/flex/
21+
* http://alpha.trycarbide.com/
22+
* [Chorus](http://www.chorus-home.org/)
23+
* Kite.com
1724
* PureScript
1825
* http://www.eff-lang.org/
1926
* https://personal.cis.strath.ac.uk/conor.mcbride/pub/Frank/TFM.pdf
@@ -22,7 +29,6 @@ title: Link Research
2229
* http://tinyletter.com/Flowsheets/
2330
* http://shaunlebron.github.io/parinfer/
2431
* https://www.sourcetrail.com/
25-
* Kite.com
2632
* http://www.clickteam.com/multimedia-fusion-2
2733
* Unity
2834
* https://www.scirra.com/construct2
@@ -49,6 +55,32 @@ title: Link Research
4955

5056
## Researched
5157

58+
* [Jonathan Edwards: Two-way Dataflow](https://vimeo.com/97684085)
59+
* looks like this turned into [Chorus](http://www.chorus-home.org/)
60+
* his todomvc example isn't half bad, although I think the react, one-way databinding way that Cycle v2 uses is more in style these days
61+
* seems like Lamdu does a good job of implementing [his vision for easy-to-use static typing]https://vimeo.com/74314050)
62+
* [Francisco Sant’Anna: Dynamic Organisms in Céu](https://vimeo.com/97687022)
63+
* seems similar to my idea of making a reactive version of Woof or an Elm game engine
64+
* [Patrick Dubroy: Moonchild](https://vimeo.com/97711824)
65+
* I've seen this before. Neat project
66+
* Allow you to incrementally turn a code editor into a GUI editor, with things like color pickers. It'd be neat if we had this on woofjs.com, so students could see the color in their code and use the color picker right there.
67+
* [Mark Mahoney: Version Control Optimized for Teaching and Learning](https://vimeo.com/97711978)
68+
* it's like seperate conversations for every change of code. So it's like github pull request reviews but on steriods.
69+
* You can get character by character playback, so it's very much like google docs in that way
70+
* I admire his goal -- enhancing commit log and explaining code and evolution of system
71+
* This is related to my idea of putting the commit message first, reversing things, but in a much better and granular way. TODO write up my thoughts here, particularly how you can nest things in a workflowy style
72+
* wouldn't it be neat if you could query by certain kinds of changes, like adding regex's
73+
*
74+
* [Bill Burdick: Leisure](https://vimeo.com/97713914)
75+
* blurs the line between viewing and editing websites
76+
* "brings the chrome inspector more center stage"
77+
* [David Broderick: Kaya: Declarative Reactive](https://vimeo.com/97712270)
78+
* seems like he'd be a fan of Eve
79+
* https://github.com/lamdu/lamdu/
80+
* really wonderful explaination of many of hte main points of my thesis http://www.lamdu.org/ and https://medium.com/lamdu-blog/designing-programming-languages-with-ides-in-mind-de890989dfa
81+
* while I still don't really understand even what I'm installing (is it a terminal app or a GUI app), it took me over an hour to install Lamdu on Cloud9, fighting with apt-get, stack, and generally waiting for everything to download and install. Clearly they don't have a sufficient appreciate of the cloud-based nature part of my thesis.
82+
* I found this wonderful video showing it in action https://vimeo.com/97713439. This video is like Paul's early demo's of Unison but more extensive! I'm blown away. I can't believe I didn't find this sooner. I want to submit a pull request to get them to put this video on their main page. Ok, just did... https://github.com/lamdu/lamdu.github.io/pull/5
83+
* it's been hours and things still aren't done installing... just updated my c9 instance to have the max RAM and memory
5284
* [A brief history of "type"](http://arcanesentiment.blogspot.com/2015/01/a-brief-history-of-type.html?m=1)
5385
* [Intentional Programming](https://en.wikipedia.org/wiki/Intentional_programming)
5486
* I think this stuff is really interesting. If done right, it's similar to how google wants all of their code to be self-documenting. It's probably the exact opposite of Eve's literate programming approach where the code and explaination are two seperate things that humans need to keep in sync.
@@ -61,7 +93,6 @@ title: Link Research
6193
* TODO brainstorm what would be a intuative interface for a student to program gravity from scratch
6294
* Seems similar to aprt.us, which makes sense because Bret steals from Toby's Recursive Drawing project
6395
* TODO think about ways to tackle the context problem, helping programmers point to what they want
64-
*
6596
* [How to Invent the Future II - Alan Kay](https://www.startupschool.org/videos/12)
6697
* [Alan Kay - how to invent the future pdf](https://www.dropbox.com/s/l4qnf40gksapsrl/Alan%20Kay%20-%20How%20to%20Invent%20the%20Future.pdf?dl=0)
6798
* [Alan Kay - Power of Context](https://www.dropbox.com/s/knngq11tzdi0tdh/Alan%20Kay%20-%20The%20Power%20of%20the%20Context.pdf?dl=0)

0 commit comments

Comments
 (0)