Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

No, this isn't C either. The following doesn't work:

  struct Bob {
    int a;
  };
  int main() {
    int a;
    struct Bob x;
    x.a = 3;
    return 0;
  }
So when they say "without object oriented features" they seem to mean: "No extendable type system". Which does make this a lot simpler of a language.


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

Search: