lt-app VS hex_core

Compare lt-app vs hex_core and see what are their differences.

lt-app

React Native application for Language Transfer (by language-transfer)

hex_core

Reference implementation of Hex specifications. (by hexpm)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
lt-app hex_core
132 1
283 95
3.5% -
0.0 4.9
about 1 month ago 18 days ago
TypeScript Erlang
GNU General Public License v3.0 or later 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.

lt-app

Posts with mentions or reviews of lt-app. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-24.

hex_core

Posts with mentions or reviews of hex_core. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-07.
  • Elixir Nitpicks
    5 projects | news.ycombinator.com | 7 Feb 2024
    We give similar examples in our anti-patterns docs: https://hexdocs.pm/elixir/main/code-anti-patterns.html#compl...

    ## State management

    Generally agreed. Just one nit:

    > Sure the state is all encapsulated into processes, but then those processes are hidden behind an abstraction layer that makes them invisible, so really you’re just touching global variables.

    They are not invisible. You can use Observer, the Phoenix Live Dashboard, and many other tools to traverse, explore, and navigate the supervision tree, processes, and see where all state is!

    ## Imports

    Agreed. We had several discussions on how to improve this but nothing satisfactory. Maybe it is time for another tango.

    ## Mixed messages

    I'd say we actually do a good job on the official docs on the topics that are directly related to Elixir:

    * On umbrella projects, the official guide discusses trade-offs: https://hexdocs.pm/elixir/dependencies-and-umbrella-projects...

    * Live upgrades are covered in our release docs: https://hexdocs.pm/mix/Mix.Tasks.Release.html#module-hot-cod...

    * On macros: https://hexdocs.pm/elixir/macro-anti-patterns.html#unnecessa...

    I assume the trouble is in finding this information, so if anyone finds we should link to them from other places, pull requests are welcome. In general, PRs to improve docs are always gladly received, be in Elixir, Ecto, or elsewhere!

    ## Others

    > Anecdotally, when Elixir started off there was some bad blood between them and the Erlang community, which is the origin of this schism

    No bad blood, really. I asked the `rebar` team (not the current `rebar3`) if they would accept PRs to also compile Elixir, they said no (which is understandable) and then we move forward with `mix` (which was a contribution from a Clojure developer inspired by `lein`). The projects drifted apart but we often share whatever we can in other places (such as https://github.com/hexpm/hex_core).

    > In fact the Elixir compiler almost never gives you an outright error, basically it only fails if a file can’t be parsed. This feels spooky as hell… but its warnings are basically always correct and seldom miss anything

    Yes! Our goal is to avoid halting compilation as much as possible and instead rely on precise warnings. It is easier to debug a program that compiles (and then raises) than one that does not compile at all.

What are some alternatives?

When comparing lt-app and hex_core you can also consider the following projects:

zulip-mobile - Zulip mobile apps for Android and iOS.

LibreLingo - 🐢 🌎 📚 a community-owned language-learning platform

anki - Anki's shared backend and web components, and the Qt frontend

mpvacious - 🍜 Adds mpv keybindings to create Anki cards from movies and TV shows.

the-coding-interview - Programming exercises, code katas and puzzles for your job interview training - or just for fun.

ailab - Experience, Learn and Code the latest breakthrough innovations with Microsoft AI

termux-app - Termux - a terminal emulator application for Android OS extendible by variety of packages.

CPython - The Python programming language