Pure Lang Versions Save

Pure programming language

pure-gen-0.25

1 year ago

Bugfix release for the issues reported in #30:

  • Backported support for 128 bit float types in language-c.
  • Added 128 bit float support in pure-gen.
  • Fixed an issue with incorrect C code for long double const* pointers.
  • Updated the documentation.

pure-gen-0.24

1 year ago

Compilation and Language.C lexer fixes for ghc 9 and gcc 11.

pure-glpk-0.6

3 years ago

Update for GLPK 5.x

pure-octave-0.13

3 years ago

Update for Octave 6.x

pure-gen-0.23

4 years ago

New release with some fixes for ghc 8.8 to make the sources compile on Arch Linux again. There are no functional changes.

NOTE: This may not compile if you don't have a fairly recent version of ghc and cabal-install. In that case please try version 0.21 instead.

pure-ffi-0.16

4 years ago

New release to work around glitches with libffi 3.3. There are no other functional changes, so you only need this if pure-ffi refuses to compile with your libffi version.

pure-gen-0.22

4 years ago

New release with some fixes to make the sources compile on Arch Linux again. There are no functional changes.

NOTE: This may not compile if you don't have a fairly recent version of ghc and cabal-install. In that case please try version 0.21 instead.

pure-octave-0.12

4 years ago

Update for Octave 5.x

pd-faust-0.18

5 years ago

Add a faust-notify receiver to notify applications when faust~ objects are created or destroyed.

pd-pure-0.26

5 years ago

New (and experimental) features:

  • Inlets and outlets are now properly updated when reloading objects. This resolves a long-standing bug. Thanks to @pierreguillot for helping to get this working!

  • New API routine pd_configure() which enables an object to update the number of its inlets and outlets on the fly.

  • New API routine pd_reload() which enables an object (compiled or script) to recreate itself. In particular, this finally provides some self-loading capability to compiled objects.