[Haskell] ANNOUNCE: xmonad 0.3

2007-09-04 Thread Donald Bruce Stewart
The xmonad dev team is pleased to announce the 0.3 release of xmonad. xmonad: a tiling window manager http://xmonad.org About: xmonad is a tiling window manager for X. Windows are arranged automatically to tile the screen without gaps or overlap,

[Haskell] Haskell Weekly News: August 07, 2007

2007-08-07 Thread Donald Bruce Stewart
--- Haskell Weekly News http://sequence.complete.org/hwn/20070807 Issue 64 - August 07, 2007 --- Welcome to issue 64 of HWN, a weekly newsletter coveri

[Haskell] ANNOUNCE: Haskell Hackathon 07 II: Freiburg: Oct 5-7

2007-07-16 Thread Donald Bruce Stewart
Hac 2007 II Haskell Hackathon 2007 II October 5-7, 2007 Freiburg, Germany http://haskell.org/haskellwiki/Hac_2007_II We are pleased to announce the 2n

Re: [Haskell] ANNOUNCE: The Reduceron

2007-05-30 Thread Donald Bruce Stewart
mfn-haskell: > Dear Haskellers, > > You may be interested in the Reduceron: > > http://www-users.cs.york.ac.uk/~mfn/reduceron/index.html > > Here is a flavour: > > "The Reduceron is a processor for executing Haskell programs on FPGA > with the aim of exploring how custom architectural feature

Re: [Haskell] ST vs State

2007-05-30 Thread Donald Bruce Stewart
federico.squartini: > Hello dear Haskellers, > > Could someone be kind and explain with some detail what are the > differences between the two monads: > > Control.Monad.ST > And > Control.Monad.State > ? > > They are both meant to model stateful computation but they are not the > same monad. The

[Haskell] New book: Real-World Haskell!

2007-05-23 Thread Donald Bruce Stewart
Bryan O'Sullivan, Don Stewart and John Goerzen are pleased, and frankly, very excited to announce that were developing a new book for O'Reilly, on practical Haskell programming. The working title is Real-World Haskell. The plan is to cover the major techniques used to write serious, real-world Ha

[Haskell] Haskell Weekly News: May 07, 2007

2007-05-06 Thread Donald Bruce Stewart
--- Haskell Weekly News http://sequence.complete.org/hwn/20070507 Issue 62 - May 07, 2007 --- Welcome to issue 62 of HWN, a weekly newsletter covering

Re: [Haskell] Haskell fast (?) arrays

2007-05-01 Thread Donald Bruce Stewart
federico.squartini: > Sorry, I was very silly! > > This is the correct version of the program using the doFromto loop. > And it runs fast! I hope there are no further mistakes. > Thanks Axel. > > time ./IOMutUnbUnsafe > 499 > real 0m0.708s > user 0m0.573s > sys 0m0.008s Here's an improved ve

Re: [Haskell] Haskell fast (?) arrays

2007-05-01 Thread Donald Bruce Stewart
federico.squartini: > >Of course I know that the list version is very unfair, but I >wanted to see what was the trade off between elegance and >speed. >Regarding whether low level programming makes sense or not, >I was just curious to see what are the limits of Haskell. >Mo

Re: [Haskell] Re: Newbie: what are the advantages of Haskell?

2007-04-27 Thread Donald Bruce Stewart
ttmrichter: > >On Fri, 2007-27-04 at 15:37 -0400, Taillefer, Troy (EXP) >wrote: > > I really enjoy Functional programming (at least until I try to do > something serious then frustration sets in). I can't produce software > in a timely and cost effective fashion without a large body of hi

[Haskell] Haskell Weekly News: April 27, 2007

2007-04-26 Thread Donald Bruce Stewart
--- Haskell Weekly News http://sequence.complete.org/hwn/20070427 Issue 61 - April 27, 2007 --- Welcome to issue 61 of HWN, a weekly newsletter coverin

[Haskell] Haskell Weekly News: April 12, 2007

2007-04-11 Thread Donald Bruce Stewart
--- Haskell Weekly News http://sequence.complete.org/hwn/20070412 Issue 60 - April 12, 2007 --- Welcome to issue 60 of HWN, a weekly newsletter coverin

Re: [Haskell] ANNOUNCE: ParseP library 0.1

