clarkgrubb / hyperpolyglot

hyperpolyglot.org
Other
479 stars 96 forks source link

some changes for rust language #25

Closed funkill closed 4 years ago

funkill commented 9 years ago
  1. change current version
  2. fix int (machine size integer) type (now is isize)
  3. add parallel assignment
  4. add unit type and value
  5. add let ... in ...
  6. fix integer division by zero (now its compile time error)
  7. add pair element access for tuples
porglezomp commented 8 years ago

It'd probably be better to show that the lets don't require a type annotation, for a more fair comparison.