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

I don't know of any DSLs, but the stdlib arbitrary precision integer library works just fine at compile time:

  enum x = BigInt("0xffffffffffffffffffffffffffffffff") % 2;
  writeln(x);
('enum' means 'make this value a compile-time constant; error if you can't')


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

Search: