Skip to content

fut 3.2.8

Latest
Compare
Choose a tag to compare
@pfusik pfusik released this 30 Dec 19:29

How to install:

  • Windows: download and run fut-3.2.8-win64.msi
  • macOS: brew install fusionlanguage/fut/fut
  • Ubuntu 22.04+: download and install fut_3.2.8-1_amd64.deb
  • Fedora 38+: download and install fut-3.2.8-1.x86_64.rpm

Changes since 3.2.7:

  • Implemented Math.Abs/Min/Max/Clamp on nint type in C
  • Added nint.TryParse
  • number.TryParse in C detects overflows
  • Added experimental PriorityQueue<T> (C++, C#, Java, Python only for now)
  • Fixed fut crash with a type name where an expression is expected (#178 reported by @polidobj)