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
		
- 
				
				 kiki374868yClojure: input -> transformation -> output kiki374868yClojure: input -> transformation -> output
 
 Could not agree more. Java feels like React of its time, so complicated for no reason
- 
				
				 vertti4488y@uyouthe I believe this elixir's pipe operator is actually inspired precisely by Clojure vertti4488y@uyouthe I believe this elixir's pipe operator is actually inspired precisely by Clojure
- 
				
				 kiki374868y@vertti never used Elixir, but as long as it's utilizes erlang vm, it's great language. erlang stuff just can't be bad. kiki374868y@vertti never used Elixir, but as long as it's utilizes erlang vm, it's great language. erlang stuff just can't be bad.
- 
				
				 vertti4488y@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 vertti4488y@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




 Coworker's whiteboard today
Coworker's whiteboard today
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