Re: [Haskell] ANNOUNCE: haskell-src-exts 1.14.0

2013-08-20 Thread Niklas Broberg
> The first primary reason is > technical: haskell-src-exts > 1.14 revamps the Extension > datatype, among other things > to allow turning extensions on > and off (similar to what Cabal > allows). We also introduce the > concept of a Language, > separate from a set of > extensions. This is the only

Re: [Haskell] ANNOUNCE: haskell-src-exts 1.14.0

2013-08-20 Thread Niklas Broberg
way, to parse a file based on its > LANGUAGE pragmas? Last I checked e.g. HSP simply enabled all extensions > when parsing, which can cause code to be parsed incorrectly in some cases. > > > On Tue, Aug 20, 2013 at 10:15 AM, Niklas Broberg > wrote: > >> Fellow Haskellee

Re: [Haskell] ANNOUNCE: haskell-src-exts 1.14.0

2013-08-20 Thread Niklas Broberg
Hi Niklas, 1) My most desired feature would be a syntax tree that does not pluck > pluck comments out and make me treat them separately. It looks much > easier to me to have a fully descriptive tree and (filter . concatMap) / > traverse them out in some way than getting a list of comments and havi

[Haskell] ANNOUNCE: haskell-src-exts 1.14.0

2013-08-20 Thread Niklas Broberg
Fellow Haskelleers, I'm pleased to announce the release of haskell-src-exts-1.14.0! * On hackage: http://hackage.haskell.org/package/haskell-src-exts * Via cabal: cabal install haskell-src-exts * git repo: https://github.com/haskell-suite/haskell-src-exts

[Haskell] ANNOUNCE: haskell-src-exts 1.13.5

2012-09-07 Thread Niklas Broberg
Fellow Haskelleers, I'm pleased to announce the release of haskell-src-exts-1.13.5! * On hackage: http://hackage.haskell.org/package/haskell-src-exts * Via cabal: cabal install haskell-src-exts * Darcs repo: http://code.haskell.org/haskell-src-exts There are two primary reasons for this release:

[Haskell] ANNOUNCE: haskell-src-exts 1.13.3

2012-05-10 Thread Niklas Broberg
Fellow Haskelleers, I'm pleased to announce the release of haskell-src-exts-1.13.3! * On hackage: http://hackage.haskell.org/package/haskell-src-exts * Via cabal: cabal install haskell-src-exts * Darcs repo: http://code.haskell.org/haskell-src-exts This release attempts to fix a bunch of long-s

[Haskell] ANNOUNCE: haskell-src-exts-1.13.2

2012-04-18 Thread Niklas Broberg
Fellow Haskelleers, I'm pleased to announce the release of haskell-src-exts-1.13.2! * On hackage: http://hackage.haskell.org/package/haskell-src-exts * Via cabal: cabal install haskell-src-exts * Darcs repo: http://code.haskell.org/haskell-src-exts This release contains only a few small tweaks a

[Haskell] ANNOUNCE: haskell-src-exts-1.13.0

2012-03-28 Thread Niklas Broberg
Fellow Haskelleers, I'm pleased to announce the release of haskell-src-exts-1.13.0! * On hackage: http://hackage.haskell.org/package/haskell-src-exts * Via cabal: cabal install haskell-src-exts * Darcs repo: http://code.haskell.org/haskell-src-exts It's been a *very short* while since the last u

[Haskell] ANNOUNCE: haskell-src-exts-1.12.0

2012-03-27 Thread Niklas Broberg
Fellow Haskelleers, I'm pleased to announce the release of haskell-src-exts-1.12.0! * On hackage: http://hackage.haskell.org/package/haskell-src-exts * Via cabal: cabal install haskell-src-exts * Darcs repo: http://code.haskell.org/haskell-src-exts It's been a long while since the last update be

[Haskell] ANNOUNCE: haskell-src-exts 1.11.1

2011-05-25 Thread Niklas Broberg
Fellow Haskelleers, I'm pleased to announce the release of haskell-src-exts-1.11.1! * On hackage: http://hackage.haskell.org/package/haskell-src-exts * Via cabal: cabal install haskell-src-exts * Darcs repo: http://code.haskell.org/haskell-src-exts This major release fixes some long-standing bu

