tzador's blog

By tzador, 12 years ago, In English

Hi guys, not really sure if this is the right way to ask questions on this site, but i didn't find another.

I really like coding in javascript on node.js, Its fast and almost as cool as python. Would be great to be able to submit solutions in javascript on this site.

Thanx in advance - Tim

  • Vote: I like it
  • +8
  • Vote: I do not like it

| Write comment?
»
5 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

Would be great if we had arbitrarily large integers (BigInts) feature from newest javascript, included in node.js 10.4 — many problems require operating on numbers up to 10^18 and used here javascript supports only up to 2^53 if we threat Float64 as integers.