AstonJ

AstonJ

What Elixir related stuff are you doing?

As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with it or anything else related to it …we’re a curious bunch here :lol:

I am…

  • Checking in on this forum
  • Looking out for interesting blogs/posts on Twitter (will cross post any good ones here)
  • Going to install Spacemacs
  • Then finally, just before it’s time to go to bed - read some more of Programming Elixir :003:

You?

2807 79693 862

Most Liked

hauleth

hauleth

  • Making Elixir and Erlang couple, rather than “just friends”.
  • Integrating BEAM with systemd (partially in hope that people find it better alternative to k8s/Docker deployments)
  • Improving “drop-in” Lager replacement that will use Erlang’s logger directly (this will provide integration with 1.10 Elixir’s Logger as well)
  • Mix tasks for working with Erlang projects, currently supported are mix ct for Common Test, mix eunit for EUnit tests, and mix exref for Erlang’s xref module
  • Bringing logger and telemetry closer to each other as these tools cover similar raison d’être (event bus)
  • Ernie format which is meant to be “standardised” ETF without unsafe features (functions, atoms, etc.), currently there is encoder and decoder for Rust and I am working on JS/TS and Go (contributions more than welcome, as I am not expert in either of these languages)
h4cc

h4cc

Most of my elixir-time goes into this list here: https://github.com/h4cc/awesome-elixir
Next to that i once ported a small library for learning: https://github.com/h4cc/slugger
Also trying to get this meetup going well :slight_smile: http://www.meetup.com/de-DE/Elixir-Hamburg/

18
Post #6
jeramyRR

jeramyRR

Working on a brown bag presentation on Elixir and Erlang to give here at Microsoft.

dorgan

dorgan

I’ve been working in the addition of functions to the Elixir standard lib that should ease the manipulation of source: Code.string_to_quoted_with_comments/2 and Code.quoted_to_algebra/2. The latter uses the Elixir formatter, so now you could generate formatted source code from any arbitrary ast, and lets you pass a list of comments, so they will be preserved :slight_smile:.

If you want to try them out, they’re already available in Elixir’s master branch.

I hope this will be used by tools like Credo to provide auto-fix functionality, by tools like elixir-ls to provide refactoring tools, and it may even allow for the addition of a mix deps.add task to add dependencies ala npm install without the need to manually edit the mix.exs file :slight_smile:.

dwahyudi

dwahyudi

Next month will be my first Elixir professional work !! :smiley:

Where Next?

Popular in Discussions Top

marcandre
Compilation time for our project degraded from ~26 seconds to ~32 seconds (~23% slower) :disappointed_face:. Did anyone else compare com...
New
smueller
With the announcement of 1.19 rc0 and the path to user-supplied type annotations, I want to make the case for inline types—both for funct...
New
AstonJ
@Garrison’s comment in another thread reminded me of this post by Joe: With the big five exerting more control than ever, new (AI) play...
New
arcanemachine
Just wondering what the community currently thinks, prefers, and/or recommends for working with UI components. (e.g. daisyUI, MishkaChele...
New
chulkilee
I’ve heard of several companies using Elixir + gRPC successfully. Tubi is one example - which sponsors grpc However, grpc still depends ...
New
dogweather
I realized I could really use something like this in my Phoenix project: I asked Claude 4 Sonnet if a port exists - it said no, and ga...
New
fireproofsocks
I’m not a Lambda fan-boy because I think it’s overprescribed as a cure-all for every possible problem when in reality, Lambdas are best s...
New
yordisprieto
I am trying to figure out a good architecture and implementation for authZ. Recently, I discover GitHub - open-policy-agent/opa: Open Po...
New
AstonJ
There seems to be a lot of buzz around DeepSeek at the moment, with some saying it’s a ChatGPT killer. The most remarkable thing (if they...
New
PragTob
:wave: I’m currently extracting the statistics calculation part from benchee and stumbled upon how to present error conditions. In the c...
New

Other popular topics Top

joaquinalcerro
Hi there, I am working with Ecto-Postgresql and I need to call all of the records from a specific table but the table has 40,000 record...
New
jerry
Good day to you all. I have been struggling to get a query involving like and ilike to work. Can anyone assist me on this, please? pro...
New
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
malloryerik
Hi, this is for people who, like me, have had some friction using .html.heex templates in VSCode. The solution seems to be, in a hyphena...
New
lastday4you
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
vonH
When I run the Plug and I recompile I wind up having to use Ctrl C to quit iex and start again. Witht the help of rlwrap I can use the cu...
New
stefanluptak
Hello everybody, usually, I use a 29" ultra-wide monitor for VSCode which can easily accomodate explorer (files panel) + file with code ...
New
josevalim
Hi everyone, One of the features added to Elixir early on to help integration with Erlang code was the idea of overridable function defi...
New
TunkShif
This post is an instruction guide to help you setup your Neovim for Elixir development from scratch. It includes general information on h...
273 38985 115
New

We're in Beta

About us Mission Statement