[Haskell] ANNOUNCE: haskell-src-exts 1.10.1

2011-01-12 Thread Niklas Broberg
Fellow Haskelleers, I'm pleased to announce the release of haskell-src-exts-1.10.1! * On hackage: http://hackage.haskell.org/package/haskell-src-exts * Via cabal: cabal install haskell-src-exts * Darcs repo: http://code.haskell.org/haskell-src-exts Unless you are using the XmlSyntax extension, t

[Haskell] ANN: haskell-src-exts 1.9.0

2010-04-11 Thread Niklas Broberg
Fellow Haskelleers, I'm pleased to announce the release of haskell-src-exts-1.9.0! * On hackage: http://hackage.haskell.org/package/haskell-src-exts * Via cabal: cabal install haskell-src-exts * Darcs repo: http://code.haskell.org/haskell-src-exts 1.8.2 --> 1.9.0 === * OptionPragma

[Haskell] Re: ANN: haskell-src-exts-1.8.0

2010-01-31 Thread Niklas Broberg
> 1.7.2 --> 1.8.0 > === ... and one more I forgot: Export 'knownExtensions' from .Extension. /Niklas ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] ANN: haskell-src-exts-1.8.0

2010-01-31 Thread Niklas Broberg
Fellow Haskelleers, I'm pleased to announce the release of haskell-src-exts-1.8.0! * On hackage: http://hackage.haskell.org/package/haskell-src-exts * Via cabal: cabal install haskell-src-exts * Darcs repo: http://code.haskell.org/haskell-src-exts For users of hsx, the latest version 0.6.1 works

[Haskell] Re: ANN: haskell-src-exts 1.7.0

2010-01-15 Thread Niklas Broberg
> * UnicodeSyntax now works not only for identifiers, but also for >  ->, <- and =>, as well as Arrows arrows and kind stars. (And >  before you send me bug reports for this one, do check that your >  version of readFile is Unicode aware, i.e. you use GHC 6.12 >  or the utf8-string version). ... a

[Haskell] Re: [Haskell-cafe] ANN: haskell-src-exts 1.7.0

2010-01-15 Thread Niklas Broberg
>> * UnicodeSyntax now works not only for identifiers, but also for > > does this mean that unicode identifiers are allowed only when > UnicodeSyntax enabled? ghc allows them anyway Well spotted, that was poorly worded of me. haskell-src-exts works like GHC, allowing Unicode identifier always and

[Haskell] ANN: haskell-src-exts 1.7.0

2010-01-15 Thread Niklas Broberg
Fellow Haskelleers, As I was asked to start spamming again, I'm hereby pleased to announce the release of haskell-src-exts-1.7.0! * On hackage: http://hackage.haskell.org/package/haskell-src-exts * Via cabal: cabal install haskell-src-exts * Darcs repo: http://code.haskell.org/haskell-src-exts F

Re: [Haskell] ANNOUNCE: Functional Programming Bibliography

2010-01-15 Thread Niklas Broberg
>  > > Allow (registered?) users to submit links to papers that are missing? >  > >  > Yeah, I've certainly been thinking about that. >  > First, I will somehow have to overcome being a complete control freak. >  > >  > The very first thought that crosses my mind is >  > "how will I ensure that aut

Re: [Haskell] ANNOUNCE: Functional Programming Bibliography

2010-01-14 Thread Niklas Broberg
> I am pleased to announce the Functional Programming Bibliography > at http://www.catamorphism.net/ Awesome indeed! > I am eager for suggestions as to how the site could be made more > useful. Allow (registered?) users to submit links to papers that are missing? /Niklas ___

[Haskell] Re: [Haskell-cafe] ANNOUNCE: SourceGraph-0.6.0.2

2010-01-10 Thread Niklas Broberg
> On another note, anyone know why Niklas Broberg hasn't been making any > release statements recently to say what the changes are, etc. for > haskell-src-exts? Because it's been so many relatively small releases of late that I haven't wanted to spam the lists. :-) If you

[Haskell] Re: [Haskell-cafe] ANN: Happstack 0.4.1

2009-12-19 Thread Niklas Broberg
>   GHC 6.12 currently requires a minor patch to HJScript. Details here: HJScript-0.4.5 is now on hackage, fixing this problem. Thanks for the heads-up. Cheers, /Niklas ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinf

