Источник: Structure and Interpretation of Computer Programs, by Abelson, Sussman, and Sussman — MIT.
- Lisp использует префиксную нотацию, вначале идет оператор, а потом операнды.
- Скобки обозначают выражение.
Here is the list of talks that I found most useful to me.
I'm going to cover a simple, but effective, utility for managing state and transitions (aka workflow). We often need to store the state (status) of a model and it should only be in one state at a time.
- Publishing (Draft->Approved->Published->Expired->Deleted)