Michał "phoe" Herda

Results 313 comments of Michał "phoe" Herda

OK, I see - thanks for the exlanation. In that case, should the font(s) in question be adjusted to write the tehta "below" the tail of the *silme*, as it...

> (but does it really need a code walker?) Yes. The arrow macro processing function must know if `` is used as a variable anywhere in code in order to...

But wait a second, I have just noticed that Clojure's `swiss-arrows` do not permit the diamond to be used in nested context! `swiss-arrows` only checks for the diamond on the...

~~I am currently overhauling `arrows` to have easily human-readable macroexpansions by means of expanding into a `let*` - a feature that `arrow-macros` doesn't have at the moment. This should help...

Due to the semantic differences between the original `arrows` and my attempt to rewrite them, I have instead published a new library at https://github.com/phoe/binding-arrows that contains a complete test suite...

Almost. `ControlFlowException` is meant to be thrown from invalid code, such as blocks/tagbodies that are no longer in scope or flings that are not in a dynamic context of a...

``` 11:11 < flip214> phoe_: thanks. 11:12 < phoe_> flip214: it's me who should be thanking you~ 11:12 < flip214> phoe_: not really. a line now and then isn't comparable...

![zrzut ekranu z 2017-03-03 22-14-12](https://cloud.githubusercontent.com/assets/15045546/23569295/caf57802-005e-11e7-8618-ae7ee57705ba.png) ![zrzut ekranu z 2017-03-04 10-17-49](https://cloud.githubusercontent.com/assets/15045546/23577613/771eeb76-00c4-11e7-8df8-c6142add42b7.png)

if anything, `REMOVE-IF-NOT` is `FILTER` for me, but that's just a side note of a single person.

> it would have been nice if one could "prime" a hash table in the MAKE-HASH-TABLE form, as in keyword arguments named INITIAL-CONTENTS (like MAKE-ARRAY) and/or INITIAL-KEYS and INITIAL-VALUES. `ALEXANDRIA:PLIST-HASH-TABLE`...