-
本周不安排具体的话题讨论.
但是希望大家简略地扫扫 Issue 22 的剩余内容以及 Issue 20 / 21.
由于Issue 20 / 21 的可选话题都不是很多,计划合在一起进行调查.
同时也给Issue 22的最后一个未讨论话题留个选择的机会.
调查计划在本次线上讨论之后开始.
关于讨论内容,由于我们目前逆着Issue发布的顺序向前阅读,难免有些过时的东西,
所以鼓励大家在讨论的时…
-
[@ikasiuk] Some time ago we completely revised Ceylon's collections model. So perhaps it's time to examine if the result meets our expectations. While trying to do so I have come across a few points t…
-
The current implementation of `First`, `Last`, `Sum`, `Product` and `Endo` ([here](https://github.com/justanr/pynads/blob/246299e401e43caf0bb1c50f5e0699d852227435/pynads/concrete/monoids.py)) strikes …
-
感觉从第一次话题开始至今有些时候了,感谢这段时间里大家的参与和支持!
这次是关于接下来的话题的调查: Issue 23还有两篇,然后就是Issue 22新的三篇
讨论顺序按这次调查的票数决定,issue 23和issue 22独立排序.
截止日期我就不设置了,大概下周这时间我会看一下投票的结果.
(所以下周若有线上讨论的话应该是自由话题)
请大家点击链接参与: [链接](https:/…
-
I'm probably way off, but this seems right to me. It would also mean more emergence for functions that depend on semigroup and monoid now work with more types.
![screen shot 2015-02-21 at 11 59 59 am…
-
Do you think you might be willing to switch to a more permissive license? I'm collaborating on the dimensional-dk package trying to make a great next generation units library. The relationship to your…
-
With a foldable it is (or should be) possible to implement `foldMap` in terms of `foldr` (what fantasy land calls `reduce`) and vice versa.
If I have a monoid like this:
``` javascript
function _Add…
-
``` swift
struct MonoidCoproduct : Monoid {
let stuff : [Either]
}
```
(Also, think of a better name for this thing).
-
A stable 1.0 version is on the way anytime soon?
Many thanks in advance. This is an awesome library!
-
I agree with author of issue #39, but found some disadvantages.
I dont like the idea of loosing events in `StreamSink` and `merge`. The events contains important internal data. You can not just throw…