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
question then is 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

[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 comp

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

2018-10-04 Thread Mark Madsen
g organization, then it is OUR > responsibility. > > Thanks for the proposal, Mark! > > *José Valim* > www.plataformatec.com.br > Skype: jv.ptec > Founder and Director of R&D > > > On Thu, Oct 4, 2018 at 4:35 AM Mark Madsen > > wrote: > >> Why

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

2018-10-03 Thread Mark Madsen
t; https://groups.google.com/forum/#!searchin/elixir-lang-core/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 im

[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 lear