Mario Pastorelli

Results 56 comments of Mario Pastorelli

The directory is now clean, I will add a `~/.hawk/prelude.hs` in future (this issue stays open).

Ok this is the last issue for the first release. I propose to postpone it after the first release (by changing the milestone).

Both. I'm working on pushing it on hackage. I have an account for it. If you can do the reddit stuff after I pushed it into hackage we finally can...

Sorry for the delay but I had a lot of work to do in these days. I have mixing feelings about this. First of all, I would like the configuration...

Mine was just a sketch of an hypothetical `1.1` configuration system that could wrap nicely your feature, not the main idea :-). Moreover I think you are right and your...

Yes, that is a good idea but we decided to load at runtime the configuration instead of compiling it, right? Eventually, in future I will probably create a branch to...

I vote for representing '()' as no lines: ``` bash > hawk '()' > ``` Note that `[()]` and `[[()]]` are currently represented as `()`. Is it ok? The question...

+1 for `Traversable`, maybe just `Foldable` is fine for what we need because once we have a function `toList :: Foldable a => t a -> [a]` then we can...

I would like to answer to the first post first. Let's remember that, for now, the types are more specific on the "internal type": 1. table: the type of a...

Yeah probably you are right on `-d''` and `-D''` ... I don't know, I really like magic but I would like to have something consistent. I don't have enough informations...