[Haskell] ANN: haskell-src-exts-1.3.0

2009-11-04 Thread Niklas Broberg
Fellow Haskelleers, I'm pleased to announce the release of haskell-src-exts-1.3.0! * On hackage: http://hackage.haskell.org/package/haskell-src-exts * Via cabal: cabal install haskell-src-exts * Darcs repo: http://code.haskell.org/haskell-src-exts Version 1.3.0 is a new major release, following

[Haskell] ANN: haskell-src-exts-1.2.0

2009-10-23 Thread Niklas Broberg
Fellow Haskelleers, I'm pleased to announce the release of haskell-src-exts-1.2.0! * On hackage: http://hackage.haskell.org/package/haskell-src-exts * Via cabal: cabal install haskell-src-exts * Darcs repo: http://code.haskell.org/haskell-src-exts Version 1.2.0 is a new major release, following

[Haskell] Re: [Haskell-cafe] ANN: haskell-src-exts-1.1.4

2009-09-03 Thread Niklas Broberg
> Roundtrip is an important milestone for automated refactoring tools. Nice > work! Thanks a lot! Refactoring was indeed the 'killer app' in mind when writing the exact-printer. For instance I don't expect it to be hard to get HLint to apply suggestions automatically now, instead of just suggestin

[Haskell] ANN: haskell-src-exts-1.1.4

2009-09-03 Thread Niklas Broberg
Fellow Haskelleers, I'm pleased to announce the release of haskell-src-exts-1.1.4! * On hackage: http://hackage.haskell.org/package/haskell-src-exts * Via cabal: cabal install haskell-src-exts * Via darcs: darcs get http://code.haskell.org/haskell-src-exts * Report bugs: http://trac.haskell.org/

[Haskell] Re: [Haskell-cafe] ANN: haskell-src-exts-1.1.3

2009-08-23 Thread Niklas Broberg
Oops, please consider this the announcement of the release of haskell-src-exts-1.1.3.1, since I stupidly forgot to add the new SrcLoc module to the list of exposed modules in cabal (why doesn't cabal warn about that? *grumble*). So those of you who already tried 1.1.3 it will have noticed that it f

[Haskell] ANN: haskell-src-exts-1.1.3

2009-08-22 Thread Niklas Broberg
Fellow Haskelleers, I'm pleased to announce the release of haskell-src-exts-1.1.3. * On hackage: http://hackage.haskell.org/package/haskell-src-exts * Via darcs: darcs get http://code.haskell.org/haskell-src-exts * Report bugs: http://trac.haskell.org/haskell-src-exts haskell-src-exts is a pack

[Haskell] ANN: haskell-src-exts-1.1.0

2009-07-26 Thread Niklas Broberg
Fellow Haskelleers, I'm pleased to announce the release of haskell-src-exts-1.1.0, bringing you tuple sections, comments, and a few bug fixes. haskell-src-exts is a package for Haskell source code manipulation. In particular it defines an abstract syntax tree representation, and a parser and pret

[Haskell] Re: [Haskell-cafe] Re: ANN: haskell-src-exts-1.0.0

2009-06-23 Thread Niklas Broberg
Hi Maurício, > How far is Unicode from beeing parsed? It doesn't seem to be > a huge step (from my ill-informed viewpoint), and it would > not let behind those who are happy to be able to declare names > in their own native language. (Oh, and sorry for resorting to > politically correct blackmail.

[Haskell] ANN: haskell-src-exts-1.0.0

2009-06-22 Thread Niklas Broberg
Fellow Haskelleers, It is with great pleasure I hereby announce the first stable release of the haskell-src-exts package, version 1.0.0! haskell-src-exts is a package for Haskell source code manipulation. In particular it defines an abstract syntax tree representation, and a parser and pretty-pri

[Haskell] Re: ANN: haskell-src-exts 1.0.0 rc1 (aka 0.5.2)

2009-06-21 Thread Niklas Broberg
Dear all, I'm pleased to announce to you haskell-src-exts-0.5.7, which is truly the first *real* release candidate for 1.0.0. By real, I mean that I could consider releasing it in this state. It is feature complete, fully documented, and has no remaining known bugs. But before I do, I'd like to ru

[Haskell] Re: ANN: haskell-src-exts 1.0.0 rc1 (aka 0.5.2)

2009-06-19 Thread Niklas Broberg
Hi all, > Another day, another release candidate. Please see > haskell-src-exts-0.5.5, 1.0.0 rc3. Thanks a lot to all reports, and > please keep up the good work! Here we go again. Please have a look at haskell-src-exts-0.5.6, or 1.0.0 rc4. Thanks again for the reports, they're all truly invaluab

[Haskell] Re: ANN: haskell-src-exts 1.0.0 rc1 (aka 0.5.2)

2009-06-18 Thread Niklas Broberg
> I have just uploaded haskell-src-exts-0.5.4 to hackage, which is 1.0.0 > rc2. Thanks a lot to those who tested the previous version, and please > continue to test and report! Another day, another release candidate. Please see haskell-src-exts-0.5.5, 1.0.0 rc3. Thanks a lot to all reports, and pl

[Haskell] Re: ANN: haskell-src-exts 1.0.0 rc1 (aka 0.5.2)

2009-06-17 Thread Niklas Broberg
Hi all, > This means I feel ready to take that scary leap that means to drop the > safe 0.x version numbering (experimental) and finally make the first > stable release, version 1.0.0. But before I take that leap I want the > library to be thoroughly tested, so I can with confidence say that it >

Re: [Haskell] ANN: haskell-src-exts 1.0.0 rc1 (aka 0.5.2)

2009-06-17 Thread Niklas Broberg
Hi Sebastian, > This script may even simplify testing of large code bases: Thanks a lot, very useful! I'll add that to the darcs repository if you don't mind. :-) Cheers, /Niklas ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mail

