You are reading a single comment by @DrAzzy and its replies. Click here to read the full conversation.
  • Gordon mentioned in the kickstarter comments (IIRC - it was somewhere) that getters and setters were one of the more exotic parts of javascript that are not implemented on Espruino.

    Here it is:

    Creator Gordon Williams on November 6
    @Milan Espruino supports just over half of what's in that table. I've tried to get the base language pretty good, so if you write sensible ES5 code then it'll work, but some of the more strange features (reserved words as property names, getters+setters, etc) aren't implemented yet. One big feature that's not in there is regular expressions, but hopefully that will come at some point in the future.
    If someone comes to me with existing code that could run but doesn't then I'll do what I can do make it work though.
    It's all open source and you can compile Espruino for Linux or Mac pretty easily, so you can try it out right now if you want to :)

About

Avatar for DrAzzy @DrAzzy started