Comment on Why Arc is bad for exploratory programmingparentComments−sacado18yIn ac.scm, add : (xdef 'cos 'cos) (xdef 'sin 'sin) (xdef 'exp 'exp) And you're done.−rkts18yI think that should be (xdef 'cos cos) etc.−sacado18yyep, you're right. sorry.
Comments
In ac.scm, add :
And you're done.I think that should be
etc.yep, you're right. sorry.