SICP lectures - For people who want to learn lisp
I think there are more efficient ways than SICP to learn Lisp if you're already a competent programmer. Scheme was my first functional language and I picked it up directly from R5RS. Then I moved over to CL by skimming ANSI Common Lisp and then reading On Lisp.
It's worth pointing out that you won't get far without doing the exercises in the book too. In fact, I recommend working through the book and only watching a video lecture if you're unclear on the material.
Gerry Sussman in a fez! Yes!
Thanks!