Yep. This is awesome!
David
2009/9/4 Jean-Philippe Bernardy :
>
> I'm sorry I could not help: I was at ICFP with a very poor internet
> connectivity.
>
> Very nice result!
>
> Cheers,
> JP.
>
> On Thu, Sep 3, 2009 at 6:17 AM, Corey O'Connor wrote:
>>
>> I think all the blocking issues have been
2009/8/7 Kalman Noel :
> A typeclass is of little use if you only ever use it for one
> type, and only call the methods in one place.
If you export a generally useful class your users might recognize its
utility in other places, and eventually it might get promoted to its
own package, or some mor
2009/8/7 Will Donnelly :
>
>> class Serialize a where
>> read :: FilePath -> IO a
>> write :: a -> FilePath -> IO ()
>
> I understand that approach. My feeling on the matter is that it is a
> bad idea if taken to its logical conclusion. Eventually every library
> that could possibly need to se
2009/8/6 David Waern :
> 2009/8/6 Will Donnelly :
> The type class could provide an interface for serializing and writing
> the state to disk. Instances could choose to use Read/Show, Binary or
> whatever they want, or am I missing something?
That was badly explained. I mean somethi
2009/8/6 Will Donnelly :
>
> David:
>
> The issue with using an interface is how it is specified. The options
> seem to be either using HConf's approach, and requiring the user to
> provide the serialization functions, or using a typeclass. If the user
> has to provide the functions in the initial
2009/8/6 Jeff Wheeler :
>
> On Thu, Aug 6, 2009 at 12:45 AM, Gwern Branwen wrote:
>
>> I've long wanted XMonad, Yi, and Autoproc to use a library for their
>> reconfiguration; how difficult do you think it would be to switch them to
>> using dyre?
>
> After playing with integration for a bit, the
2009/4/17 Nicolas Pouillard :
>
> Excerpts from Jean-Philippe Bernardy's message of Fri Apr 17 13:41:00 +0200
> 2009:
>>
>> Great; I can't answer for Jeff, but if you think I can help by e-mail
>> I'll be happy to
>> answer any question.
>
> I can also help since I'm at the Hackathon.
I'd like t
Hi Jeff,
We're a couple of people at the Haskell Hackathon who are interested
in hacking on Scion integration. I see that you have commented on the
issue (http://code.google.com/p/yi-editor/issues/detail?id=97). Have
you coded anything? We just want to make sure we're not duplicating
any effort.
2009/4/9 Thomas Schilling :
> Currently, Scion allows loading single files or a library/executable from a
> .cabal file. I don't know what Yi's preferred interface is.
Yi probably wants to use both of these modes.
> Personally, I think Cabal files don't serve too well as a project
> description
2009/3/15 Jeff Wheeler :
>
> On Sat, 2009-03-14 at 21:53 +0100, David Waern wrote:
>
>> Perhaps yi could just look up the installed Haddock doc string for
>> each command? The haddock library provides this ability.
>
> I'm interested in this, but the Haddock doc
2009/3/14 Jean-Philippe Bernardy :
>
> On Sat, Mar 14, 2009 at 9:12 PM, Александър Л. Димитров
> wrote:
>
>> An integrated help/documentation system. Similar to Vim's :help and Emacs'
>> C-h
>> (if I remember the shortcut correctly) This should equip every command/key
>> combination with at leas
Hi,
Is there some way to react to a "file-open" event in yi? I want to
create a background process that does some processing as soon as a
Haskell file is opened.
How should I implement this?
Thanks,
David
--~--~-~--~~~---~--~~
Yi development mailing list
yi-devel
On 9 Sep, 19:29, "Jean-Philippe Bernardy" <[EMAIL PROTECTED]>
wrote:
> Question 2. was somehow cut out; here is what the questions should have been:
>
> 1. How often do you use yi?
>
* More Often
> 3. Do you consider contributing code to Yi? If so what would help to
> get you started?
Yes.
13 matches
Mail list logo