Giter Club home page Giter Club logo

aero's Introduction

Aero

Build Status

Aero is an experimental programming language aimed to be statically typed, purely functional with uniqueness types and eager evaluation, and oriented entirely around the actor model: a blend of the ideas of Erlang, Elixir, Rust, and Clean.

The language is currently under construction and so features listed above are not necessarily implemented yet. The language is being bootstrapped with an Erlang-based compiler targeting Core Erlang for a future self-hosting compiler.

Building

Erlang is required to build the compiler and is needed on the host that Aero programs are run on.

The recommended way to install Erlang is with asdf. This allows for easy version managment. Aero expects the Erlang/OTP version to at least be 23.0.

$ asdf plugin add erlang
$ asdf install erlang 23.2

Building the compiler uses Rebar3.

$ rebar3 fetch
$ rebar3 build
$ rebar3 check
$ rebar3 test

This generates an Escript in _build/default/bin called aero which can be used to compile Aero programs.

Examples

See examples/ for sample Aero programs. They can be run like so:

$ aero compile examples/hello.aero --escript
$ ./out/bin/hello

License

Released under the MIT License (see LICENSE).

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.