[Haskell] Re: ANN: haskell-src-exts 1.0.0 rc1 (aka 0.5.2)

2009-06-16 Thread Niklas Broberg
> * Via cabal: cabal install haskell-src-exts Thanks a lot to Brian Lewis for catching the first bug - cabal install doesn't even work for 0.5.2! The problem is that the cabal test machinery can't find the Language.Haskell.Exts modules, unless haskell-src-exts is already installed first... At any

[Haskell] ANN: haskell-src-exts 1.0.0 rc1 (aka 0.5.2)

2009-06-16 Thread Niklas Broberg
Fellow Haskelleers, I'm pleased to report that I feel I have now completed the first milestone in my GSoC project for haskell-src-exts: Full Code Support. This means I feel ready to take that scary leap that means to drop the safe 0.x version numbering (experimental) and finally make the first st

[Haskell] ANNOUNCE: haskell-src-exts 0.4.8

2009-01-08 Thread Niklas Broberg
Fellow Haskelleers, it is my pleasure to announce the new release of the haskell-src-exts package, version 0.4.8: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haskell-src-exts-0.4.8 darcs get http://code.haskell.org/HSP/haskell-src-exts This is a bug-fix release in the wake of the

Re: [Haskell] ANN: HLint 1.0

2008-12-20 Thread Niklas Broberg
> Another parse error: > > newtype CodeGenModule a = CGM (StateT CGMState IO a) >deriving (Monad, MonadState CGMState, MonadIO) Thanks Lennart, another one on my plate, shouldn't be hard to fix. Neil, your tool seems to be gold for finding bugs in HSE. :-) Cheers, /Niklas __

[Haskell] ANNOUNCE: haskell-src-exts 0.4.4

2008-12-04 Thread Niklas Broberg
Fellow Haskelleers, it is my pleasure to announce the new release of the haskell-src-exts package, version 0.4.4: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haskell-src-exts-0.4.4 darcs get http://code.haskell.org/HSP/haskell-src-exts The new feature in this release is support fo

[Haskell] ANNOUNCE: haskell-src-exts 0.4.1

2008-11-14 Thread Niklas Broberg
Fellow Haskelleers, it is my pleasure to announce the new release of the haskell-src-exts package, version 0.4.1: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haskell-src-exts-0.4.1 darcs get http://code.haskell.org/HSP/haskell-src-exts This is a new "major" release, the first of t

