programming-phoenix-liveview VS eqwalizer

Compare programming-phoenix-liveview vs eqwalizer and see what are their differences.

programming-phoenix-liveview

Programming Phoenix LiveView Book Code & Solutions to "Give it a try"s (by andreyuhai)
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
programming-phoenix-liveview eqwalizer
6 11
13 500
- 0.4%
10.0 8.2
almost 3 years ago 11 days ago
Elixir Scala
- Apache License 2.0
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.

programming-phoenix-liveview

Posts with mentions or reviews of programming-phoenix-liveview. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-29.
  • Elixir as first programming language
    5 projects | /r/elixir | 29 Mar 2023
    Read and watch tutorials: Thinking Elixir - a podcast that explores different aspects of the Elixir programming language: https://thinkingelixir.com/ Learn Elixir - a free interactive tutorial that teaches Elixir from scratch: https://www.learnelixir.tv/ Programming Phoenix LiveView - a book that teaches how to build web applications in Elixir using the Phoenix framework https://pragprog.com/titles/liveview/programming-phoenix-liveview/
  • Phoenix 1.7.0 Released: Built-In Tailwind, Verified Routes, LiveView Streams
    13 projects | news.ycombinator.com | 5 Mar 2023
    A good project based book that goes pretty in depth is: https://pragprog.com/titles/liveview/programming-phoenix-liv...
  • Projects with best practices
    2 projects | /r/elixir | 10 Feb 2023
  • Phoenix 1.7 is View-less
    10 projects | news.ycombinator.com | 30 Dec 2022
    LiveView is evolving into a great piece of tech, but as others have noted elsewhere in the comments one of the challenging parts with LiveView right now (and to an extent Phoenix) is the outdated books & tutorials.

    Bruce Tate and Sophie DeBenedetto have been authoring the book “Programming Phoenix LiveView” (https://pragprog.com/titles/liveview/programming-phoenix-liv...) which has the potential to be a great source for people that want to really dive into LiveView. The challenge though is they have not updated it to support the changes introduced in 0.18.0 which makes it really hard to start using the book when a new Phoenix application “mix phx.new dev_app” looks different than what’s in their book and some of their code breaks with the default installed versions of included plugs.

    While I wish the book would receive an update sooner that brings it back to a compatible state (meaning there are no issues following along with the book), the good news is they have committed to having the book be updated when LiveView hits 1.0.

  • How to get started with LiveView?
    4 projects | /r/elixir | 13 Oct 2022
    I suggest cloning down an actual LiveView project (maybe this one?) and making changes to it. That will help you get a grip on things more easily than trying to build something from scratch right away.

eqwalizer

Posts with mentions or reviews of eqwalizer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-09.
  • Switching to Elixir
    11 projects | news.ycombinator.com | 9 Nov 2023
    I don't think the implementation itself is at fault, but yes, I do think that the design of dialyzer makes it an (at times) faulty type checker. The unfortunate reality of a type checker that fails sometimes is that it makes it mostly useless because you can never trust that it'll do the job.

    To be clear, I've had it fail in a function where I've literally specced that very function to return a `binary` but I'm returning an `integer` in one of the cases. This is a very shallow context but it can still fail. Now add more functions, maybe one more `case`.

    I think an entire rethink of type checking on the BEAM had to be done and that's why eqWalizer[0] was created and why Elixir is looking to add an actual sound, well-developed type checker. Gleam[1] I would assume is just a Hindley-Milner system so that's completely solid. `purerl`[2] is just PureScript for the BEAM so that's also Hindley-Milner, meaning it's solid. `purerl` has some performance issues caused by it compiling down to closures everywhere but if you can pay that cost it's actually pretty fantastic. With that said my bet for the best statically typed experience right now on the BEAM would be `gleam`.

    0 - https://github.com/WhatsApp/eqwalizer

    1 - https://gleam.run

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

  • Unpacking Elixir: Concurrency
    9 projects | news.ycombinator.com | 25 Aug 2023
  • eqwalizer VS Gradualizer - a user suggested alternative
    2 projects | 17 Apr 2023
  • Erlang: The coding language that finance forgot
    9 projects | news.ycombinator.com | 2 Feb 2023
  • Phoenix 1.7 is View-less
    10 projects | news.ycombinator.com | 30 Dec 2022
    While it's not static-typing, compile-time type checking for Erlang have come a long way: Eqwalizer works pretty well - but I may be biased since my employer sponsors the project.

    1. https://github.com/WhatsApp/eqwalizer

  • [New] How do you verify program correctness in Elixir?
    6 projects | /r/elixir | 23 Sep 2022
    Note there is also research happening in this area by the Elixir team. The WhatsApp is also working on static types for Erlang, which I am certain will be available for Elixir too at some point.
  • Eqwalizer: A Type-Checker for Erlang
    1 project | /r/hypeurls | 3 Aug 2022
    1 project | news.ycombinator.com | 3 Aug 2022
  • Eqwalizer: WhatsApp’s Erlang Type Checker
    1 project | news.ycombinator.com | 2 Aug 2022
  • Elixir Livebook now as a desktop app
    12 projects | news.ycombinator.com | 2 Aug 2022
    From the discord blog posts it seems that elixir powers the chat system, with rust and python as the other two main languages in their stack.

    As for whatsapp, they are mainly a erlang shop and yesterday they open sourced a type checker for erlang:

    https://github.com/WhatsApp/eqwalizer

What are some alternatives?

When comparing programming-phoenix-liveview and eqwalizer you can also consider the following projects:

unsplit - Resolves conflicts in Mnesia after network splits

gradient - Gradient is a static typechecker for Elixir

FunkyABX - Audio blind tests

erllambda - AWS Lambda in Erlang

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"

explorer - Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir

elixir_koans - Elixir learning exercises

kino - Client-driven interactive widgets for Livebook

livebook - Automate code & data workflows with interactive Elixir notebooks

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

Gradualizer - A Gradual type system for Erlang