@davidcrawshaw@ibuildthecloud It is indeed. I really like the whole idea behind HTMX being an extension of HTML, but the mental model of partial rendering didnโt really click to me. Now I might give it a try to datastar
@sean_j_roberts Exactly. I like the approach, it will avoid feature creep, but at the same time, it feels like the ecosystem evolves at a much lower pace and lacks a lot of useful things.
@per_arneng@joaompfe@atopbook Right now Iโm working in the domain I like (finance) with a language I donโt like (Typescript), so difficulty to find a job is something Iโll also take into consideration when picking the language, and in this regard, I think Rust and Elixir are the winners.
@per_arneng@joaompfe Iโm going through the FP arc right now and it simply clicked. Learned OOP in college, got pissed with clean arch bs, got into a more imperative approach with C and Go, and as soon as I started going deeper into FP with Rust, Iโm having such good time
@BenjDicken Iโve been using coder/claudecode.nvim and so far itโs been good.
I had to adjust somethings here and there to switch between the different windows using tmux navigation but the final result felt very natural to me
Hereโs the commit
https://t.co/8vaCi5uDGm
@danielbergholz@courseshelf Cool!
Iโve been playing around with Go/HTMX. Itโs nice but it requires a lot of different things (Templ, TemplUI, HTMX, Alpine js) if you want a more โfullstack batteries includedโ experience. Phoenix seems to offer this out of the box, I might give it a try one time or another.
@FUZxxl@BSchultzer Elixir looks cool though, and as long as youโre not trying to make a game engine, the performance trade offs seem reasonable to what the language offers. I hope the whole adding types to the language thing works, that would make things much better
@FUZxxl@BSchultzer I think that having constraints around the right things leads to better code, but creating the right constraints is the difficult part and not Iโm not sure functional languages got them right because I actually have never tried it.
@BSchultzer@FUZxxl Iโd love to see more about high performance stuff in Elixir. Iโm interested in the language but whatโs driving my away from it is exactly the trade offs regarding performance
The more I learn about C, the more I see how much of a lost opportunity C++ is.
There's also an alternative reality where Rust is much more pleasant, because its only goal was to improve C safety instead of one-upping modern C++
@adibhanna Same here, though this is valid only during my working hours. In my free time still write code very often, this has been the perfect balance for me