Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@GrayJack GrayJack released this 06 Sep 03:23

Changes

  • Change behavior of the cow! macro
  • Add rwlock! macro to create RwLock types
  • Remove haskell-like and python-like comprehension syntax
  • Add a comprehension macro for lazy iterators: c!
  • Re-implement comprehensions based on the c! macro