vagga icon indicating copy to clipboard operation
vagga copied to clipboard

Missing Erlang/Elixir containers

Open Serkan-devel opened this issue 7 years ago • 1 comments

It would be great to use that type of development environment in Elixir.

Elixir is a functional programming language, built on the ErlangVM and is know to be used for scalable, fault-tolerant and concurrent while using less resources.

https://elixir-lang.org/

Serkan-devel avatar Dec 02 '18 17:12 Serkan-devel

Sure. For the start, you can use !Sh commands to install elixir and its package manager, just like you normally do it in the shell (or more recently Dockerfile).

Adding special commands could be contributed (just like Ruby and PHP integration was contributed) by someone familiar with the language and ecosystem if there are big reasons for that (e.g. we still don't have integration with Rust, mostly because it's easily installed anyway and cargo is great without any vagga's support).

tailhook avatar Dec 02 '18 21:12 tailhook