[Apologies for x-postings]
NATURAL LANGUAGE AND KNOWLEDGE REPRESENTATION (NL-KR)
Special Track at FLAIRS 2006
SECOND CALL FOR PAPERS
Holiday Inn Melbourne Oceanfront, Melbourne Beach, FLORIDA, USA
MAIN CONFERENCE: 11-12-13 MAY 2006
Special track web page: http://users.ox.ac.uk/~lady0641/
[apologies for cross-posting]
-
Please find attached the Call for Participation on
FACS'05
2nd International Workshop on
Formal Aspects of Component Software
to be held at UNU-IIST, Macao, 24-2
Haskell Weekly News: October 4, 2005
Greetings, and thanks for reading the 10th issue of HWN, a weekly
newsletter for the Haskell community. Each Tuesday, new editions will be
posted (as text) to [1]the Haskell mailing list and (as HTML) to [2]The
Haskell Sequence
On Tue, 2005-10-04 at 13:46 +0100, Malcolm Wallace wrote:
> I wrote:
>
> > > ghc:
> > > putChar _|_ -> _|_
> > >
> > > hugs:
> > > putChar _|_ -> valid IO ()
> >
> > I think it comes down to buffering behaviour doesn't it?
>
> Having reviewed the IRC logs, I see I was talking nonsense.
>
> You
Thanks, all, especially Cale for the detail.
This may be unfair to ask, but is anybody willing to give an example?
There are great examples for writing factorials. However, that's not
really useful. I'm looking for a real-world example of using the
language. Specifically, the first page of
I wrote:
> > ghc:
> > putChar _|_ -> _|_
> >
> > hugs:
> > putChar _|_ -> valid IO ()
>
> I think it comes down to buffering behaviour doesn't it?
Having reviewed the IRC logs, I see I was talking nonsense.
You want to be able to store a closure for (putChar undefined) in a
data structure, whi
John Meacham <[EMAIL PROTECTED]> writes:
> ghc:
> putChar _|_ -> _|_
> putStr _|_ -> valid IO ()
>
> hugs:
> putChar _|_ -> valid IO ()
> putStr _|_ -> valid IO ()
I think it comes down to buffering behaviour doesn't it? Should the
character be evaluated when it is added to the output buffer,
I wouldn't really consider any of those a particularly quick question,
but I'll give them a shot :)
On 04/10/05, Mike Crowe <[EMAIL PROTECTED]> wrote:
> Hi folks,
>
> I ran across Haskell at the Great Win32 Computer Language Shootout. A
> friend approached me with a potential large application to
The report does not seem to specify whether
putChar _|_ is _|_ or not. (although it might be implied somewhere I
didn't see)
I orginally noticed this when jhc treated it as so and I considered
this a bug since the argument should not be evaluated until the action
is actually executed.
however,
On Tue, 2005-10-04 at 11:31 +0100, Jon Fairbairn wrote:
> On 2005-10-04 at 00:01EDT Mike Crowe wrote:
> > Hi folks,
> >
> > I ran across Haskell at the Great Win32 Computer Language Shootout. A
> > friend approached me with a potential large application to develop. The
> > idea of a language w
On 2005-10-04 at 00:01EDT Mike Crowe wrote:
> Hi folks,
>
> I ran across Haskell at the Great Win32 Computer Language Shootout. A
> friend approached me with a potential large application to develop. The
> idea of a language which can reduce time to design and make better code
> is very intri
11 matches
Mail list logo