Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Erlang: escript

Isaiah Peng edited this page Jul 31, 2014 · 5 revisions

Maintainer: Pawel Salata [email protected]

escript is an interpreter for Erlang programs. See the tool's manual for more information.

If you get warning: "behaviour X undefined" with your customize behaviour, add the following line in your vimrc:

let g:syntastic_erlc_include_path = 'ebin' " ebin is where the beam files are located
Clone this wiki locally