Svelte as an Alternative LiveView DSL
wout.space4 pointsby POiNTx0 comments
db.getUsers()
|> getExpiredUsers(Date.now())
|> generateExpiryEmails()
|> email.bulkSend()
I think Elixir hits the nail on the head when it comes to finding the right balance between functional and imperative style code.
[0] https://odin-lang.org/