#beamvm — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #beamvm, aggregated by home.social.
-
Question for #Erlang , #Elixir , #BEAMVM people:If I wrote my web app in Elixir, would I be able to get rid of #Nginx and just use some Elixir framework to do TLS termination, load balancing, and hot code reloading whenever I needed to change up the routes? Can this be done across numerous compute nodes fairly easily?
Follow-up question: how difficult is it to do a database migration for an Elixir application with hot code reloading?
The reason I ask is because is because I (probably unwisely) asked an LLM chatbot (Gemini) this question and it said typically people put their Elixir programs behind an Nginx load balancer so you can reboot the Elixir application if necessary. I asked it why anyone would do this since the main benefit of using the BEAM VM and Erlang/Elixir it is to have hot code reloading and no downtime. The chatbot started spouting off very confused and self-contradictory answers, so I am pretty sure it was just lying.
But I am no expert on Elixir, so now I want to ask a human who knows better than me, the way we all used to do before LLMs were invented.
#Tech #Software #ElixirLang #ErlangOTP #FullStack #WebDev #WebAppDev #AskFedi
-
Question for #Erlang , #Elixir , #BEAMVM people:If I wrote my web app in Elixir, would I be able to get rid of #Nginx and just use some Elixir framework to do TLS termination, load balancing, and hot code reloading whenever I needed to change up the routes? Can this be done across numerous compute nodes fairly easily?
Follow-up question: how difficult is it to do a database migration for an Elixir application with hot code reloading?
The reason I ask is because is because I (probably unwisely) asked an LLM chatbot (Gemini) this question and it said typically people put their Elixir programs behind an Nginx load balancer so you can reboot the Elixir application if necessary. I asked it why anyone would do this since the main benefit of using the BEAM VM and Erlang/Elixir it is to have hot code reloading and no downtime. The chatbot started spouting off very confused and self-contradictory answers, so I am pretty sure it was just lying.
But I am no expert on Elixir, so now I want to ask a human who knows better than me, the way we all used to do before LLMs were invented.
#Tech #Software #ElixirLang #ErlangOTP #FullStack #WebDev #WebAppDev #AskFedi
-
The language is great. Most things it has going for it exist in many languages in the FP world that are static typed. Like #scala, there's almost no feature described that we don't have and with the fallback of everything that already exists in #jvm world... But they must be doing something incredibly right for so many ppl moving to it.
--
How I ended up writing Gleam - Isaac Harris-Holt | Code BEAM
-
The language is great. Most things it has going for it exist in many languages in the FP world that are static typed. Like #scala, there's almost no feature described that we don't have and with the fallback of everything that already exists in #jvm world... But they must be doing something incredibly right for so many ppl moving to it.
--
How I ended up writing Gleam - Isaac Harris-Holt | Code BEAM
-
Condivido con voi questo piccolo traguardo di agosto!
Ho terminato #elixirkoans
La strada è ancora lunga ma bisogna pur prendersi qualche piccola soddisfazione! No?
Phoenix -> arrivo!
https://github.com/elixirkoans/elixir-koans
#elixir #elixirlang #beamvm #erlang #programmazione #linuxITA #unixITA
-
Condivido con voi questo piccolo traguardo di agosto!
Ho terminato #elixirkoans
La strada è ancora lunga ma bisogna pur prendersi qualche piccola soddisfazione! No?
Phoenix -> arrivo!
https://github.com/elixirkoans/elixir-koans
#elixir #elixirlang #beamvm #erlang #programmazione #linuxITA #unixITA
-
New gleam release!
1.2 now. Damn moving fast with many improvements. Reading the changelogs is all nice stuff.
https://github.com/gleam-lang/gleam/blob/main/changelog/v1.1.md
https://github.com/gleam-lang/gleam/blob/main/changelog/v1.2.md
#gleam #fp #gleamlang #programming #programmingLanguages #functionalProgramming #beamvm #erlang
-
New gleam release!
1.2 now. Damn moving fast with many improvements. Reading the changelogs is all nice stuff.
https://github.com/gleam-lang/gleam/blob/main/changelog/v1.1.md
https://github.com/gleam-lang/gleam/blob/main/changelog/v1.2.md
#gleam #fp #gleamlang #programming #programmingLanguages #functionalProgramming #beamvm #erlang
-
Haven't usef the language, I find the language nice, but the amount of effort to avoid calling things by their names and all the work to invent new syntax to work with #monads dissapoints me. Let's see what this all evolves into.
v0.25 - Introducing use expressions! – Gleam
https://gleam.run/news/v0.25-introducing-use-expressions/#erlang #beamVm #gleam #gleamlang #fp #plt #programming #programmingLanguages #functionalProgramming
-
Haven't usef the language, I find the language nice, but the amount of effort to avoid calling things by their names and all the work to invent new syntax to work with #monads dissapoints me. Let's see what this all evolves into.
v0.25 - Introducing use expressions! – Gleam
https://gleam.run/news/v0.25-introducing-use-expressions/#erlang #beamVm #gleam #gleamlang #fp #plt #programming #programmingLanguages #functionalProgramming
-
"Gleam is a statically typed functional programming language for building scalable concurrent systems.
It compiles to Erlang and has straightforward interop with other BEAM languages such as Erlang, Elixir and LFE."
- https://github.com/lpil/gleam
- https://gleam.run/#programmingLanguages #programming #fp #functionalProgramming #erlangVM #beamVM