| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2018-01-14 | 510 Bytes | |
| Simplified API, updated documentation source code.tar.gz | 2018-01-14 | 39.4 kB | |
| Simplified API, updated documentation source code.zip | 2018-01-14 | 67.7 kB | |
| Totals: 3 Items | 107.6 kB | 0 | |
The way Pyrlang handles data types vs. rare data types has been changed. Now lists always arrive to Python as lists of integers (with helpers in Pyrlang.Term.list to extract a string), and binaries always arrive as bytes. Rare types: bit strings and improper lists now arrive as tuples of 2 elements, and to be able to send them you can use special wrapper classes: Pyrlang.BitString and Pyrlang.ImproperList.
Documentation has been updated.
A bug with message receiving on Python side has been fixed