Erlang

-module(hello).
-expoert([start/0]).

start()->
    io:fwrite("Hello, Erlang!\n").

Table of Contents

  1. Why use Erlang?
    1. Resources

Why use Erlang?

Erlang is a secret sauce. I haven’t written much erlang as, for the moment, I am very focused on academics. I’ve created this page as a reminder to myself. Content will be added when I begin learning in Summer 2019.

Resources

  1. None yet.

CC BY-SA 4.0 - This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License. You are free to share, redistribute and adapt the material as long as appropriate credit is given, and your contributions are distributed under the same license.