Hacker News new | ask | show | jobs
by yencabulator 219 days ago

  > Doo provides a rich set of built-in types:
  >
  > Type  Description  Example
  > Int  32-bit signed integer  42, -10
  > Str  UTF-8 string  "Hello, World!"
  > Bool  Boolean value  true, false
32-bit signed integer is the only numeric type in that "rich" set?!?
1 comments

Good point, will remove that word, btw will added unsigned float in upcoming release. Thanks for that comment.