2007-04-11 Thread Donald Bruce Stewart
twanvl: > Hi, > > Mostly for fun, and to see how well it would work, I made a > generalized/improved variant of the ReadP parser library. > > Unlike ReadP ParseP can handle any type of token, and actually generates > error messages in case something goes wrong. It is also possible to use > thi

Re: [Haskell] haskell communities worthy of academic study?

2007-03-31 Thread Donald Bruce Stewart
claus.reinke: > installing the extra libraries, other examples include versions of > Data.ByteString _not_ based on the famous paper, _not_ supporting > essential optimisations, or _not_ supporting API safety fixes). So Lovely Claus! Do not despair about ByteStrings though. We plan to update t

[Haskell] Haskell Weekly News: March 12, 2007

2007-03-11 Thread Donald Bruce Stewart
--- Haskell Weekly News http://sequence.complete.org/hwn/20070312 Issue 59 - March 12, 2007 --- Welcome to issue 59 of HWN, a weekly newsletter coverin

Re: [Haskell] Type problems

2007-03-11 Thread Donald Bruce Stewart
Dave: > I am stumped trying to print values returned from IO functions. > How to print values returned from getEnv and getEnvironment? > import System.Environment main = do args <- getArgs env <- getEnvironment print args print env You evaluate the IO a

Re: [Haskell] Summer of Code questions

2007-03-08 Thread Donald Bruce Stewart
duncan.coutts: > On Fri, 2007-03-09 at 00:39 +0100, Wolfgang Jeltsch wrote: > > > > > First, what organization is Haskell.org? > > > > > > That would be us, right here. Anyone who is interested enough in > > > Haskell to be involved in mailing lists, IRC, distributing library code > > > and tools

[Haskell] Haskell Weekly News: March 05, 2007

2007-03-04 Thread Donald Bruce Stewart
--- Haskell Weekly News http://sequence.complete.org/hwn/20070305 Issue 58 - March 05, 2007 --- Welcome to issue 58 of HWN, a weekly newsletter coverin

Re: [Haskell] [Fwd: Re: Computer Language Shootout]

2007-02-27 Thread Donald Bruce Stewart
duncan.coutts: > On Sun, 2007-02-25 at 18:57 -0800, Stefan O'Rear wrote: > > > Haskell, now: > > * Very much slower than C > > * Very much easier to use than C > > * Very easy to interface with C > > > > So I think we should do the same. It even shows in the Shootout - the > > programs that a

Re: [Haskell] [Fwd: Re: Computer Language Shootout]

2007-02-25 Thread Donald Bruce Stewart
fw: > * John Meacham: > > >> Clean has also declined in these benchmarks but not that much as Haskell. > >> According to John van Groningen Clean's binary-trees program in the > >> previous > >> shootout version used lazy data structure which resulted in lower memory > >> usage and much faster ex

Re: [Haskell] Checking out the whole source tree

2007-02-12 Thread Donald Bruce Stewart
hoelz: > I recently checked out the X11 package from darcs.haskell.org, and I'd > like to check out more of the source from the darcs repository. I'm > still unfamiliar with darcs; how do I check out the whole source tree? > > Thanks, > Rob Hoelz We're moving from a cathedral to a more distribut

Re: [Haskell] The meaning of #{}

2007-02-12 Thread Donald Bruce Stewart
hoelz: > I've been pouring over the Xlib bindings for Haskell, and I've come > across the following code: > > peekXButtonEvent p = do > root<- #{peek XButtonEvent,root} p > subwindow <- #{peek XButtonEvent,subwindow} p > time<- #{peek XButtonEv

[Haskell] ANNOUNCE: urlcheck 0.1, (smp) parallel link checker

2007-02-12 Thread Donald Bruce Stewart
This little tool has been kicking around on my harddrive for a month or two now, so time to release! I'm pleased to announce the first release of urlcheck, an parallel link checker, written in Haskell. Frustrated with the resources and time consumed by 'linkchecker', when preparing the weekly new

[Haskell] Haskell Weekly News: January 31, 2007

2007-01-31 Thread Donald Bruce Stewart
--- Haskell Weekly News http://sequence.complete.org/hwn/20070131 Issue 57 - January 31, 2007 --- Welcome to issue 57 of HWN, a weekly newsletter cover

Re: [Haskell] [Fwd: Re: Computer Language Shootout]

