ozark-lang / ozark

Ozark compiler
GNU General Public License v3.0
9 stars 0 forks source link

Task out sorting & filtering functionality #7

Open chasefinch opened 7 years ago

chasefinch commented 7 years ago

Possible syntax:

find .maximum array: _ (.minimum, .frequent, .median)

sort (only integers, etc, or sort{2} if I want to sort an array of tuples, sort[2] to sort a multidimensional array, etc, can use "where" also)