Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
kiki351917yClojure: input -> transformation -> output
Could not agree more. Java feels like React of its time, so complicated for no reason -
vertti4537y@uyouthe I believe this elixir's pipe operator is actually inspired precisely by Clojure
-
kiki351917y@vertti never used Elixir, but as long as it's utilizes erlang vm, it's great language. erlang stuff just can't be bad.
-
vertti4537y@uyouthe yes it's very productive, and reaps the benefits of the functional paradigm. Luckily they made it more pleasant to work with for modern web stuff than erlang
Related Rants
Elixir:
solution = problem |> process |> process_more |> finalize |> format
Java:
New class() implements quantum mechanics; get(); set(); get(); set(); super.fuckshitup(); throw new nonsense 300 line error and crash
rant
elixir
java