Below is a list of improvements that we'd like to make to Algae. These items run the gamut from specific changes that would take only an hour or so to implement to vague, half-baked ideas that might take months. The items are in no particular order--we haven't identified priorities on most of them. We'd be very happy to have some help.
A[+;] would sum each row of the matrix A. Likewise,
V[cos] would apply the cos function to each element of the
vector V.
printf and related functions should be given additional
format codes (like `%m' for matrix), so you could type
printf("%m";rand(3,3)).
builtin function, algae has dynamic linking
capability. To make this useful, though, we have to document the
interface and reorganize the header files.
fread and fwrite implementation,
and we'll probably want an fseek function as well.Go to the first, previous, next, last section, table of contents.