Skip to content

Commit f987a21

Browse files
authored
Update links.md
1 parent 66f5549 commit f987a21

File tree

1 file changed

+29
-9
lines changed

1 file changed

+29
-9
lines changed

links.md

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ title: Link Research
66

77
## To Research
88

9-
* making sure everything can be visual (pool, math.random) https://github.com/cyclejs/cyclejs/issues/581
10-
* https://github.com/gelisam/frp-zoo
11-
* http://conal.net/papers/push-pull-frp/
12-
* http://conal.net/papers/icfp97/
139
* https://noflojs.org/
14-
* https://github.com/staltz/cycle-onionify
10+
11+
* http://conal.net/papers/icfp97/
12+
* http://conal.net/papers/push-pull-frp/
13+
* https://github.com/gelisam/frp-zoo
14+
* making sure everything can be visual (pool, math.random) https://github.com/cyclejs/cyclejs/issues/581
15+
1516

1617

18+
* [TiddlyWikin](http://tiddlywiki.com/)
19+
* [Alan Kay HN AMA](https://news.ycombinator.com/item?id=11939851)
1720
* http://elevr.com/elevr-leaving-ycr/
1821
* [Hazelnut](https://www.youtube.com/watch?v=99SRVnRA9Ec)
1922
* https://arxiv.org/pdf/1703.08694.pdf
@@ -123,17 +126,34 @@ title: Link Research
123126
* Hacker's Delight: Despite the cringingly misleading title, this is the best book ever written. I'm in rapture. TODO add this to the top of the list as well.
124127
* I'm really enjoying reading his blog from when he, like me now, was 23. Sounds like he was trying to find his way, post-hell-grad-school, and post-break-up with Joanne (which is heartbreaking).
125128
* TODO continue reading his blawg after 5/11/01.
126-
127-
129+
130+
131+
* [Mesh Preview](http://chrispsn.com/mesh-preview.html)
132+
* his main thesis is excel doesn't treat rows as arrays, but you can fix that by dropping location-based referencing (which I also agree with... I think that refering to a cell as A4 is Exel's version of C pointers.)
133+
134+
135+
* [Mesh Announcement Notes](http://chrispsn.com/mesh-announcement-notes.html)
136+
* [Racket 2D Syntax](https://news.ycombinator.com/item?id=14824217) is neat (and very very similar to [stream-tree](https://github.com/Widdershin/stream-tree))
137+
* HOLY CRAP the [Java Stream Debugger](https://plugins.jetbrains.com/plugin/9696-java-stream-debugger) he links to is super relevant for me. Stream visualization!
138+
139+
* https://github.com/staltz/cycle-onionify
140+
* https://staltz.com/unidirectional-user-interface-architectures.html
141+
* really neat, powerful, and simple (with just 150 LOC) architecture. I'll have to build something in it eventually to get a better sense for it, and how it'd fit into StreamSheets. It might be impossible...
142+
143+
128144
* [Andre Staltz: The Past, Present, and Future of Cycle.js. Part I – CycleConf 2017](https://vimeo.com/216787869)
129145
* fun to see the whole history of how he came to CycleJS through intuition
130146
* crazy to see how collaborative this project is! Makes me glad I'm now a supporter.
131147
* Great talk, very informative. I wouldn't have needed to chat with Andre as much if I had just found this video (which I almost did, because I did find the slides for this talk)
132148

133149

134150
* [Andre Staltz: The Past, Present, and Future of Cycle.js. Part II – CycleConf 2017](https://vimeo.com/216975979)
135-
* TODO
136-
151+
* wow, this talk is great, and is basically like his "thesis" on what programming is and how to improve it
152+
* [vimeo playback speed increase chrome extension is KILLER](https://chrome.google.com/webstore/detail/vimeo-repeat-speed/noonakfaafcdaagngpjehilgegefdima/related?hl=en)
153+
* He's really into Luna
154+
* He is into the [Koka langauge](https://koka-lang.github.io/koka/doc/kokaspec.html), particularly how they use familiar dot-notation to represent functional calls
155+
* "Languages are for life" --> 10 year project. Huge commitment. Getting married. I want to do this so bad!
156+
137157

138158
* https://github.com/Widdershin/bonsai-editor
139159
* it's like stream-tree but with a GUI. drag and drop editor for dataflow diagrams

0 commit comments

Comments
 (0)