Collection of julia code snippets
Translated from here : https://github.com/dabeaz/python-cookbook
What are the strengths of Julia language
- Short code a = [1,2,3,4] b = a[a .> 2] #select all items greater than 2
What are the weaknesses of Julia language
- Absence of yield statement.