I think you can sometimes get code review by posting a Gist to the list. This happens a lot if you have a particular small section of code whose performance confuses.
If you write library code you want to share with others and people are excited about the idea behind the library, you'll basically always get somebody to read your code since they'll want to use it. In the most general case, code review reduces to unpaid labor, which is not something most people have either the resources or incentives to provide. So the answer, absent some other assumptions, is probably, "this is generally not something people can do." -- John On Oct 25, 2014, at 11:33 AM, Davide Lasagna <[email protected]> wrote: > Hi, > > Is there anything like getting a review of some Julia code? > > Cheers, > > Davide
