[elixir-core:8333] Proposal: provide a basic set of crypto modules for use with Elixir

2018-10-03 Thread Mark Madsen
Crypto is super hard. And super important. Currently Elixir pushes users to call Erlang when working with crypto. This doesn't align with Elixirs goal of developer productivity. My experience on working with Erlang's crypto application is: - It is intimidating for newcomer who are just

Re: [elixir-core:8335] Proposal: provide a basic set of crypto modules for use with Elixir

2018-10-03 Thread Mark Madsen
re/crypto%7Csort:date/elixir-lang-core/J-Idvs6ije8/eC-pmklSBQAJ > > Allen Madsen > http://www.allenmadsen.com > > > On Wed, Oct 3, 2018 at 7:45 PM Mark Madsen > > wrote: > >> Crypto is super hard. And super important. >> >> Currently Elixir pushes use

Re: [elixir-core:8340] Proposal: provide a basic set of crypto modules for use with Elixir

2018-10-04 Thread Mark Madsen
Thanks for the proposal, Mark! > > *José Valim* > www.plataformatec.com.br > Skype: jv.ptec > Founder and Director of R > > > On Thu, Oct 4, 2018 at 4:35 AM Mark Madsen > > wrote: > >> Why not just do this in Erlang? Because it doesn't solve the

[elixir-core:9619] Building Elixir from source segfaults on macOS 11.0 on Apple Silicon (arm64) while compiling.

2020-07-10 Thread Mark Madsen
I've got Erlang compiled on Apple Silicon but I am unable to get Elixir to compile. Make segfaults as shown below. I'm hoping someone with better knowledge of the process can help me fix this. It's possible that it's an issue with Erlang... but I'm not convinced that it is. I was able to

Re: [elixir-core:9623] Building Elixir from source segfaults on macOS 11.0 on Apple Silicon (arm64) while compiling.

2020-07-11 Thread Mark Madsen
s not related to Elixir but how to debug seg faults in >> C code, which is not something I can help with. >> >> Good luck! >> >> On Sat, Jul 11, 2020 at 05:17 Mark Madsen > >> wrote: >> >>> I've got Erlang compiled on Apple Silicon but I am