copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Elixir Programming Language Forum Elixir News elixir-announcement Hi folks, Dashbit, Oban and the Erlang Ecosystem Foundation has just announced a stipend for speakers and trainers, to help developers reach out beyond our communities
The Elixir Programming Language - Reddit alongside my other Elixir content I'm really excited about this series, as it combines my love of Overwatch with building a fun real-time app using Elixir's excellent LiveView tooling The code will all go on GitHub and I’ll be uploading the VoD immediately I’m going to also run through deploying, real time updates, presence, testing and
Why elixir over Golang : r elixir - Reddit Relatable experience Huge fan of FP, worked with Clojure at a tiny shop for a while but hiring was difficult comparable to Elixir as well as Clojure JVM nuance that wasn't well documented Personally like Elixir more but the similarities with hiring and finding talent as well as documentation, 3rd party support etc stand there as well
Neovim - Elixir Setup Configuration from Scratch Guide This post is an instruction guide to help you setup your Neovim for Elixir development from scratch It includes general information on how to configure syntax highlighting and auto-completion for Elixir language Be aware that the Neovim ecosystem is always moving fast, so the content of this post may become outdated for future readers I’ll try my best to keep this post updated to align
Req — A batteries-included HTTP client for Elixir I have a pretty specific use case where I generate files I need to send out on the fly, and I don’t want to store them at all, but they can be fairly large (> 1GB) so currently, I am generating Elixir Stream and feed it as request body to Finch (added that part to the lib) Finch — Finch v0 12 0 and when I receive the files on the other end
Elixir v1. 17. 3 released - Elixir News - Elixir Programming Language Forum 1 Bug fixes Elixir [Duration] Fix parsing of fractional durations with non-positive seconds [Kernel] Do not attempt to group module warnings when they have a large context IEx [IEx Helpers] Properly reconsolidate protocols on recompile Mix [mix compile elixir] Do not verify modules twice [mix xref] Respect the --label option on stats and cycles
Upgrading Elixir - how to check versions, delete, and upgrade? Then to get started in using the “latest” Elixir version you’ll only need to remember one command nix-shell -A env - and you’ll be sitting in a shell with Elixir If you really got the latest Elixir version is dependent on the up-to-dateness of Elixir within the Nix Packages Collection and of course your default nix file
Why Elixir Is The Programming Language You Should Learn In 2021 the article says Elixir’s become the most popular loved programming language, then links to the 2019 SO Dev Survey results (why not the most recent results?)—and that has Elixir at 8th—not first—on the “loved” list Good press for the language is great, but stating things that aren’t true don’t give the best optics
Jose Valim: Elixir is, officially, a gradually typed language To align everyone’s expectations, our goal is to perform inference of all patterns and guards by Elixir v1 17, as outlined here: Type system updates: moving from research into development - The Elixir programming language There are still no typing syntax or changes to the language And there is still a chance we won’t go forward with this