Giter VIP home page Giter VIP logo

idris-elixir's People

Contributors

jmitchell avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

idris-elixir's Issues

Consider targeting Erlang or Core Erlang rather than Elixir

Hello! Nice project, I'd love to see Idris on the BEAM.

I was wondering why you were targeting Elixir here, rather than Erlang or Core Erlang. Here's the current process:

Idris -> Elixir -> Erlang AST -> Core Erlang -> BEAM

We could have one of these instead:

Idris -> Erlang -> Core Erlang -> BEAM
Idris -> Core Erlang -> BEAM

There are a few benefits of this:

  • Removes the need for the Elixir compiler and runtime, reducing the number of deps required to down to the standard Erlang distibution
  • Improves compilation speed by removing the Elixir -> Erlang process
  • Simpler code generation. Erlang is a simpler language than Elixir, and Core Erlang even more so. Core Erlang is designed to be a compilation target.
  • More stable. Elixir syntax is still evolving and some features and syntaxes are being deprecated and removed. Erlang and Core Erlang do not have this problem.

To me it's unclear what the advantage of targeting Elixir currently is, would be good to get your thoughts. :)

Thank you,
Louis

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.