Skip to content

fut 3.2.7

Compare
Choose a tag to compare
@pfusik pfusik released this 09 Oct 14:09
· 31 commits to master since this release

How to install:

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

Changes since 3.2.6:

  • Added pointer-sized integer type nint. Transpiles to ptrdiff_t in C, C++, D and OpenCL. (#166 requested by @al1-ce)
  • Variables, parameters and this captured in List.Any/All lambda in C++
  • SortedSet.Contains in D
  • Errors for attempts to copy object storage (#176 reported by @MieszkoP)
  • Error for invalid initialization of string reference fields
  • Syntax highlighting for Sublime Text (#89 implemented by @nlapinski)