2007-01-26 Thread Donald Bruce Stewart
himself: > It would be enough to exhaustively analyse examples of the kind I gave: > single algorithm with fast non-Haskell implementation but very slow in > Haskell. The article describes laborious but unsuccessful attempt to > pinpoint what makes Haskell over 500 times slower than SML on a geneti

Re: [Haskell] ANNOUNCE: binary: high performance, pure binary serialisation

2007-01-25 Thread Donald Bruce Stewart
dons: > > Binary: high performance, pure binary serialisation for Haskell > -- > > The Binary Strike Team is pleased to announce the release of a new, > pure, efficient binary serialisation library for Haskell, now

[Haskell] ANNOUNCE: binary: high performance, pure binary serialisation

2007-01-25 Thread Donald Bruce Stewart
Binary: high performance, pure binary serialisation for Haskell -- The Binary Strike Team is pleased to announce the release of a new, pure, efficient binary serialisation library for Haskell, now available from Hac

[Haskell] Haskell Weekly News: January 09, 2007

2007-01-08 Thread Donald Bruce Stewart
--- Haskell Weekly News http://sequence.complete.org/hwn/20070109 Issue 56 - January 09, 2007 --- Welcome to issue 56 of HWN, a weekly newsletter cover

Re: [Haskell] HNOP Status

2007-01-06 Thread Donald Bruce Stewart
ashley: > For code designed not to do anything, HNOP has high hopes. I have > recently split the project into two Cabal packages: "nop", a library of > no-op services, and "hnop", a program that uses nop to do nothing. Both > packages can be found in this repository: > > darcs get http://sema

[Haskell] Haskell Weekly News: January 02, 2007

2007-01-01 Thread Donald Bruce Stewart
--- Haskell Weekly News http://sequence.complete.org/hwn/20070102 Issue 55 - January 02, 2007 --- Welcome to issue 55 of HWN, a weekly newsletter cover

[Haskell] Haskell Weekly News: December 20, 2006

2006-12-19 Thread Donald Bruce Stewart
--- Haskell Weekly News http://sequence.complete.org/hwn/20061220 Issue 54 - December 20, 2006 --- Welcome to issue 54 of HWN, a weekly newsletter cove

[Haskell] Haskell Weekly News: December 12, 2006

2006-12-11 Thread Donald Bruce Stewart
--- Haskell Weekly News http://sequence.complete.org/ Issue 53 - December 12, 2006 --- Welcome to issue 53 of HWN, a weekly newsletter covering develop

Re: [Haskell] [newbie]any nice code to read?

2006-12-11 Thread Donald Bruce Stewart
notyycn: > >hello,all, > > I am new to haskell,and have read some tutorial, but I >would like to read some "real" code from "real" haskell >project, I believe this will help me study and use haskell >quickly. > > would anyone please give me some suggestion about >o

[Haskell] ANNOUNCE: dlist, difference lists supporting O(1) append

2006-12-10 Thread Donald Bruce Stewart
This is DList, 0.1 I've cabalised, and packed up a small difference lists module. In case you've not used them, they are a Haskell idiom for implementing O(1) append and snoc, using functions to represent lists. I use them from time to time, and thought it a good idea to finally pack them into a

[Haskell] Haskell Weekly News: December 05, 2006

2006-12-04 Thread Donald Bruce Stewart
--- Haskell Weekly News http://haskell.org/haskellwiki/HWN Issue 52 - December 05, 2006 --- Welcome to issue 52 of HWN, a weekly newsletter covering de

Re: [Haskell] ANNOUNCE: Another Haskell MIME Library

2006-12-02 Thread Donald Bruce Stewart
taralx: > On 12/2/06, Jeremy Shaw <[EMAIL PROTECTED]> wrote: > >In any case, I wanted to release this library now since I know other > >people are already duplicating some (all?) of the work :) I am quite > >happy to accept patches. If someone else has a better code base > >already, I am happy to j

[Haskell] Haskell Weekly News: November 28, 2006

2006-11-27 Thread Donald Bruce Stewart
--- Haskell Weekly News http://haskell.org/haskellwiki/HWN Issue 51 - November 28, 2006 --- Welcome to issue 51 of HWN, a weekly newsletter covering de

[Haskell] ANNOUNCE: PQC: QuickCheck in the Age of Concurrency

