top | item 41693544

(no title)

anandijain | 1 year ago

that's awesome! I wrote a Mathematica like cas about a year ago and it was definitely one of the most rewarding projects I've worked on.

I didn't get to look too deep into the source. Do symbols in openbirch self evaluate like in Mathematica?

discuss

order

sveske_juice|1 year ago

Currently you can define some functions which will be autorun on expressions. So if you for example write an expression by itself, like `d/dx x^2` it will automatically call a "main" function, which among other things handles differentiation. So it will be evaluated to 2*x.

I would love to see your mathmatica like CAS. I'm still kind of new to this field of CS :D