Skip to content
Simone Stefani edited this page Jan 16, 2018 · 3 revisions

Welcome to the functional-programming wiki!

Compile all Elixir files in a directory

In order to compile all files in a directory, cdin that directory, open iex shell and run the command:

c(Path.wildcard("./*.ex"))
Clone this wiki locally