2006-11-23 Thread Donald Bruce Stewart
PQC: QuickCheck in the Age of Concurrency An SMP parallel QuickCheck driver Do you: * Have (or want) lots of QuickCheck properties? * Run the

[Haskell] Haskell Weekly News: November 22, 2006

2006-11-22 Thread Donald Bruce Stewart
--- Haskell Weekly News http://haskell.org/haskellwiki/HWN Issue 50 - November 22, 2006 --- Welcome to issue 50 of HWN, a weekly newsletter covering de

[Haskell] ANNOUNCE: Haskell Hackathon, Hac 07

2006-11-21 Thread Donald Bruce Stewart
Hac 2007 The 2007 Haskell Hackathon January 10-12, 2007 Oxford University Computing Laboratory http://haskell.org/haskellwiki/Hac_2007 Following the

[Haskell] ANNOUNCE: LocH, source locations in error, trace, and exceptions

2006-11-14 Thread Donald Bruce Stewart
The topic of improving exception diagnosis in Haskell is hot at the moment, and I'm pleased to announce the release of LocH, a small Haskell module providing source location-specific error messages and debugging strings for Haskell code. It uses the compiler-expanded 'assert' token, rather than c

[Haskell] Haskell Weekly News: November 14, 2006

2006-11-13 Thread Donald Bruce Stewart
--- Haskell Weekly News http://haskell.org/haskellwiki/HWN Issue 49 - November 14, 2006 --- Welcome to issue 49 of HWN, a weekly newsletter covering de

[Haskell] Haskell Weekly News: November 08, 2006

2006-11-07 Thread Donald Bruce Stewart
--- Haskell Weekly News http://haskell.org/haskellwiki/HWN Issue 48 - November 08, 2006 --- Welcome to issue 48 of HWN, a weekly newsletter covering de

Re: [Haskell] Local Haskell meeting in Leipzig/Germany 5 December

2006-11-03 Thread Donald Bruce Stewart
waldmann: > We're planning a local Haskell meeting on December 5th > in Leipzig, Germany. The meeting will be hosted by IBA Consulting. > It will be quite informal, with some very short talks > (most probably in German). Interessenten sind herzlich eingeladen. > Details and (free) registration: htt

[Haskell] Haskell Weekly News: October 31, 2006

2006-10-30 Thread Donald Bruce Stewart
--- Haskell Weekly News http://haskell.org/haskellwiki/HWN Issue 47 - October 31, 2006 --- Welcome to issue 47 of HWN, a weekly newsletter covering dev

[Haskell] Haskell Weekly News: October 24, 2006

2006-10-23 Thread Donald Bruce Stewart
--- Haskell Weekly News http://haskell.org/haskellwiki/HWN Issue 46 - October 24, 2006 --- Welcome to issue 46 of HWN, a weekly newsletter covering dev

[Haskell] Haskell Weekly News: October 19, 2006

2006-10-19 Thread Donald Bruce Stewart
--- Haskell Weekly News http://haskell.org/haskellwiki/HWN Issue 45 - October 19, 2006 --- Welcome to issue 45 of HWN, a weekly newsletter covering dev

[Haskell] Haskell Weekly News: October 10, 2006

2006-10-09 Thread Donald Bruce Stewart
--- Haskell Weekly News http://haskell.org/haskellwiki/HWN Issue 44 - October 10, 2006 --- Welcome to issue 44 of HWN, a weekly newsletter covering de

[Haskell] Summer of Code Summit and Haskell

2006-10-03 Thread Donald Bruce Stewart
Hey all, The Google Summer of Code is now wrapping up, and Haskell.org's projects have been quite successful. The full details will available soon in a report we're preparing (next week some time), though quite likely you have already seen the various student projects previously announced to the c

[Haskell] Haskell Weekly News: October 03, 2006

2006-10-03 Thread Donald Bruce Stewart
--- Haskell Weekly News http://haskell.org/haskellwiki/HWN Issue 43 - October 03, 2006 --- Welcome to issue 43 of HWN, a weekly newsletter covering de

[Haskell] Haskell Weekly News: September 27, 2006

2006-09-26 Thread Donald Bruce Stewart
--- Haskell Weekly News http://haskell.org/haskellwiki/HWN Issue 42 - September 27, 2006 --- Welcome to issue 42 of HWN, a weekly newsletter covering d

[Haskell] Haskell Weekly News: September 18, 2006

