Software Alternatives & Reviews

Elixir

Dynamic, functional language designed for building scalable and maintainable applications subtitle

Elixir Reviews and details

Screenshots and images

  • Elixir Landing page
    Landing page //
    2022-07-20

Badges

Promote Elixir. You can add any of these badges on your website.
SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

Product Review: Elixir - Finally, something good?

REVIEW SENAR GITAR AKUSTIK TERMAHAL (ELIXIR NANOWEB PHOSPOR BRONZE) ORIGINAL

As Seen on IG | Episode 1 | KO Elixir Cream | One Month Update | Product Review

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Elixir and what they use it for.
  • Perfect Elixir: Environment Setup
    I’m on MacOS and erlang.org, elixir-lang.org, and postgresql.org all suggest installation via Homebrew, which is a very popular package manager for MacOS. - Source: dev.to / about 1 month ago
  • Reliability in Legacy Software
    But regardless of their reasons, they'll note that the service is easily meeting its SLOs. It was written in a highly performant, if idiosyncratic language, and uses patterns which give it a high level of resilience and the ability to recover from many situations automatically. The service is steady as a rock, and left to its own devices will more or less chug along indefinitely once deployed. - Source: dev.to / about 1 month ago
  • Meet entr, the standalone file watcher
    As you might have guessed, one of the main use cases for entr is to rerun tests whenever files change. I'm an Elixir engineer, and I use entr to run mix test continuously whenever I save an Elixir file. - Source: dev.to / 6 months ago
  • Good Bye CRUD APIs, Hello Sync: Realtime PostgreSQL with ElectricSQL
    The diagram demonstrates the communication pathway between the browser and the Postgres database through the Electric service. Essentially, Electric Sync Service, an Elixir application, orchestrates active-active data replication between the user's local DB and Postgres. - Source: dev.to / 6 months ago
  • Building Apps with Tauri and Elixir
    The Elixir programming language is no stranger to desktop applications as the language actually supports building them out of the box. It uses wxWidgets: a C++ library that lets developers create applications for Windows, macOS, Linux and other platforms with a single code base. But wxWidgets has a very complex API, and doesn’t solve issues that usually come with desktop applications around packaging. - Source: dev.to / 6 months ago
  • Show HN: Podsee – AI tool for podcast listeners
    Hi everyone, I just launched Podsee(https://pods.ee) for podcast listeners, lovers. You can search and listen to podcasts at Podsee. What makes it different is that you can get the AI transcript for an episode. It started as a side project after I resigned my job one year ago. As a programmer, I love Elixir (http://elixir-lang.org/) and Phoenix LiveView( - Source: Hacker News / 6 months ago
  • Lightweight dev tools.
    Sadly, this isn't true for all languages. I spend most of my days working on and with the Ash project in Elixir. Whilst Lapce has syntax highlighting for Elixir there is no language server plugin available yet. There are at least two plugins in development, but given I can't figure out how to install them in my local editor to test them I can't speak to their quality. - Source: dev.to / 9 months ago
  • Meta to release open-source commercial AI model
    Career dev who had the cash and wanted to experiment with anything that can be done concurrently, such as in my language of choice lately, which features high concurrency (https://elixir-lang.org/) or these LLM's, or anything else that can be done in massively parallel fashion (which is, perhaps surprisingly, only a minority of possible computer work, but it still means I can run many apps without much slowdown!)... - Source: Hacker News / 10 months ago
  • Ask HN: Leetcode for Back End and Server Development
    Port cited site examples in this thread to native erlang [0], elixir [1], phoenix [2] Port postgres system to a completely erlang based solution. [0] : https://www.erlang.org/ [1] : https://elixir-lang.org/ [2] : https://www.phoenixframework.org/. - Source: Hacker News / 10 months ago
  • Papertrading @ 10 updates/sec, live accounts @ 4 updates/sec? Improve live throttle?
    I do program (mostly web apps in Elixir) but not yet for trading, to which I'm returning after a long hiatus. That said I've yet to even use a dataframe or any data science-y tools, but understand several of the general concepts. Source: 11 months ago
  • Exploring Async PHP
    There are many solutions available without requiring PHP 8.1 that have been battle tested, but it's interesting to see the direction the PHP language is going in to compete with the likes of Golang and Elixir, both of which support async programming and have done for years. - Source: dev.to / 11 months ago
  • Switching to C over 'Modern' Programming Languages
    I'm not personally familiar with it, but I think you want to take a look at Elixir. I've heard it often in the same vein as Rust but for web. Not exactly the same, but in terms of a high-quality language. https://elixir-lang.org/ https://www.phoenixframework.org/. - Source: Hacker News / about 1 year ago
  • Ask HN: Is it possible to compile TypeScript to Golang?
    It sounds like you need a language that supports stronger types and concurrency. There are many good programming languages that might work if neither Go nor Typescript individually would meet your needs. I recommend examining the following to see if they would work better for you: Ada: https://learn.adacore.com/courses/intro-to-ada/index.html Elixir: https://elixir-lang.org/ Java: ... - Source: Hacker News / about 1 year ago
  • The Io Language
    A code snippet showing a simple program right on the home page and "selling" whatever features makes it special would go a long way. It's quite off-putting to have to delve deep into a guide in order to get a feel for a language. Some examples done right: https://lfe.io https://elixir-lang.org https://imba.io https://ocaml.org. - Source: Hacker News / about 1 year ago
  • SELF TAUGHT
    Bit of advice when learning a language, go to their main website first (they usually have one, e.g. https://elixir-lang.org/ for Elixir) and go through their “Getting Started” section. Source: about 1 year ago
  • How to install Phoenix (Elixir) with Tailwind CSS and Flowbite
    Before getting started you need to have both Elixir, the Hex package manager, the PostgreSQL relational database server and Node.js installed on your local computer to be able to follow through this guide. - Source: dev.to / about 1 year ago
  • Not a Go LiveView developer yet? Try to guess what this code is doing, though.
    My common practice for evaluating new technology, framework, or programming approach is based on the first feeling I have from the code presented. What is the cognitive effort to understand “the idea”? Things have to “look nice and be polished” in some way to convince me. I can still remember that overall ‘wow effect’ when seeing my first Phoenix LiveView presentation a few years ago. Such a small amount of code... Source: about 1 year ago
  • Using Gleam in your Phoenix Hooks
    Phoenix uses Elixir, but when dealing with LiveView Hooks it requires JavaScript. But how about using another functional language in that area?. - Source: dev.to / about 1 year ago
  • Using Panic's Nova.app for Elixir and Phoenix Development
    a few weeks a go I started to learn Elixir and Phoenix Framework. - Source: dev.to / over 1 year ago
  • Implementing the Pipe Operator in TypeScript
    The pipe operator is used to chain function calls together in a more readable and concise way. The operator takes the output of one function as the input for the next function in the chain. Here's an example of pipes in Elixir. - Source: dev.to / over 1 year ago
  • Why I selected Elixir and Phoenix as my main stack
    Ok so I previously toyed around with Elixir in Exercism and liked a lot the language. I found Phoenix framework but I did not understand it quite well. - Source: dev.to / over 1 year ago

External sources with reviews and comparisons of Elixir

Top 10 Rust Alternatives
Elixir is a functional and all-purpose programming language. It is believed to operate on BEAM and uses the imposition of a programming language known as Erlang. This language is typed dynamically and strongly.

Do you know an article comparing Elixir to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Elixir discussion

Log in or Post with

This is an informative page about Elixir. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.