Version 197 is out.

 new new list compose Reply to this message Top page
Attachments:
+ (text/plain)
+ (text/html)

Delete this message
Author: Kaz Kylheku
Date:  
To: TXR Users
Subject: Version 197 is out.

Hi all,

TXR 198 is out. Binaries at Bintray.

This contains some important bugfixes:

The major feature in this release is that hashing of strings and buffers is now keyed. Unlike some other languages, TXR doesn't seed hashing differently on each instance; in the TXR project we value reproducible behavior as a default. The programmer can arrange for a seed. The *hash-seed* variable is dynamically scoped, so it's easy to either globally seed, or to seed individual hash tables differently. A gen-hash-seed function is provided for generating a value suitable for this variable, or the programmer can roll their own.

Cheers ...