The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
6answers
811 views

Mathematica Destructuring

Context I'm writing a function that look something like: ...
16
votes
6answers
225 views

What kinds of uses of SymbolicC (introduced in Mathematica 8) do you foresee? Are there any neat examples already?

Mathematica 8 introduced SymbolicC, a set of Mathematica functions that capture C language constructions in the familiar Mathematica tree-like fashion. Additionally, there are functions to write ...