-
-
Save darkleaf/c0c3fa9059ce7576fd171e94ff1ca113 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
projectile | |
magit | |
parinfer | |
cider | |
числа | |
строки | |
кейворды | |
символы | |
вектора | |
мапы | |
списки | |
вызовы, неймспейсы, some-ns/some-fn | |
стандартные функции | |
(+), (+ 1), (+ 1 2), (+ 1 2 3) | |
макросы or, and, ->, ->> | |
данные, функции, макросы | |
https://github.com/weavejester/hiccup | |
https://github.com/metosin/reitit | |
https://github.com/seancorfield/honeysql | |
nil punning | |
скомпилить неймспейс и показать в декомпиляторе java код | |
http://java-decompiler.github.io/ | |
state | |
var, as fn, with-redefs, dynamic | |
atom | |
мультиметоды? | |
рекорды, типы, протоколы, интерфейсы | |
Java interop | |
clojure коллекции - java коллекции | |
функция bean |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
поставить шрифты | |
;; SF Mono: https://medium.com/@deepak.gulati/using-sf-mono-in-emacs-6712c45b2a6d | |
;; SF Pro: https://developer.apple.com/ | |
git clone [email protected]:darkleaf/emacs.d.git .emacs.d | |
скомпилить: в init.el ;; (byte-recompile-directory (expand-file-name "~/.emacs.d/elpa") 0) | |
brew install clojure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Нужно было упомянуть по равенство структур по значению.
Синтаксис:
Не везде можно опустить ;, я как-то натыкался на этот случай и потратил время, чтобы разобраться.