erlang-vm
Here are 23 public repositories matching this topic...
Doc strings
We need to be able to (eventually) output docs for modules (e.g. javadoc, godoc, etc). I'm fine with something like
The block comment immediately preceding the first definition of a function (or its type specification) is used as the documentation for it. The block comment immediately preceding the module declaration is used as the overall module documentation.
And maybe use markdown for f
asdf is a tool to "manage multiple runtime versions with a single CLI tool". Erlang itself and other BEAM languages (e.g. Elixir) can be installed using it and it would be very nice to add Clojure on the BEAM to the mix.
Documentation to create asdf plugins here.
Repository created [here](https://github.co
-
Updated
Dec 20, 2019
We should make better documentation about how to use the tool. I think it could be similar to talk presented on Cracows meetup (slides: https://speakerdeck.com/michalslaski/exploring-beam-based-systems-with-erlang-dot-pl) Showing possible workflow.
-
Updated
Jun 24, 2019 - Rust
-
Updated
Oct 23, 2019 - CSS
Generate documentation that looks somewhat better than the default edoc style (look at elixir docs).
Figure out how to publish (eg. maybe both Erlang API from xprof_core and REST API/GUI guide from xprof_gui should be copied/duplicated under xprof app documentation).
What should be the source format of non-edoc pages/guides (eg markdown)
Document REST API
-
Updated
Oct 9, 2013
-
Updated
Nov 19, 2019
-
Updated
Nov 8, 2017 - JavaScript
-
Updated
Aug 2, 2018 - Elixir
-
Updated
Feb 28, 2017 - Elixir
-
Updated
May 19, 2018 - Elixir
-
Updated
Feb 8, 2017 - Elixir
-
Updated
Dec 4, 2019 - Elixir
Improve this page
Add a description, image, and links to the erlang-vm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the erlang-vm topic, visit your repo's landing page and select "manage topics."
Part of our strategy for supporting elixir is by using the mix compiler located in lumen_elixir (abstr_out branch).
The format this emits is abstract erlang (
.abstr), different from the regular erlang code used by the normal frontend (.erl).In
libeir_syntax_erlthere is a [separate frontend](https://github.com/eirproject/eir/blob