2006-09-18 Thread Donald Bruce Stewart
--- Haskell Weekly News http://haskell.org/haskellwiki/HWN Issue 41 - September 18, 2006 --- Welcome to issue 41 of HWN, a weekly newsletter covering

Re: [Haskell] ANN: SmallCheck 0.1

2006-09-13 Thread Donald Bruce Stewart
colin: > SmallCheck: another lightweight testing library in Haskell. > > Folk-law: if there is any case in which a program fails, there is almost > always a simple one. > > SmallCheck is similar to QuickCheck (Claessen and Hughes 2000-) > but instead of a sample of randomly generated values, Smal

[Haskell] Haskell Weekly News - August 14, 2006

2006-08-14 Thread Donald Bruce Stewart
--- Haskell Weekly News http://haskell.org/haskellwiki/HWN Issue 40 - August 14, 2006 --- Welcome to issue 40 of HWN, a weekly newsletter covering deve

[Haskell] Haskell Weekly News: July 03, 2006

2006-07-02 Thread Donald Bruce Stewart
--- Haskell Weekly News http://haskell.org/haskellwiki/HWN Issue 39 - July 03, 2006 --- Welcome to issue 39 of HWN, a weekly newsletter covering devel

Re: [Haskell] Re: ANNOUNCE: HNOP 0.1

2006-07-01 Thread Donald Bruce Stewart
bringert: > > noop :: IO () -- generalise to other Monads? > > > >This would actually not be too hard to write, given my existing work, > >and then of course the executable would simply be a thin wrapper. > > As suggested above, this patch moves the core functionality to a > library module, Co

Re: [Haskell] ANNOUNCE: HNOP 0.1

2006-06-30 Thread Donald Bruce Stewart
mvanier: > Incidentally, on my machine the compiled code is 2759360 bytes long > unstripped and 1491240 stripped. One has to wonder what all those bytes > are doing. I hope this doesn't sound petty; I love haskell and ghc, but > 2.8 meg for a no-op program seems a bit excessive. Hmm. Sounds l

Re: [Haskell] ANNOUNCE: HNOP 0.1

2006-06-30 Thread Donald Bruce Stewart
Alistair_Bayley: > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Ashley Yakeley > > > > HNOP does nothing. Here's a sample session to illustrate: > > > > $ ./hnop > > $ > > > > The code is written entirely in plain Haskell 98 and makes no > > use of FFI > > or impure fu

[Haskell] Re: Speed of ByteString.Lazy

2006-06-29 Thread Donald Bruce Stewart
chad.scherrer: >Wow. 64 times as fast for this run, with almost no effort on >my part. Granted, wc is doing more work, but the number of >words and characters aren't interesting to me in this case, >anyway. I can't imagine (implementation time)*(execution >time) being much short

[Haskell] ANNOUNCE: hmp3 1.1

2006-06-27 Thread Donald Bruce Stewart
A new version of hmp3 has been released, version 1.1 hmp3 is a curses-based mp3 player written in Haskell. It is designed to be simple, fast and robust. This is mostly a maintenance, release, fixing support for ghc 6.4.2. However, you do get some new features: * Enable searching of the enti

Re: [Haskell] Graphing community activity

2006-06-27 Thread Donald Bruce Stewart
dons: > Hey all, > > Inspired by a comment from Shae Erisson, I added a little 5 line script > to darcs-graph[1], to display the commit activity of _remote_ darcs > repositories. > > Here are the activity graphs for a selection of projects in the community: > > http://www.cse.unsw.edu.au/~d

[Haskell] Haskell Weekly News: June 25, 2006

2006-06-24 Thread Donald Bruce Stewart
--- Haskell Weekly News http://haskell.org/haskellwiki/HWN Issue 38 - June 25, 2006 --- Welcome to issue 38 of HWN, a weekly newsletter covering devel

[Haskell] Graphing community activity

2006-06-19 Thread Donald Bruce Stewart
Hey all, Inspired by a comment from Shae Erisson, I added a little 5 line script to darcs-graph[1], to display the commit activity of _remote_ darcs repositories. Here are the activity graphs for a selection of projects in the community: http://www.cse.unsw.edu.au/~dons/images/commits/commu

[Haskell] Haskell Weekly News: June 16, 2006

2006-06-16 Thread Donald Bruce Stewart
Welcome to issue 37 of HWN, a weekly newsletter covering developments in the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list as well as to [2]the Haskell Sequence and [3]Planet Haskell. [4]RSS is also available, and headlines appear on [5]haske

