nus-cs3281 / 2019

0 stars 1 forks source link

A brief introduction to Lisp #26

Closed ChooJeremy closed 5 years ago

ChooJeremy commented 5 years ago

Why learn lisp? Hopefully the slides will tell you:: Why you should start learning Lisp Some basics Lisp foundation A small glimpse of what Lisp can do

Lightning talk - Lisp.pptx

Unconvinced? Try reading the following: http://www.paulgraham.com/avg.html http://www.defmacro.org/ramblings/lisp.html https://kuomarc.wordpress.com/2012/01/27/why-i-love-common-lisp-and-hate-java/ https://news.ycombinator.com/item?id=9508108

If you're interested in learning, I recommend clojure. Start with the cursive plugin for intelliJ, which helps perform syntax highlighting & compilation. Install leiningen. Clojure for the brave and true - this book is really good, I'd recommend starting here: https://www.braveclojure.com/foreword/ Clojure documentation: https://clojuredocs.org/core-library

Round C Lisp slides: Lightning talk - Lisp.pptx