eki / mathcraft

A mathtastic computer algebra system.
0 stars 0 forks source link

Allow the definition of new functions? #12

Open eki opened 4 years ago

eki commented 4 years ago

Should we allow the definition of new functions?

f(x) = x + 3

What is the value of this? Does this verge into programming language land? Would users be able to define recursive functions? What are the time and space limit implications?