[Haskell] Announce: Lambdabot 4.0

2006-06-14 Thread Donald Bruce Stewart
I'm pleased to announce the release of lambdabot 4.0! lambdabot is a stable, feature rich IRC bot based on a plugin framework. lambdabot 4.0 comes with a suite of more than 50 plugins, including: * a Haskell 98 interpreter * two lambda calculus interpreters * an unlambda interpreter

[Haskell] ANNOUNCE: Google Summer of Code Projects

2006-05-24 Thread Donald Bruce Stewart
We are very pleased to announce that nine Haskell projects have been selected to receive funding to the value of $45k under Google's 2006 Summer of Code program. A wide range of projects will be worked on, contributing to the community important tools and libraries. The students have until August

[Haskell] Haskell Weekly News: May 22, 2006

2006-05-21 Thread Donald Bruce Stewart
Haskell Weekly News: May 22, 2006 Welcome to issue 36 of HWN, a weekly newsletter covering developments in the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list as well as to [2]the Haskell Sequence and [3]Planet Haskell. [4]RSS

Re: [Haskell] timing/timeout (how to express that in Haskell)

2006-05-12 Thread Donald Bruce Stewart
rahn: > Donald Bruce Stewart wrote: > > >watchdogIO :: Int -- milliseconds > > -> IO a -- expensive computation > > -> IO a -- cheap computation > > -> IO a > > I'm not satisfied by the given fun

Re: [Haskell] timing/timeout (how to express that in Haskell)

2006-05-12 Thread Donald Bruce Stewart
waldmann: > What is the idiomatic way to say in (ghc) Haskell: > "run this computation for at most x seconds" > (e. g. it returns Boolean; imagine a primality test) > so I want something :: Int -> a -> Maybe a > with the guarantee that the result is > Just x with x in whnf, or Nothing. > I gu

[Haskell] Haskell Weekly News: May 8, 2006

2006-05-07 Thread Donald Bruce Stewart
Haskell Weekly News: May 8, 2006 Welcome to issue 35 of HWN, a weekly newsletter covering developments in the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list as well as to [2]the Haskell Sequence and [3]Planet Haskell. [4]RSS

[Haskell] Haskell Weekly News: May 1, 2006

2006-04-30 Thread Donald Bruce Stewart
Haskell Weekly News: May 1, 2006 Welcome to issue 34 of HWN, a weekly newsletter covering developments in the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list as well as to [2]the Haskell Sequence and [3]Planet Haskell. [4]RSS

Re: [Haskell] Re: ANNOUNCE: FPS - FastPackedStrings 0.2

2006-04-19 Thread Donald Bruce Stewart
ashley: > Donald Bruce Stewart wrote: > > >Interface: > >http://www.cse.unsw.edu.au/~dons/fps/Data.FastPackedString.html > > Given that FastString turns out to be an array of Word8, why are you using > Char at all? Convenience. Some historical legacy

[Haskell] ANNOUNCE: FPS - FastPackedStrings 0.2

2006-04-19 Thread Donald Bruce Stewart
I'm pleased to announce version 0.2 of FPS, the fast, packed string library for Haskell. FPS allows you to have time and space efficient arrays of bytes accessed via a List interface, along with fast IO on those strings. FPS is, in particular, suited for heavy duty string and IO projects. It is

[Haskell] Haskell Weekly News: April 17, 2006

2006-04-16 Thread Donald Bruce Stewart
Haskell Weekly News: April 17, 2006 Greetings, and thanks for reading issue 33 of HWN, a weekly newsletter covering developments in the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list and to [2]The Haskell Sequence. [3]RSS is al

[Haskell] Haskell Weekly News: April 10, 2006

2006-04-10 Thread Donald Bruce Stewart
Haskell Weekly News: April 10, 2006 Greetings, and thanks for reading issue 32 of HWN, a weekly newsletter covering developments in the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list and to [2]The Haskell Sequence. [3]RSS is al

Re: [Haskell] haskell@ archives, 1990-2000

2006-04-03 Thread Donald Bruce Stewart
dons: > I managed, with the help of some custom hacks, to convert Simon's > tarball of the haskell@ archives from 1990-2000 into html. By the way, this was in the context of writing up the HWN-style news over that decade, here: http://haskell.org/haskellwiki/Old_news -- Don __

