Events2Join

Ruby vs. Elixir


I'm curious about if I can have a feature like Elixir/Phoenix umbrella ...

Gems contain Ruby code that does not depend on Rails. We use ActiveSupport, but we do not use ActiveRecord or ActionPack. The gems are all ...

Ruby vs Elixir detailed comparison as of 2024 - Slant Co

There's also some great support here for infrastructure as code work via Chef. However, it just doesn't have the depth and breadth that Python does. Things like ...

When to choose Elixir over Ruby for 2016 projects? - AmberBit

If the code base of your application is expected to be large, go with Elixir without further thinking. Elixir has a built-in tools, such as ...

Phoenix vs Rails Comparison: The Business Perspective | Prograils

In the beginning of 2019 we published the article comparing Ruby on Rails and Elixir/Phoenix software development. Over a year and a half ...

Elixir and Ruby Comparison - Elixir Examples

Elixir and Ruby Comparison ; Concurrency, N/A, Lightweight Processes ; Static Analysis, Not Available, Optional Typespecs ; Interfaces, Duck Typing ...

Go for Rubyists. Part 8. Concurrency in Go, Ruby and Elixir

Elixir is a programming language, built on the Erlang VM and heavily influenced by Ruby. So it has all the concurrency advantages of Erlang, but ...

Ruby vs Elixir performance ; Ultron is dead, long live UltronEx

For sometime I was looking for something worth building in Elixir to see adoption ease for a Rubyist and evaluate the performance gains that are ...

Go vs Elixir, didn't work out so well for Go :-( - Google Groups

However the Elixir program could churn out results at a rate 20x faster than the Go program!!! The Go program was still faster than the Ruby, but not nearly by ...

Elixir vs Ruby Showdown - Part One - Littlelines

That's a 77x speed improvement for Elixir over Ruby, with the same top-level API! With careful use of metaprogramming, we were able to produce a ...

Akita's Manga Downloadr Elixir vs Ruby performance revisited

I read an article from Fabio Akita comparing the performance of his Manga Downloadr implementations in Elixir, Crystal and Ruby.

Why is Elixir slowest among Ruby and Go in solving Project Euler #5?

I guess, the general rule here: if you have code in Elixir that has performance like 80% from Go code or better, that's ok. In other cases most ...

A ruby programmer is called a rubyist, an elixir ... - Elm Discourse

A ruby programmer is called a rubyist, an elixir programmer is ... vs them” way that it tended to alienate folks. So I encouraged folks ...

The Rubyist's Survival Guide to Elixir and Phoenix ... - YouTube

An introduction and overview of Elixir and Phoenix for Ruby developers (though if you know Python or similar already, it will probably be ...

First Impression of Elixir, from a Rubyist's Perspective - Sihui Huang

If you're a Rubyist, you might have heard of Elixir: the new functional language with Ruby-like syntax created by José Valim, who used to be on the Rails core ...

Why You Too Should Learn Elixir | Mix & Go

Elixir vs. Ruby ... The first thing I want to mention as a general principle is that you don't have to go all in on a language. You don't have to ...

Chris McCord on X: "Elixir vs Ruby Showdown - Part 2 is out ...

Elixir vs Ruby Showdown - Part 2 is out! Phoenix vs Rails http://t.co/4CqP1doUGD.

Elixir-like pipes in Ruby (oh no not again) - zverok's space

My experiment is not a proposal as a library or as a core feature. It was inspired by yet another discussion about introducing a pipe operator ...

Switching to Elixir - Lee Meichin

The key difference is that Elixir DSLs are compile-time macros and they generate runtime code, whereas Ruby DSLs depend on modifying the runtime by defining ...

How learning Elixr made me a better Ruby developer - AmberBit

In Elixir, all data is immutable. Whenever you want to provide mutable data, you need to use something like GenServer or Agent to keep the ...

Phoenix Framework

Phoenix is a web framework for the Elixir programming language that ... Format your whole codebase with a single command – whether writing Elixir or HTML.