On Tue, Mar 17, 2015 at 5:23 PM, Kiran Pamnany <[email protected]> wrote:
> Depending on how well Julia-generated code performs, some important > concurrent data structures might be better implemented in C and wrapped. I would argue that until we can implement efficient concurrent data structures in pure Julia, the work isn't complete. It's ok to use C code as an interim solution while we're developing this, but in the longer term, we should not be forced to rely on C to write libraries.