[Haskell] haskell@ archives, 1990-2000

2006-04-03 Thread Donald Bruce Stewart
I managed, with the help of some custom hacks, to convert Simon's tarball of the haskell@ archives from 1990-2000 into html. I've hosted the lot here: http://www.cse.unsw.edu.au/~dons/haskell-1990-2000/threads.html I'm not sure these archives are available anywhere else, other than the tarbal

[Haskell] Haskell Weekly News: April 03, 2006

2006-04-02 Thread Donald Bruce Stewart
Haskell Weekly News: April 03, 2006 Greetings, and thanks for reading issue 31 of HWN, a weekly newsletter covering developments in the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list and to [2]The Haskell Sequence. [3]RSS i

[Haskell] Haskell Weekly News: March 27, 2006

2006-03-28 Thread Donald Bruce Stewart
Haskell Weekly News: March 27, 2006 Greetings, and thanks for reading issue 30 of HWN, a weekly newsletter covering developments in the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list and to [2]The Haskell Sequence. [3]RSS i

Re: [Haskell] Haskell as a disruptive technology?

2006-03-26 Thread Donald Bruce Stewart
paul: > Neil Mitchell wrote: > > >>>- Larger memory footprint > > > > > >You are talking about GHC, not Haskell. Take a look at nhc98, which > >has a small memory footprint. > > I don't want to get into a compiler flame war. The fact is that if you > want to do huge datasets or very fast compu

[Haskell] Haskell Weekly News: March 20, 2006

2006-03-19 Thread Donald Bruce Stewart
Haskell Weekly News: March 20, 2006 Greetings, and thanks for reading issue 29 of HWN, a weekly newsletter covering developments in the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list and to [2]The Haskell Sequence. [3]RSS i

Re: [Haskell] Haskell Weekly News: March 13, 2006

2006-03-18 Thread Donald Bruce Stewart
claus.reinke: > >So, the frontpage now has recent news, with our icfp prize at the top. > >Opinions? > > do I understand correctly that the top items under "News" will be > updated manually and less frequently, to hold items that are deemed > more important, or more permanent, than the usual hea

Re: [Haskell] Haskell Weekly News: March 13, 2006

2006-03-17 Thread Donald Bruce Stewart
sebastian.sylvan: > The ICFP boasting could be moved elsewhere (perhaps put the quote at > the very top under the logo), the rest of the items seem "regular" > enough to be popped off the news list just like any other HWN-type > news. > The only regularly occuring news that really need to stick aro

Re: [Haskell] Haskell Weekly News: March 13, 2006

2006-03-17 Thread Donald Bruce Stewart
sebastian.sylvan: > On 3/17/06, Donald Bruce Stewart <[EMAIL PROTECTED]> wrote: > > rjmh: > > > >With a view to this I started collecting just the announcements on a > > > >`feed' here: > > > > http://www.cse.unsw.edu.au/~dons/code/hwn/an

Re: [Haskell] Haskell Weekly News: March 13, 2006

2006-03-17 Thread Donald Bruce Stewart
antti-juhani: > Donald Bruce Stewart wrote: > > Well, there is a way -- it's fairly easy with the right regex -- but > > is it really ambiguous? Do people find it confusing? What do other sites do? > > Yes, it's annoying (it isn't ambigous right now, but

Re: [Haskell] Haskell Weekly News: March 13, 2006

2006-03-16 Thread Donald Bruce Stewart
unambiguous by changing > the month to a word instead of a number? Just curious... > >Jared. > > On 3/16/06, Donald Bruce Stewart <[EMAIL PROTECTED]> wrote: > > rjmh: > > > >With a view to this I started collecting just the announcements on a > > &g

Re: [Haskell] Haskell Weekly News: March 13, 2006

2006-03-16 Thread Donald Bruce Stewart
rjmh: > >With a view to this I started collecting just the announcements on a > >`feed' here: > > http://www.cse.unsw.edu.au/~dons/code/hwn/announce.html > > > >These should serve as a basis for the content, I think. > > Can you add an actual date? Seeing things dated a few days ago does > cont

Re: [Haskell] Haskell Weekly News: March 13, 2006

