|
[Date Index]
[Thread Index]
[Author Index]
Re: Object-Oriented Paradigm in Mathematica?
- To: mathgroup at smc.vnet.net
- Subject: [mg65992] Re: [mg65983] Object-Oriented Paradigm in Mathematica?
- From: caa0012 at unt.edu
- Date: Wed, 26 Apr 2006 04:37:45 -0400 (EDT)
- References: <200604250919.FAA07103@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Since Mathematica interprets and evaluates code on a cell-by-cell basis, there
are limits to what kinds of programming can be used. Then again you can
actually use C++ if you look into MathLink.
Quoting Shyam Guthikonda <shyamguth at gmail.com>:
> I come from the world of C++ :) I am trying to perform various
> simulations using Mathematica, and I find myself coming up with all my
> algorithms in terms of objects.
>
> Does Mathematica support some type of Object-Oriented Paradigm? I was
> able to find a Classes.m package, but I read a few posts saying this was
> not the greatest.
>
> Is there a some standard package (with good documentation) that I can
> download somewhere?
>
> Thanks much,
> _Shyam
>
>
Prev by Date:
Re: NDSolve
Next by Date:
Re: Object-Oriented Paradigm in Mathematica?
Previous by thread:
Object-Oriented Paradigm in Mathematica?
Next by thread:
Re: Object-Oriented Paradigm in Mathematica?
|