Re: [Haskell] Re: [Haskell-cafe] ANNOUNCE: Salsa: A .NET Bridge for Haskell

2008-10-10 Thread Niklas Broberg
> This could be a game changer. > > Great work Andrew!! Totally agreed, on both accounts. Really interesting to see. > -- Don What, no Arch Linux port? :-) Cheers, /Niklas ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/

[Haskell] ANNOUNCE: Haskell Server Pages v 0.4

2008-03-25 Thread Niklas Broberg
Greetings fellow Haskelleers, I am very pleased to announce a new chapter in the Haskell Server Pages saga. After a two-year long hiatus, while we in the team have been busy with Other Stuff, we have resumed work on Project HSP, and this release marks the first milestone. = ===

[Haskell] Re: ANN: haskell-src-exts 0.3.2

2008-03-17 Thread Niklas Broberg
> I'm pleased to announce a new release for the haskell-src-exts package. Twice in two days even. :-) haskell-src-exts 0.3.3 - now with support for type equality constraints. cabal sdist: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haskell-src-exts-0.3.3 darcs repo: http://code.

[Haskell] ANN: haskell-src-exts 0.3.2

2008-03-16 Thread Niklas Broberg
Hi all, I'm pleased to announce a new release for the haskell-src-exts package. haskell-src-exts 0.3.2 === haskell-src-exts is a package for handling and manipulating Haskell source code. It is based on the haskell-src package that is part of the standard libraries, but e

[Haskell] Re: GADT: call for proper terminology

2006-10-11 Thread Niklas Broberg
On 10/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Niklas Broberg wrote: > Annotate the data type using a GADT: > data MyData a where > MyCon :: MyData a The range of the data constructor MyCon is the entire type MyData a -- so the above data type is the regular alge

Re: [Haskell] Classes with no data type

2006-10-10 Thread Niklas Broberg
|> Thus I have a typical classes problem, in that I have several |> implementations of essentially the same function for different |> circumstances. The problem is, they must all operate on the same |> data type, so I cannot define them as seperate instances. |> |> Anyone got any ideas how to typ

Re: [Haskell] Re: Haskell web forum

2006-09-20 Thread Niklas Broberg
On 9/20/06, Aaron Denney <[EMAIL PROTECTED]> wrote: And I disagree with you. Web forums are usenet reinvented poorly. It's impossible to keep track of what's new, threading is either poor or nonexistent. Mailing lists with searchable archives work well. gmane provides a nice usenet interface t

Re: [Haskell] Haskell web forum

2006-09-20 Thread Niklas Broberg
More potential than what we have already: http://dir.gmane.org/gmane.comp.lang.haskell.general >? Yes. How could we use that to create subforums for particular projects or subcommunities? /Niklas ___ Haskell mailing list Haskell@haskell.org http://www

Re: [Haskell] Haskell web forum

2006-09-20 Thread Niklas Broberg
> i definitely think that to rise up Haskell popularity we need now to > create web forum. I disagree with this. I don't like web forums, I don't use web forums if I can avoid it. They're way more work than mailing lists. And I disagree with you. I don't like mailing lists, and I don't use them

Re: [Haskell] Haskell XML

2006-08-30 Thread Niklas Broberg
Hi Lucius, my Haskell Source eXtensions [1] (which Neil suggested earlier) supports expressions, values and pattern matching as language constructs, but not types. WASH [2] supports expressions, values and (to a limited extent) types, but not pattern matching. XHaskell [3] has the support neces

Re: [Haskell] Re: ANNOUNCE: HNOP 0.1

2006-06-30 Thread Niklas Broberg
Well, we did have a serious SoC suggestion about the industrial Hello World application, by Isaac Jones. I guess the industrial noop would be just as good. /Niklas On 6/30/06, Krasimir Angelov <[EMAIL PROTECTED]> wrote: There was lots of suggestions for the future development of HNOP. Is it too

Re: [Haskell] Re: Trying On Learn Haskell Web Server

2006-03-06 Thread Niklas Broberg
Ehum, shameless plug. :) On 3/6/06, Graham Klyne <[EMAIL PROTECTED]> wrote: > Cale Gibbard wrote: > > Ah, neat, I knew about WASH, but somehow I'd missed the fact that > > there was a server there :) > > Interesting... at a casual glance, this looks as if it could be coming close > to > being a "