2006-03-15 Thread Donald Bruce Stewart
sebastian.sylvan: > On 3/13/06, Donald Bruce Stewart <[EMAIL PROTECTED]> wrote: > > > > Haskell Weekly News: March 13, 2006 > > > >Greetings, and thanks for reading issue 28 of HWN, a weekly newsletter > >covering development

[Haskell] Haskell Weekly News: March 13, 2006

2006-03-12 Thread Donald Bruce Stewart
Haskell Weekly News: March 13, 2006 Greetings, and thanks for reading issue 28 of HWN, a weekly newsletter covering developments in the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list and to [2]The Haskell Sequence. [3]RSS i

[Haskell] Haskell Weekly News: March 06, 2006

2006-03-06 Thread Donald Bruce Stewart
Haskell Weekly News: March 06, 2006 Greetings, and thanks for reading issue 27 of HWN, a weekly newsletter covering developments in the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list and to [2]The Haskell Sequence. [3]RSS i

[Haskell] ANNOUNCE: hmp3 1.0

2006-03-05 Thread Donald Bruce Stewart
A new version of hmp3 has been released, version 1.0. All features that I'm interested in are implemented (and it appears to be extremely stable, running non-stop for the last 3 months on one machine). This release adds the ability to dynamically reconfigure the colours using a configuration fil

Re: [Haskell] Problems compiling hs-plugins

2006-03-03 Thread Donald Bruce Stewart
benjamin.franksen: > Please, can anyone help me with this problem: > > I just downloaded hs-plugins version 1.0-rc0. (BTW, the stable version > is not accessible). I configure it (according to the README) and > everything seems to be ok. However when I try to build it, I get: > > aare: .../hask

Re: [Haskell] translating Haskell into theorem provers

2006-02-28 Thread Donald Bruce Stewart
gerwin.klein: > Hi, > > is any of you aware of activities that aim to translate Haskell into > interactive theorem provers like PVS or Isabelle/HOL? (automatically or > manually). > > We know about the Programatica project and Brian Huffman's work, but turned > up little else. Hey Gerwin, On

[Haskell] Haskell Weekly News: February 27, 2006

2006-02-26 Thread Donald Bruce Stewart
Haskell Weekly News: February 27, 2006 Greetings, and thanks for reading issue 26 of HWN, a weekly newsletter covering developments in the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list and to [2]The Haskell Sequence. [3]RSS

Re: [Haskell] page renaming on the Haskell Wiki

2006-02-21 Thread Donald Bruce Stewart
cubranic: > On 2/21/06, Graham Klyne <[EMAIL PROTECTED]> wrote: > > In making such changes, please bear in mind "Cool URIs Don't Change": > > > > http://www.w3.org/Provider/Style/URI > > > > This isn't to say "don't", but where possible, provide some redirection > > from the > > old name to the n

[Haskell] Haskell Weekly News: February 20, 2006

2006-02-19 Thread Donald Bruce Stewart
Haskell Weekly News: February 20, 2006 Greetings, and thanks for reading issue 25 of HWN, a weekly newsletter covering developments in the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list and to [2]The Haskell Sequence. [3]RSS

[Haskell] Haskell Weekly News: February 13, 2006

2006-02-13 Thread Donald Bruce Stewart
Haskell Weekly News: February 13, 2006 Greetings, and thanks for reading issue 24 of HWN, a weekly newsletter covering developments in the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list and to [2]The Haskell Sequence. [3]RSS

[Haskell] Haskell Weekly News: February 06, 2006

2006-02-06 Thread Donald Bruce Stewart
Haskell Weekly News: February 06, 2006 Greetings, and thanks for reading issue 23 of HWN, a weekly newsletter covering developments in the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list and to [2]The Haskell Sequence. [3]RSS

[Haskell] Haskell Weekly News: January 30, 2006

2006-01-30 Thread Donald Bruce Stewart
Haskell Weekly News: January 30, 2006 Greetings, and thanks for reading the 22nd issue of HWN, a weekly newsletter for the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list and to [2]The Haskell Sequence. [3]RSS is also availab

[Haskell] Haskell Weekly News: January 23, 2006

2006-01-22 Thread Donald Bruce Stewart
Haskell Weekly News: January 23, 2006 Greetings, and thanks for reading the 21st issue of HWN, a weekly newsletter for the Haskell community. Each Monday, new editions are posted to [1]the Haskell mailing list and to [2]The Haskell Sequence. [3]RSS is also availab

  1   2   >