For interested in Lisp perhaps can watch this course from MIT, freely available in OpenCourseWare, that includes video lectures, book, exercises, …
- About the book: https://mitpress.mit.edu/sites/default/files/sicp/index.html
- Another video collection about the book: https://www.youtube.com/playlist?list=PLVFrD1dmDdvdvWFK8brOVNL7bKHpE-9w0
- Solutions to exercises in the book: http://community.schemewiki.org/?SICP-Solutions
- Book in PDF: Structure and Interpretation of Computer Programs, 2nd ed. - sicp.pdf
There is a (interactive) version of the book for Javascript and another one that compares code in both languages