add learning resources for Lisp

This commit is contained in:
Morgan 2017-10-26 21:53:11 +02:00 committed by GitHub
parent 47da278d44
commit a2094a17b5

View File

@ -76,6 +76,7 @@ I just want to centralize my findings and bookmarks in a central location, and s
* [Java](#java)
* [Java EE](#java-ee)
* [JavaScript](#javascript)
* [Lisp](#lisp)
* [Machine learning](#machine-learning)
* [Mobile development](#mobile-development)
* [Productivity](#productivity-1)
@ -1977,6 +1978,9 @@ I just want to centralize my findings and bookmarks in a central location, and s
* [Douglas Crockford](https://twitter.com/EPoberezkin/status/525209820555907072/photo/1) - (2014) [IMG] Good parts of JavaScript reconsidered
* [Stoyan Stefanov](http://www.phpied.com/files/location-location/location-location.html) - 535 ways to reload the page with JavaScript
## Lisp
* [L(λ)THW](http://learnlispthehardway.org/) - Learn Lisp The Hard Way
## Machine Learning
* [Jason Brownlee](http://machinelearningmastery.com/introduction-python-deep-learning-library-tensorflow/) - Introduction to the Python Deep Learning Library TensorFlow
* [TensorFlow Docs](https://www.tensorflow.org/get_started/mnist/mechanics) - TensorFlow Mechanics 101