DEV Community

Discussion on: Learn functional programing with me - Part 1 : Language choice

Collapse
 
bjorngrunde profile image
Björn Grunde

If you want client-side as well, consider Elixir. It is a server-side language that is extremely powerful and it has a server-rendered interactive front-end called LiveView. This means you can write server-side code that updates the front-end in realtime, it is concurrent out of the box and proved to be able to manage millions of users per node. The only con is that you cant do offline apps ofc.

But seriously check out Elixir LiveView on youtube.