Two most important things to start with when learning Lisp

preview_player
Показать описание
Your curiosity leads you somewhere you've never been before. Like Alice in the fairytale, you peep through a tiny hole. Behind the door, there lies a wonderland. The Land of Lisp. Clojure, Racket, Elisp, Fennel, Common Lisp, etc.
Make sure you watch this video prior to your exploration.
Рекомендации по теме
Комментарии
Автор

Hello guys, if you have problems with the volume, please consider turning on the captions (CC) that comes on Youtube player. That helped me a lot! The video is really good!

tcrever
Автор

Good vid. I am learning ELisp using System Crafters channel, but more sources is always welcomed. Liked & Subscribed.

GreyDeathVaccine
Автор

Thanks for the video. Is this CIDER you are using in Emacs?

pravles
Автор

I've noticed that you are sometimes jumping to the end of top-level expressions just to eval them. I'm wondering why are you not using the "eval top-level expression" operation instead?
C-M-x eval-defun or cider-eval-defun-at-point ?
u probably want to customize the to t, so it works within rich-comments too.

netom
Автор

2:08 you said "everything within a pair of parenthesis is a symbolic expression". this isn't true. For example, when you invoke the `defun` macro in common lisp, the list of arguments is not an expression.

FreddieFirouzi
Автор

What package are you using for structural editing?

TBROTB