Live data from Hacker News

Viewing profile — josdejong

josdejong

HN member
Joined
Wed, Apr 16, 2014, 9:35 AM UTC
HN karma
5
Public activity
6 items

About josdejong

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #14019847

    Thanks for your suggestions. I'm the author of math.js working on these fixes. If feasible, a whitelist is safer than a blacklist of course. However, math.js supports objects like …

  3. comment
    Comment #11845138

    Thanks for your story. Funny thing is, just yesterday I wrote a similar article about static typing but from a different angle, see: http://josdejong.com/blog/2016/06/05/static-typ…

  4. comment
    Comment #10043261

    @nicolewhite algebra.js looks really interesting. I hadn't seen it before. Maybe we can somehow join forces (I'm the author or math.js). If you're interested just drop me a mail or…

  5. comment
    Comment #10043206

    @pachydermic you can use math.parse("abx + c = y") which returns an expression tree. You can perform transformations on this tree. See docs: http://mathjs.org/docs/expressions/expr…

  6. comment
    Comment #7596840

    Thanks for pointing this out, great to see interest in the library. I've been developing this library for a couple of years now, and since a couple of months working on it together…