I'm curious. How do people write large-scale programming projects in Maple? I'm interested in both the interface they use for said writing, plus the style. For example, I would like to have an editor that does syntax highlighting, indents, and balances brackets for me. Is there such a thing? Second, what is the preferred style to do these things? I used to do it by having a huge file where several procedures were defined in it. I would load this file with read(). How about OOP abilities in Maple? Mathematicians think OOPly. I think you can declare new datatypes (remind me how), but is there a good way to go as far and declare objects? Thanks!

Please Wait...