Maxima.jl icon indicating copy to clipboard operation
Maxima.jl copied to clipboard

Support macro versions of functions

Open nsmith5 opened this issue 7 years ago • 0 comments

Functions that take expressions to expressions are less awesome than macros for a variety of reasons discussed in the Julia docs. Perhaps a macro variant of the Expr->Expr version of Maxima.jl functions would be worth supporting

Example:

julia> @trigsimp sin(x)^2 + cos(x)^2
1

nsmith5 avatar May 15 '17 21:05 nsmith5