|
rking-2 wrote:
I have some experience in C language, and I know the structured programming, and in the structured programming there are no the "functions": break and continue as there are in MathCad programming.
In Mathcad the programing paradigm is object oriented, declarative or another?
|
Mathcad is a mix of declarative and functional. Functions are (almost) first class objects and can be passes as arguments and returned from programs / functions. With the addition of a few simple functions to cater for implicit loops, I can often write a worksheet in a functional form that transfers well to, for example, Haskell.
I suggested object-oriented as an extension about a decade ago (my, how tempus has fugited!).
Stuart