Elixir
- Typing lists and tuples in Elixirelixir-lang.org Typing lists and tuples in Elixir
This article explores the design decisions of typing lists and tuples in Elixir within a sound gradual type system
- Elixir v1.17.0 Release
https://github.com/elixir-lang/elixir/releases/tag/v1.17.0
- I made a Djot (markdown alternative) parser for Elixirgithub.com GitHub - paradox460/djot: A fast Djot parser for Elixir
A fast Djot parser for Elixir. Contribute to paradox460/djot development by creating an account on GitHub.
cross-posted from: https://lemdro.id/post/3061318 >Djot is a markdown alternative, created by John MacFarlane, creator of Pandoc and spec author of CommonMark. It aims to fix many of the little issues Markdown has, and does a pretty good job of it, imo. > >
- Full lineup for CodeBEAM Europe 2023codebeameurope.com Code BEAM Europe
The Erlang and Elixir conference in Europe: 2 days of talks,discussions and networking for the BEAM community.
- What are you using Elixir for?
I'm just learning for fun, but I'm curious what others are liking/not liking about Elixir for projects (big or small!).
- Elixir Docs are Built Differentfly.io Elixir Docs are Built Different
These are not your normal docs, Elixir docs are actually useful!
- [Twitter] Jose Valim - "I hereby officially announce the Elixir type system effort is transitioning from research into development"
Post content for those without an account:
> I hereby officially announce the Elixir type system effort is transitioning from research into development: https://elixir-lang.org/blog/2023/06/22/type-system-updates-research-dev/ > > A huge thank you to Fresha and Starfish for sponsoring this new stage. They are also hiring: > > - https://fresha.com/careers/openings?department=engineering > - https://starfish.team/jobs
- Some Elixir testing Trickspdx.su Some Elixir Testing Tricks
Testing in Elixir is pretty great. ExUnit, combined with the functional nature of Elixir, makes it very easy to test almost everything in your codebase. However, it is very easy for boilerplate to creep into your tests. Common setup patterns, similar assertions, and more can quickly make your test s...
ExUnit is wonderful, and the functional paradigms that underpin Elixir let us write extremely complex tests in a fraction of the code that would be needed in OOP testing frameworks like RSpec.
But it's not all wine and roses. Tests can quickly accrue tons of boilerplate and repetition.
Using some Elixir features, you can cut down on these, and make tests even nicer to write.
- Elixir v1.15 released
I'm excited for this release, especially the compile-time speed improvements!
Also a shoutout to "@behaviour declarations no longer add compile-time dependencies", that'll make it easier to use
@behavior
now. - Padova Meetupwww.meetup.com Accedi a Meetup | Meetup
Non sei ancora iscritto a Meetup? Registrati e trova gruppi che organizzano eventi online o dal vivo e incontra persone della tua zona che condividono i tuoi stessi interessi.
Found here
- Naming Elixir Phoenix context functionswww.stephenlewis.me Naming Elixir Phoenix context functions · Stephen Lewis
Naming conventions to avoid ambiguity in your Phoenix contexts.
- Dependency inversion on Elixir using Ports and Adapters design patterndev.to Dependency inversion on Elixir using Ports and Adapters design pattern
Introduction Dependency Inversion is a well-known software development principle,...
- Phoenix 1.7 is View-less! 😱www.germanvelasco.com Phoenix 1.7 is View-less! 😱
Phoenix 1.7 is dropping Phoenix.View, but it's for a good reason! Controllers and LiveViews will now render function components. And the aim is to collocate templates next to the controller that renders them!
- New Elixir Related Instance
I just found https://genserver.social/, a Pleroma instance for Elixir/Erlang folks. José Valim and other prominent Elixirists are there.