Comment Convert code samples to octave (Score 1) 105
It's a nice looking book, but I'd like to convert all the code samples to octave, especially the ML.
Wolfram: Plus[3,7]
octave: sum([3,7])
I'll always hate Uppercase functions. Unless that's supposed to be some kind of class constructor.
Wolfram: Plus[3,7]
octave: sum([3,7])
I'll always hate Uppercase functions. Unless that's supposed to be some kind of class constructor.