purerl VS FunkyABX

Compare purerl vs FunkyABX and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
purerl FunkyABX
6 3
314 0
1.3% -
5.9 8.2
4 months ago about 1 month ago
Haskell Elixir
GNU General Public License v3.0 or later GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

purerl

Posts with mentions or reviews of purerl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-02.
  • Erlang: The coding language that finance forgot
    9 projects | news.ycombinator.com | 2 Feb 2023
    I will put in a good word for PureScript for the beam with `purerl`. It's my go-to for writing BEAM code nowadays. Notably PureScript tooling including LSP, package management, etc., just works, so you are able to just get to work in internalizing the way OTP and other Erlangy things are expressed in a statically typed, pure language.

    https://github.com/purerl/purerl & https://purerl-cookbook.readthedocs.io/ for more information. Join the PureScript discord and the #purerl channel if you want help.

  • purerl - Integrating PureScript into Elixir projects
    6 projects | dev.to | 11 Jan 2023
    purerl is a compiler for turning PureScript code into Erlang code, so that you're able to write BEAM (the Erlang virtual machine) applications using it.
  • Phoenix 1.7 is View-less
    10 projects | news.ycombinator.com | 30 Dec 2022
    You've been able to write PureScript that compiles to Erlang and has perfect interop for years, via `purerl`[0]. Using it with Elixir is as simple as adding `purerlex` as a compiler and having your PureScript code automatically compile when `mix` compiles things, and off you go.

    In terms of the typing itself, it's exactly what you get in all of PureScript, strict static typing with no `any` or the like. Using `Pinto`, the de facto OTP layer in PureScript your processes are typed, i.e. their `info` messages & state are typed, which means that they are all much more like strongly typed state machines than anything else.

    You can see an example of a basic `gen_server` here:

    https://pastebin.com/UTEfz7Wg

    The differences aren't very big in terms of what you'd expect to be doing. One small thing to note is that the `GenServer.call` expects a closure to be passed instead of having the split between `gen_server:call` & `handle_call`, removing the need for synchronizing two places for your messages being sent and handled.

    0 - https://github.com/purerl/purerl

  • Angular without SSR is faster than Next.js with SSR. I have the data
    4 projects | news.ycombinator.com | 27 Jun 2022
  • Beam VM Wisdoms
    2 projects | news.ycombinator.com | 21 Apr 2021
  • V0.14 of Gleam, a type safe language for the Erlang VM, has been released
    3 projects | news.ycombinator.com | 18 Feb 2021

FunkyABX

Posts with mentions or reviews of FunkyABX. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-30.
  • Phoenix 1.7 is View-less
    10 projects | news.ycombinator.com | 30 Dec 2022
    All web frameworks fail with forms one way or the other :)

    I think one point would be the docs, to outline the basic cases, best practices. Maybe something tying the form helpers and changeset.

    I have a side project [0] with a form which have inputs dependant of others and a dynamic section (assoc).

    I struggled a bit with the data, checking what I would get inside a changeset struct, until I "discovered" get_field and put_change.

    For the assoc I was also a bit lost until I read an article using a delete virtual field. In the end I made it work but I still not sure I used all the right changeset functions.

    To LiveView credits this app has been used all over the world and got very good feedback, nobody mentioned any lag issue etc (well, someone with a crappy connexion in Istanbul once got an incomplete uploaded file without getting an error).

    [0] https://github.com/conradfr/FunkyABX

  • FunkyABX : blind tests in your browser
    1 project | /r/audioengineering | 24 Jan 2022
  • Show HN: FunkyABX: audio blind tests in the browser
    1 project | news.ycombinator.com | 13 Jan 2022
    Hello, this is a LiveView app (although most of the player code is in javascript).

    https://github.com/conradfr/FunkyABX

What are some alternatives?

When comparing purerl and FunkyABX you can also consider the following projects:

hamler - Haskell-style functional programming language running on Erlang VM.

eqwalizer - A type-checker for Erlang

Gradualizer - A Gradual type system for Erlang

bandit - Bandit is a pure Elixir HTTP server for Plug & WebSock applications

lumen - An alternative BEAM implementation, designed for WebAssembly

Phoenix - Peace of mind from prototype to production

gleam - ⭐️ A friendly language for building type-safe, scalable systems!

elixir-ls - A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"

erllambda - AWS Lambda in Erlang

programming-phoenix-liveview - Programming Phoenix LiveView Book Code & Solutions to "Give it a try"s

js-framework-benchmark - A comparison of the performance of a few popular javascript frameworks

phoenix_live_view - Rich, real-time user experiences with server-rendered HTML