elixir and lisp
Currently looking at the introductory tutorial for Elixir and can't help noticing similarities to lisp:
- linked lists with syntax for matching head and tail of the list;
- has `cond`;
- `if` has inner scope and returns a value;
- `if` is a macro.
Nice.
https://elixir-lang.org/getting-started/case-cond-and-if.html
elixir and lisp
@setthemfree
It's recently been my language of choice.