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

rhcarvalho
Very interesting value proposition! Having watched some interviews with Elm’s creator recently, I wanted to ask where you stand in terms...
New
bartblast
With the core component system and HTTP/WebSocket infrastructure solid, it’s time to tackle Pub/Sub support. What We Have vs What’s Miss...
New
lud
Hello, I just extracted the boilerplate management code that I used to work with in previous years: It is yet another generic input d...
New
New
AstonJ
Have you changed the way you learn? Maybe you started off using docs and tutorials and are now an avid book reader or course watcher? Or ...
New
tristan
First announced on the Erlang Forum, BEAMup is a tool for installing a managing the active instance of BEAM languages. It has support for...
New
AstonJ
Bart’s talk about Hologram got me wondering what kind of apps or components people are thinking about building (or think could be built) ...
New
bartblast
Some great comments in the home page thread shifted toward what you’d like to see in Hologram’s future, particularly standalone mode. I’v...
New
lessless
I wonder if it’s possible to mimic a simple “class reopening”/inhertinace-based SEAM in Elixir to alter a module’s behaviour without edit...
New
bartblast
It’s time to implement JavaScript interop for Hologram! Eventually, there will be Hologram wrappers for most APIs, but sometimes we’ll n...
New

Other popular topics Top

albydarned
Hello all! I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
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
grych
Hi folks, Few months ago I have announced the proof-of-concept of the library to manipulate the browsers DOM objects directly from Elixi...
639 49522 488
New
romenigld
I am trying to run a deploy with docker and I successfully runned with this command: docker build -t romenigld/blog-prod . but when I t...
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
quazar
How to set Jason to encode all fields in ecto schema, I don’t care about security and implementing only is taking long list of attributes...
New
Jim
As a follow up to my earlier question: I have the code compiling and running but not getting a successful login from the rest server. ...
New
johnnyicon
Hi all, I've just started learning Elixir and Phoenix Framework, so please pardon my n00bness at this stage. I'm trying to use Postg...
New
beno
I will often find my self writing things similar to: case some_value do nil -> something() "" -> something() _ -> someth...
New
Qqwy
Original source of discussion: This topic on the Pragmatic Programmers' Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New

We're in Beta

About us Mission Statement