Hacker News new | past | comments | ask | show | jobs | submit login

it would be cool to have

  new CompoundExpression( "x^2 - xy + 5" )
or even

  new PolishSquarefree("+")("+")("^")("x")(2)("-xy")(5)
or even

  new Polish("+")("-")("^")("x")(2)(".")("x")("y")(5)



Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: