Skip to content

Releases: tlby/plgo

v0.5: Bytes Matter

19 Aug 17:42
v0.5
af2dd29
Compare
Choose a tag to compare

Handling of []byte was just like the handling of any other []Type which overlooked the most common use case as a binary buffer. On the Perl side this is traditionally handled as a string rather than a list of integers.

[ unpack 'C', $s ] should be identical to the previous handling, should you need the previous behavior.

v0.4: reworking some of the ugly bits

10 Jun 20:47
2397c53
Compare
Choose a tag to compare

This work represents some hardening needed for newer versions of Go and Perl, and some optimizations.

v0.3

08 Feb 17:58
Compare
Choose a tag to compare

This initial work supports several useful patterns even though not all data types can flow between languages.