Recently laid off. Here are my current reads while I find a new job.
Reddit » The Elixir Programming Language
by /u/WizerdBoy
5d ago
submitted by /u/WizerdBoy [visit reddit] [comments ..read more
Visit website
Popular companies using elixir ?
Reddit » The Elixir Programming Language
by /u/FlyNice798
5d ago
Which companies/startup using elixir as their tech stack? submitted by /u/FlyNice798 [visit reddit] [comments ..read more
Visit website
Elixir Curious
Reddit » The Elixir Programming Language
by /u/dave_mays
5d ago
I'm Elixir curious, thinking about learning another language for web development. The BEAM's benefits are intriguing, but I'm not quite understanding if they present much benefit to your every day "boring" web pages and applications? Do basic / common applications like a classifieds ads website or an ecommerce site benefit from the concurrency of the BEAM enough to warrant choosing Elixir over say Clojure / Clojurescript? Do these concurrency benefits really only come into play if you're building the next WhatsApp? I'd been leaning towards Clojure for what appears to be a more data-centric wo ..read more
Visit website
Forth interpreter written in Elixir
Reddit » The Elixir Programming Language
by /u/HackathonHero
5d ago
I'm happy to announce that I've written a simple Forth interpreter, an old stack-based language, in Elixir. It's been a fun challenge, and I've learned a lot about interpreters during the process of writing it. Feel free to check it out: https://github.com/arturz/forthex submitted by /u/HackathonHero [visit reddit] [comments ..read more
Visit website
May Ash be the hidden champion of low-code tools? ?
Reddit » The Elixir Programming Language
by /u/lukasender
5d ago
Ash. Harness the mystical power of (the) Elixir. In this post, I dabble with the idea that Ash (https://ash-hq.org/) may be the hidden champion of low-code tools. Ash is a framework that allows you to spend time on being creative and solving the actual problems. It gets rid of most of the annoying stuff. How is this possible? That's quite a big topic in itself. But in short: Ash leverages two things perfectly. The power of Elixir itself. Elixir provides a very powerful macro system. You can write code, that will write code at compile time. It stands on top of giants, e.g. Ecto or Absinth ..read more
Visit website
I added a nodejs package to my Phoenix project and it broke esbuild. How to fix this?
Reddit » The Elixir Programming Language
by /u/WoT_Abridged
5d ago
Hey guys! I added a JS package to my Phoenix project, specifically TipTap so I could have a text editor. They did not have Phoenix Framework specific install instructions so I used the Vanilla JS instructions and it seems to have worked locally but whenever I try to run fly deploy I get build errors now. I have checked the following: Tiptap package is correctly installed in the wordsmith/node_modules/@tiptap folder My esbuild settings in the config/config.exs file are set to look inside the node_modules folder: My app.js file is importing Tiptap correctly I assume that my issue is som ..read more
Visit website
Links with {~p"path"} in VScode
Reddit » The Elixir Programming Language
by /u/sajadabedi
5d ago
So when I use the ~p"" in my markup it becomes red and my formatting stops working. is there a way to make VScode understand this code? https://preview.redd.it/zo66rqvm28yc1.png?width=882&format=png&auto=webp&s=6b616bf65b3b1939e7d6f3eaf79a37216ab80b04 submitted by /u/sajadabedi [visit reddit] [comments ..read more
Visit website
Any way to improve this traversal?
Reddit » The Elixir Programming Language
by /u/skwyckl
5d ago
I have an arbitrarily deep map of which I want to update at any level. The map corresponds to a self-similar forest in the graph theoretical sense), meaning that each tree's vertex is a map having a string id, a boolean toggled? field and a list of children of the same form under children. Currently, I am using the follow function to update the toggled? field: def toggle(tree, id) do Enum.map(tree, fn vertex = %{"id" => ^id} -> Map.update!(vertex, "toggled?", &(!&1)) vertex = %{"children" => []} -> vertex vertex -> Map.update!(vertex, "children", &toggle(&1, id ..read more
Visit website
Is it possible to be a Jr Elixir dev?
Reddit » The Elixir Programming Language
by /u/El_Mario_Verde
5d ago
With low experience as a dev, can you enter the Elixir environment? submitted by /u/El_Mario_Verde [visit reddit] [comments ..read more
Visit website
Naming your Daemons - Erlang Solutions
Reddit » The Elixir Programming Language
by /u/amalinovic
5d ago
submitted by /u/amalinovic [visit reddit] [comments ..read more
Visit website

Follow Reddit » The Elixir Programming Language on FeedSpot

Continue with Google
Continue with Apple
OR