Release: v0.3.0 - Persistent Data Structures
This release adds persistent (immutable) data structures to Phel.
Changelog
- New persistent data structures (#244)
- The old data structures have been deprecated and will be removed in the next version.
- Rename
fmtcommand toformat(#248) - Added new function
take-last(#245) - Added new function
re-seq(#245) partitionnow returns all items if the length of the given array is lower than the given size n. (#246)partitionnow returns remaining items if the size of the remaining array is lower than given size n. (#246)- Added new function
contains?(#267)