mattn

Results 892 comments of mattn

I can understand if the arguments is pointed to the directory.

I don't like adding dependency in this phase. And I guess that cram doesn't seems to work on windows.

Yes, I prefer to make owr test tool. ``` $ ls t/*.t | bin/streem -e 'STDIN | {|x| system("bin/streem " + x) }' ```

Windows doesn't support `

Not hurry. We know you want to contribute. But this should do carefully considered, I think.

I like based syntax. The `| |x|` may have a problem because expression will have OR operator. ``` seq(100) | |x| x = x | 2 | STDOUT ``` having...

As I said in above, expression may contains `(x)`. ``` seq(100) | (x) y = 2 | (x) | STDOUT ```

`|` and `||` should be different behavior. ![](http://go-gyazo.appspot.com/e9137a87d2cc0b9d.png)

なんとなく... 逆に先頭の package を取り除いてテンポラリディレクトリに置いてコンパイルして実行、とかの方が良い気もしてきた。

Did you install v8.h and libv8.a ?