Nathan-Wall / proto

A programming language derived from JavaScript which emphasizes prototypes, integrity, and syntax.
Other
12 stars 1 forks source link

Math, big ints, etc #78

Open Nathan-Wall opened 10 years ago

Nathan-Wall commented 10 years ago

What should we do about introducing big ints, 64 bit math, etc into Proto?

I like Python's unlimited long precision. Is that something that could be possible with Proto?