<mwm-pony>
Wow, what a gauntlet to connect to FreeNode!
<mwm-pony>
I am interested in writing a pony implementation of blake2. Does this seem like something which should be in the stdlib given its usage in package signatures? Or should I not concern myself with that for now?
<mwm-pony>
I have already done and Elixir implementation, so I don't think it's outside of my capabilities.
<vaninwagen>
It would make a great fit for the crypto package in stdlib
<mwm-pony>
Cool. Is there a good place to read about how to contribute in the least intrusive way?
<mwm-pony>
Just any sort of conventions which will make it less likely I waste anyone's time
<vaninwagen>
I would suggest to make it work as a separate package outside stdlib first, and then issue an RFC for inclusion in stdlib
<mwm-pony>
I'll undoubtedly be a while getting it all together properly.
<mwm-pony>
I'm happy to do the benchmarking and such once I get it together. And hopefully learn how to make it better!
mwm-pony has quit [Quit: My damn controlling terminal disappeared!]
acarrico has joined #ponylang
acarrico has quit [Ping timeout: 250 seconds]
<_andre>
is there a public roadmap for pony?
<vaninwagen>
Not at this moment, but i would welcome if there was one
acarrico has joined #ponylang
<SeanTAllen>
_andre: that would be hard given that pony is a volunteer project and we don't have a structure like say Mozilla and Rust where we can say "and now we are going to have these people that we are paying work on X"
<SeanTAllen>
if there are particular areas you are interested in, I can tell you if I have heard of anyone working on that area.
<SeanTAllen>
I can also tell you what I think is important, what Sylvan thinks is important based on conversations with him.
<_andre>
SeanTAllen: i meant it in an "informational" way, so that users know what's being worked on
<_andre>
i find that sort of thing interesting, but i understand people could start demanding things from the developer team
<_andre>
personally, the only thing i miss so far is the exhaustiveness verification in matches, and the "newtype" feature would be nice to have
endformationage has joined #ponylang
<SeanTAllen>
i'd love to see both of those as well
<SeanTAllen>
neither is something i'd be good at implementing at this time
<SeanTAllen>
i know the runtime really well
<SeanTAllen>
i'm rather poor in the compiler department at this point in time
acarrico has quit [Ping timeout: 246 seconds]
travis-ci has joined #ponylang
<travis-ci>
ponylang/pony-stable#341 (master - 1ccfd30 : Benjamin Pellittieri): The build was broken.