I wonder if you are aware of https://github.com/svaksha/Julia.jl/blob/master/Resources.md#cookbooks
and in particular https://en.wikibooks.org/wiki/Introducing_Julia (Also, Packt is coming out with a Julia Cookbook: https://www.packtpub.com/application-development/julia-cookbook ) It seems that there is an abundance of cookbooks. If you find existing ones lacking, you might consider contributing to open/free cookbooks instead of starting a new one. On Sat, Sep 24 2016, Pranav Bhat wrote: > It can be frustrating to comb through docs, forums or Stack Overflow to > find the code snippet you need, especially if you're trying out a language > (or even programming) for the first time. I found the Perl Cookbook > <http://docstore.mik.ua/orelly/perl/cookbook/index.htm> extremely helpful > when I used Perl for the first time. Instead of having to read > documentation or go through a tutorial, I just copied and modified code > from the Cookbook's snippets. This allowed me to get productive faster, and > I ended up learning the language as well. > > I'm creating a cookbook for Julia: > https://github.com/pranavtbhat/JuliaCookbook. I hope to cover most of the > problems covered in Perl Cookbook, and provide short examples instead of > detailed text. > > Some of the topics I have in mind are: > 1. Arrays > 2. Tuples > 3. Strings > 4. DataFrames > 5. ML > 6. Plotting > > If you feel that something could be done in a better way, or if you have a > problem that you'd like to add to the cookbook, please submit a Issue/PR. > > Thanks! > Pranav.