Hey, I would like to make it possible to write Elixir for CouchDB extensions.
Right now we are using rebar 2 to compile our Erlang and C code. There is a plugin for rebar to compile Elixir: https://github.com/yrashk/rebar_elixir_plugin which is not maintained any more. I have compiled Elixir for CouchDB, but it is an aweful hack as the plugin was written for Elixir 0.9 This is the main reason why I would like to switch CouchDB to rebar 3. rebar 3 seems to be the way to build / manage Erlang deps right now and if nothing speaks against it, I just continue to work on the topic. Best, Robert
