Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/johari/prrg.ex

An experiment with prorogues in elixir
https://github.com/johari/prrg.ex

Last synced: 28 days ago
JSON representation

An experiment with prorogues in elixir

Awesome Lists containing this project

README

        

# Prrg

```
nima@jubuntu:/tmp/prrg$ mix compile
nima@jubuntu:/tmp/prrg$ mix run example.exs
def get_header(arg0, arg1) do
"Nima Johari"
end
def get_header(arg0, arg1) do
"Prorogues in Elixir"
end
def get_body(arg0) do
"Nice, huh?"
end
Sample implementation of prorogues
From: Nima Johari
Subject: Prorogues in Elixir
Nice, huh?
nima@jubuntu:/tmp/prrg$ mix run example.exs 2>/dev/null
Sample implementation of prorogues
From: Nima Johari
Subject: Prorogues in Elixir
Nice, huh?
nima@jubuntu:/tmp/prrg$
```

# Also see
* [An example](/example.exs)
* [The implementation](/lib/prrg.ex)