jlapeyre / Symata.jl

language for symbolic mathematics
Other
175 stars 15 forks source link

Generated symbols should be easier to work with #164

Closed jlapeyre closed 5 years ago

jlapeyre commented 5 years ago

Variables generated in Modules currently begin with #. They should be easier to work with. Perhaps a!1, a!2, etc.

Also, Mathematica allows assigning to these variables before they are "generated". Eg c$2 = 1 will assign to the Module-local variable before the Module is called the second time.

See #162