Svelte Hacker News logo
  • top
  • new
  • show
  • ask
  • jobs
  • about

Show HN: ExprTk REPL – Explore math expressions in the browser with WebAssembly

partow.net

8 points by exprtk 2 days ago

ExprTk compiled to WebAssembly lets you explore and evaluate math expressions instantly in your browser. Everything runs client-side at near-native speed.

baudaux 15 hours ago

It looks like what we can do with bc, basic calculator

  • exprtk 14 hours ago

    How about trying to do the following easily with BC:

    Mandelbrot fractal: https://www.partow.net/programming/exprtk/repl/index.html?$l...

    Pi to 10k digits: https://www.partow.net/programming/exprtk/repl/index.html?$l...

    Prime Sieve: https://www.partow.net/programming/exprtk/repl/index.html?$l...