Earlier quoted context omitted.
With Phoenix + LiveView maybe you won't need the frontend.
it's such a weird concept to me.. "server-rendered html" is what i was doing most of my webdev career and suddenly it's the "hot new thing"? anyway i still don't see why i would need it with Clojure if i can have single codebase and language for backend and frontend and render whatever i want at either -end.
Clojerl – Clojure for the Erlang VM
101–105 of 105 posts
Re: Clojerl – Clojure for the Erlang VM
#102Earlier quoted context omitted.
Another reason might be the "cultural" aspects of Clojure, and their impacts on its ecosystem - in particular simplicity and stability are paramount, whereas the Elixir ecosystem seems to put more emphasis on immediate ease of use and elegance à la Ruby, at the cost of doing some "magical" designs which you tend to not see in the Clojure ecosystem.
How exactly is stability not paramount in Elixir? It runs in the BEAM.
Re: Clojerl – Clojure for the Erlang VM
#103Earlier quoted context omitted.
it's such a weird concept to me.. "server-rendered html" is what i was doing most of my webdev career and suddenly it's the "hot new thing"? anyway i still don't see why i would need it with Clojure if i can have single codebase and language for backend and frontend and render whatever i want at either -end.
Because with LiveView you can throw away 90% of your JavaScript and work almost exclusively with Elixir both on the frontend and the back end.
Re: Clojerl – Clojure for the Erlang VM
#104Earlier quoted context omitted.
How exactly is stability not paramount in Elixir? It runs in the BEAM.
Stability of the language itself is another factor though. Clojure does a really good job avoiding breaking changes in the language.
So not sure what were you saying about Elixir.
Re: Clojerl – Clojure for the Erlang VM
#105Earlier quoted context omitted.
I appreciate the work you are doing on Loom. As someone who has done production Erlang code in the past and presently has to code in Java, I eagerly await the day that Loom becomes production ready. What are your thoughts on Pony ( https://www.ponylang.io/ )?
I just saw a couple of talks about it. Seems very interesting (more interesting to me than Rust), but I think it's too opinionated to gain much attention in this climate.
My sentiments as well.
> I think it's too opinionated to gain much attention in this climate
Possibly. Rust is pretty opinionated but it seems to be doing well. My feeling is that Pony's probably not going to "win" (i.e. be the main replacement for C/C++) but I'm hoping that, like Erlang, it's able to carve out a stable enough niche.