trabian / clojure-elixir-comparison

Place to compare clojure and elixir for future projects.
0 stars 0 forks source link
Clojure Elixir
Encourages stateless services Encourages stateful services
First class AWS support Third party AWS support
All the libraries Not a ton of third party libraries
Multihost (JVM, CLR, JS) Single host
Many Concurency Methods (CSP, Actor/OTP, threads) Single concurrency method
LISP LISP-ISH?
Encourages Immutable Infastructure Encourages Mutable Infastructure
Larger Community Smaller Community