Leandro Ostera
Leandro Ostera
Hi, kudos for being the fastest so far! Is there any way to hook up an HTML preprocessor (Jade comes to mind, but others might do, I'm sorta fond of...
> Opening this issue for tracking purposes and discussion 🗣 ## Context Documenting a project that builds with `bsb` right now is a fragmented experience. You can use: 1. `docre/redoc`,...
Here's a list of things to try out and see where we are: - [ ] `mix-format` -- compile and run the Elixir formatter as a binary - [ ]...
This issue tracks compatibility with standard Erlang and Elixir built-in functions across the different runtimes. Note that not all functions will be available in all runtimes, and some will not...
Will use this issue tro track the broad strokes of standard APIs for LAM across runtimes. Ideally we'd have a feature parity across platform but that can't be guaranteed so...
The following instructions are currently supported in some form. For some of them, it means "we can read them, but they have no effect", for some others, approximated semantics are...
One of the goals of LAM is to be easy to target. This means that we should provide tools to work with the bytecode, inspect it, and debug it. Ideally...
One of the goals of LAM is to be formally specified. This will allow other implementations to appear that are interchangeable with it, and will allow us to reason mathematically...
In this issue I'm collecting thoughts of the structure of a standard library. This may seem a lot larger than you'd have in OCaml/Reason to begin with, but Erlang's is...
We should have a section where we outline stuff like: * the type-system is the same * except there's no objects * there's no mutability either Are we missing anything...