Mathematica programming in the object-oriented paradigm
4
votes
1answer
478 views
How can I implement object oriented programming in Mathematica?
Roman Maeder's object oriented programming package is nice, but I'm hoping someone can suggest a sleek and novel implementation that is easy to use.
17
votes
2answers
603 views
Code Readability and Object-Oriented Code
The basic problem I have been running into is making readable code, where in other languages I am more familiar with I might have been using class or struct like objects. For example, you can imagine ...
2
votes
1answer
173 views
Do “objects” in Mathematica have to be declared?
A while ago I learned a trick which allows one to imitate object-oriented programming in MMA using SubValues:
...