Ad
  • Default User Avatar

    Thanks for pointing this out because I would have not realized.

  • Custom User Avatar

    Yeah, i know.
    I want if someone will make language with some compiler directives. I like languages near C++, but want something more flexible.

    Example of directive:
    #no_abc -> no 'array bounding checks'
    #lazy -> evaluate expression only before it's direct usage
    #pce -> partial code execution at compile time(If we have big function and some parameters are constant or already known at compile time. Function must be pure to use this directive)

    So let's wait for lazyness! Just because it might help a lot... And save us from 'Division by zero exception'. At least JS doesn't have such... So everything works just fine =)