fe1ee10e4040
Update
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Sat, 23 Jul 2016 19:09:48 +0000 |
parents | 5881c76e0184 |
children | d8370417d749 |
branches/tags | (none) |
files | README.markdown |
Changes
--- a/README.markdown Sat Jul 23 16:18:43 2016 +0000 +++ b/README.markdown Sat Jul 23 19:09:48 2016 +0000 @@ -961,3 +961,8 @@ [getting two birds stoned at once](https://www.youtube.com/watch?v=pXEm08dsQOc). * More [WebGL Fundamentals][]. +* Another section of [ANCG][]. It's slow going, but mostly because I'm trying + to do other things along the way. For example, I wrote a `frequencies` + function that does the same as Clojure's `frequencies` so I could test my + results, and to do that I wrote a little [iterate][] driver too. Lots of + naked yaks.