Nathan Lilienthal

Results 241 comments of Nathan Lilienthal

I'm sorry maybe I'm being slow but how does #157 solve this?

A generic approach that provided complex polymorphism might solve this and other problems.

Would also love something to handle this: ``` ruby Contract ArrayOf[:X] -> ArrayOf[:X] ```

The `a` and `b` in the contract will probubly also need to be symbols.

Ok, I suppose that's an option. I thought we'd have the parameters as symbols to have symmetry with the type variable definitions.

Having the ability to graph just local module dependencies would help review designs a lot.

Upon a quick inspection, this seems to be mostly working for me. Really dig'n the new look!

I'm talking about the ANSI color codes (e.g. red `\e[31m`), which there are 9 of.

Ideally, ```sh cmatrix -C red -T ``` would use my default background, and the same escape `\e[31m` for red.

> Why set a starting directory if it doesn't exist yet? Fair point, but I could see just starting in `$HOME`, `/`, or even just inheriting the CWD, as suggested,...