Nick McCurdy

Results 346 comments of Nick McCurdy

So is `|` going away for pipes?

@christopherdumas Agreed. That seems very clear to me, and it also looks kinda nice.

:+1: I haven't used macros enough to have any good ideas for syntax, but I think I can agree with that.

@christopherdumas This sounds great, I'm a fan of having actual functions that do imports. I like how you assign packages to variables manually in Node, but this could work well...

@christopherdumas Hmm, sounds like an interesting idea.

:+1: This looks pretty cool, I haven't seen cram before. It would probably help to add a simple make task that runs the cram tests though. Also, we could probably...

I think cram could be useful, especially if our tests get a little more complicated. Also, we'll probably want to move to a fancier testing tool eventually. However, we could...

I just made a very simple test script using @christopherdumas's snippets: https://github.com/nicolasmccurdy/streem/blob/test-snippets/test/test_snippets.sh However, it's a work in progress, and I should probably hide successes and add some sort of useful...

I didn't notice that, thanks. `echo "STDIN | STDOUT" | streem` should work instead (assuming that Windows has pipe and echo support).

Wow, these tests are long... Is that just because they're so detailed, or is there old "good" output of the parser pasted into the tests?