I'm trying to figure out how to use rebar to:
- create erlang project
- add a dependency on an erlang module from github
- start the app via the erl console
- create a release and start the app from the release (via the generated scripts)
| (* | |
| Calculator_implementation.fsx | |
| Related blog post: http://fsharpforfunandprofit.com/posts/calculator-implementation/ | |
| *) | |
| // ================================================ | |
| // Draft of Domain from previous file | |
| // ================================================ | |
| module CalculatorDomain_V3 = |