Re: [Haskell] ANNOUNCEMENT: HAskell Server Pages version 0.3.0

2005-08-25 Thread Niklas Broberg
> PS: I owe great thanks to Niklas Broberg for his excellent work on > HSP. In truth, the idea of combining XML and Haskell I have through > him, and I also adapted much of his code. ... and now it will be the other way around. :) Lemmih's HASP is a strong evolution of HSP on th

Re: [Haskell] Discrete event simulation

2005-05-30 Thread Niklas Broberg
> I'm wondering if there is work done about discrete event simulation in > functional languages, and more specifically, Haskell DSLs. Any pointers? Check out Yampa: http://haskell.org/yampa/ /Niklas ___ Haskell mailing list Haskell@haskell.org http://

Re: [Haskell] Announce: Haskell Server Pages 0.2

2005-05-16 Thread Niklas Broberg
> I'm having problems building hspr from the darcs repo. The > HSPR.CGI.ErrorHandler module seems to be missing. Indeed it was. Fixed now, thanks! /Niklas ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

[Haskell] Announce: Haskell Server Pages 0.2

2005-05-13 Thread Niklas Broberg
== Haskell Server Pages == Release early, release often. I know, I know, but better late than never, so here it is: Haskell Server Pages (HSP), a Haskell-based language for writing dynamic web pages. Webpage and darcs repo available at http://www.cs.chalmers.se/~d00nibro/hsp Features: * Embedded

[Haskell] Ann: haskell-src-exts 0.2

2005-04-14 Thread Niklas Broberg
Announcing haskell-src-exts 0.2: http://www.cs.chalmers.se/~d00nibro/haskell-src-exts haskell-src-exts (hsx) is an extension of the standard haskell-src package, and handles most common syntactic extensions to Haskell, including: * Multi-parameter type classes with functional dependencies * Empt

[Haskell] Announce: HaRP (Haskell Regular Patterns) version 0.2

2004-09-01 Thread Niklas Broberg
We have released a new version of HaRP. Major updates are: * A revised syntax. * Regular patterns are now non-greedy by default. More information and downloads can be found at http://www.dtek.chalmers.se/~d00nibro/harp/ /Niklas Broberg

Re: [Haskell] ANNOUNCE: HaRP (Haskell Regular Patterns) version 0.1

2004-05-16 Thread Niklas Broberg
Dylan Thurston wrote: So I guess that in foo [/ a? 2 b /] = (a,b) the type of a is '[Int]', not 'Maybe Int', right? Aye. If you wanted Maybe Int, you would need to do foo [/ [EMAIL PROTECTED] 2 b /] = (a,b) I wrote: > I'm starting to think maybe our context dependent approach to implicit > bindings

Re: [Haskell] ANNOUNCE: HaRP (Haskell Regular Patterns) version 0.1

2004-05-15 Thread Niklas Broberg
What about foo [/ (/ 2 (/ a _ /)* 3 /)* /] = a ? What is the type of a here? I think it should be [[Int]]. Not quite, the type of a will be [Int]. The only context dependency of variable types is the difference between linear and non-linear contexts. In linear context, variables have the types

[Haskell] ANNOUNCE: HaRP (Haskell Regular Patterns) version 0.1

2004-05-15 Thread Niklas Broberg
next release will have non-greedy patterns as the default. * Strings: Strings are a special syntactic case of a list, and we are planning an analogous special case of regular patterns for it, for instance [s/ "Hello " a* /] would be equal to [/ 'H' 'e' 'l' 

Regular Patterns (RE: [Haskell] regular expression syntax)

2004-02-27 Thread Niklas Broberg
ly low-level behind-the-scenes tricks for doing the actual matching in an external engine, thus greatly increasing efficiency. Any thoughts? =) We will supply the preprocessor for public scrutiny some time next week, we just need to do some more alpha-testing first... Comment away! regards, Niklas

RE: type classes, superclass of different kind

2003-12-11 Thread Niklas Broberg
pid things the OO world has come up with, better to do it correctly right away... ;) /Niklas Broberg, d00nibro[at]dtek.chalmers.se _ The new MSN 8: advanced junk mail protection and 2 mo