Maxima style



On 10/11/08, Adam Majewski <adammaj1 at o2.pl> wrote:

>  I'm working on improving my Maxima style. (:-)
>  Can you tell me if this case is a good one ?
>
>  http://commons.wikimedia.org/w/index.php?title=Image:Iray.png

Well, I don;t know how much it matters, but here are my $0.02 anyway ...

(1) separate_long_names_with_underscores instead of smashingThemAllTogether.

(2) just throw in some blank lines instead of making /* ------ */ separators

(3) I wouldn't bother trying to align successive foo = bar options.

(4) I find it easier to read long function calls with a space between
the function name and the left parenthesis, e.g.

  points (map (realpart, foo), map (imagpart, bar))),


FWIW, & thanks for your interest in Maxima.

Robert Dodier