I've read a lot of good stuff about LISP (in general common lisp) and would like to play around with it in some toy projects.
Does the flavour of lisp matter much? (Common List, Scheme, Racket, Clojure)
What's a good environment to start programming in LISP on a Mac? (IDE)
Any resources you'd recommend?
Thanks in advance!
https://web.mit.edu/6.001/6.037/sicp.pdf
https://racket-lang.org/
This will help you configure DrRacket to interpret the Scheme used in SICP - which allows you to play with the book examples and solve the exercises:
https://stackoverflow.com/questions/19546115/which-lang-pack...
Solutions to the exercises (if you’re struggling!):
http://community.schemewiki.org/?sicp-solutions