Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ctkqiang/elixir-tutorial


https://github.com/ctkqiang/elixir-tutorial

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

#Elixir Tutorial
For Compilation into BEAM file

```elixirc [filename.ex] ```
or
```iex``` then ``` c("[finame.ex]") ```

To Run
```iex``` then ```[name of defmodule].[name of function]```

>REMEMBER: The wrapper must be a PascalCase