oldratlee / java-modern-tech-practice

😎 Java™ modern tech practice sandbox ⏳

Home Page:https://github.com/oldratlee/java-modern-tech-practice/issues

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clojure meterial

oldratlee opened this issue · comments

Clojure

Principle / Rich Hickey

Core / necessity

Sites

Articles

Tools

Libs

  • Specter rejects Clojure's restrictive approach to immutable data structure manipulation, instead exposing an elegant API to allow any sort of manipulation imaginable.
    https://github.com/nathanmarz/specter
  • Potemkin is a collection of facades and workarounds for things that are more difficult than they should be. All functions are within the potemkin namespace.
    https://github.com/ztellman/potemkin

OO rethinking