[Haskell] Haskell 6.4 perfomance

2005-03-24 Thread Alexandre
As I heard, 6.4 version of the Haskell using C-- backend and make lots of the resulting code perfomance (programs executed faster). If so, does any test/comparison with other languages available? Thank you in advance, Regards, /Alexandre. ___ Haskell

Re: [Haskell] Haskell 6.4 perfomance

2005-03-29 Thread Alexandre
Guido, thank you for the reply. Actually I subscribed to the mlton maillist, and I read that thread. I am interested in Haskell results, but it seems that nor developers, nor users really care about that... Regards, /Alexandre. On Mar 29, 2005, at 12:07, Guido Kollerie wrote: On Thu, Mar 24

PSI99 submission deadline extension

1999-02-01 Thread Alexandre Zamulin
TECTED] Manfred Broy Institut fuer Informatik Technische Universitaet Muenchen D-80290 Munich, GERMANY Phone: +49-89-21058161 Fax: +49-89-21058183 E-mail: [EMAIL PROTECTED] Alexandre Zamulin Institute of Informatics Systems 6, Acad. Lavrentjev pr. 630090 Novosibirsk, RU

CFP: CLIMA'02 - Computational Logic in Multi-Agent Systems

2002-02-12 Thread João Alexandre Leite
y of Maryland, USA * Francesca Toni, Imperial College, UK * Paolo Torroni, University of Bologna, Italy -- WORKSHOP ORGANIZERS: -- * Jürgen Dix The University of Manchester UK [EMAIL PROTECTED] * João Alexandre Leite New University

CFP: CLIMA'02 - Computational Logic in Multi-Agent Systems

2002-04-09 Thread João Alexandre Leite
mperial College, UK * Paolo Torroni, University of Bologna, Italy -- WORKSHOP ORGANIZERS: -- * Jürgen Dix The University of Manchester UK [EMAIL PROTECTED] * João Alexandre Leite New University of Lisbon Portugal [EMAIL PROTECTED] * Ke

CFP: AMAI Special Issue on Computational Logic in Multi-Agent Systems

2002-09-03 Thread João Alexandre Leite
Computational Logic in Multi-Agent Systems Special Issue Editors: Jürgen Dix (The University of Manchester, UK) João Alexandre Leite (New University of Lisbon, Portugal) KenSatoh (National Institute of Informatics, Japan) http://centria.di.fct.unl.pt/~jleite/amai03/ Submission

CFP: DALT'03 - 1st Int. Workshop on Declarative Agent Languages and Technologies

2003-01-22 Thread João Alexandre Leite
, London, UK * Wiebe van der Hoek, The University of Liverpool, UK * Franco Zambonelli, Università di Modena, Italy ORGANIZING COMMITTEE Co-chairs: João Alexandre Leite (Contact Person) Universidade Nova de Lisboa [EMAIL PROTECTED] Andrea Omicini Università di Bologna [EMAIL PROTECTED] Leon Sterli

How to catch and error message and how to make it create unix files instead of dos files??

2003-03-01 Thread Alexandre Weffort Thenorio
I am trying to write a small software to take info from one file and write it into another file. The problem is that when I don't give any input I get the normal haskell nosuchfile error message but I want to give my own error message. I am a newbie, how can I do that? Also I need the file t

Re: How to catch and error message and how to make it create unix files instead of dos files??

2003-03-02 Thread Alexandre Weffort Thenorio
l Daume III" <[EMAIL PROTECTED]> To: "Alexandre Weffort Thenorio" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, March 02, 2003 3:11 AM Subject: Re: How to catch and error message and how to make it create unix files instead of dos files?? > Look at the

How to force UNIX text files as output instead of DOS text files??

2003-03-02 Thread Alexandre Weffort Thenorio
I am working on a small program which writes a text file but I need this file to be in UNIX format and as it is a Windows program I am compiling it, the output file tends to be in DSO format. Is there anyway that I can force it to create the file in UNIX format???   Best Regards   NooK

Re: How to force UNIX text files as output instead of DOS text files??

2003-03-03 Thread Alexandre Weffort Thenorio
Thanks a lot m8 but ghc says it can't the module IOExts when I try to compile, any suggestion??? Do I just use normal writeFile method to create the text file then?? Best Regards Alex - Original Message - From: "Glynn Clements" <[EMAIL PROTECTED]> To: "

Re: How to force UNIX text files as output instead of DOS text files??

2003-03-03 Thread Alexandre Weffort Thenorio
t; <[EMAIL PROTECTED]> To: "Alexandre Weffort Thenorio" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 2:02 AM Subject: Re: How to force UNIX text files as output instead of DOS text files?? > > Alexandre Weffort Thenorio wrote: > > >

How to force UNIX text files as output instead of DOS text files??

2003-03-03 Thread Alexandre Weffort Thenorio
I am working on a small program which writes a text file but I need this file to be in UNIX format and as it is a Windows program I am compiling it, the output file tends to be in DSO format. Is there anyway that I can force it to create the file in UNIX format???   Best Regards   NooK

Re: How to force UNIX text files as output instead of DOS text files??

2003-03-03 Thread Alexandre Weffort Thenorio
ror. Best Regards Alex - Original Message - From: "Nick Name" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 1:34 PM Subject: Re: How to force UNIX text files as output instead of DOS text files?? > On Mon, 3 Mar 2003 11:03:48 +0100 >

Re: How to force UNIX text files as output instead of DOS text files??

2003-03-03 Thread Alexandre Weffort Thenorio
ecker" <[EMAIL PROTECTED]> To: "Alexandre Weffort Thenorio" <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 7:19 PM Subject: Re: How to force UNIX text files as output instead of DOS text files?? > "Alexandre Weffort Thenorio" <[EMAIL PROTECTED]> wrot

How to search for a string sequence in a file a rewrite it???

2003-03-12 Thread Alexandre Weffort Thenorio
OK Guys. First I would like to say thanks for all the help given before. As I said I am still learning Haskell. My problem is the following: I have a text file and somewhere in the file there is string (Let's say ). So I need to find this exact string and overwrite with another string (Lets sa

Re: How to search for a string sequence in a file a rewrite it???

2003-03-12 Thread Alexandre Weffort Thenorio
Message - From: "Hal Daume III" <[EMAIL PROTECTED]> To: "Alexandre Weffort Thenorio" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, March 13, 2003 1:05 AM Subject: Re: How to search for a string sequence in a file a rewrite it??? > This i

Re: How to search for a string sequence in a file a rewrite it???

2003-03-13 Thread Alexandre Weffort Thenorio
ly 'bkfilled' In a do expection pattern binding: write bkfilled Any idea?? I mean bkfilled is supposed to be [String] but it says it is a String, any idea why??? Best Regards Alex ----- Original Message - From: "Hal Daume III" <[EMAIL PROTECTED]> To: "Alexan

Re: Recursion with do??

2003-03-14 Thread Alexandre Weffort Thenorio
Thanks it works but what exactly does this "in" before the last statement does?? I have never seen it before and the program gives me the parse error if I don't have it?? Best Regards NooK - Original Message - From: "Hal Daume III" <[EMAIL PROTECTED]>

CFP: DALT'03 - 1st Workshop on Declarative Agent Languages and Technologies

2003-03-25 Thread João Alexandre Leite
ish Research Council, Barcelona, Spain V.S. Subrahmanian, University of Maryland, MD, USA Francesca Toni, Imperial College, London, UK Wiebe van der Hoek, The University of Liverpool, UK Franco Zambonelli, Università di Modena, Italy ORGANIZING COMMITTEE Co-chairs: João Alexandre Leite (Contact Perso

CFP: CLIMA IV - 4th Intl. Workshop on Computational Logic in Multi-Agent Systems

2003-07-12 Thread João Alexandre Leite
== FIRST CALL FOR PAPERS CLIMA IV Fourth International Workshop on Computational Logic in Multi-Agent Systems Jan

CFP: CLIMA IV - 4th Intl. Workshop on Computational Logic in Multi-Agent Systems

2003-08-04 Thread João Alexandre Leite
== SECOND CALL FOR PAPERS CLIMA IV Fourth International Workshop on Computational Logic in Multi-Agent Systems Ja

Help with Exceptions on I/O

2003-08-14 Thread Alexandre Weffort Thenorio
I have a program which creates textfiles out of other files. Since theprogram is runned from windows I output some text strings (Like "Filecreated succefully") and I need to stop the program before it quits so thatthe user can read the line outputted to know what went on and then he canpress

Re: Haskell for non-Haskell's sake

2003-08-30 Thread Alexandre Weffort Thenorio
- Original Message - > --- Hal Daume III <[EMAIL PROTECTED]> wrote: > Hi fellow Haskellers, > > I'm attempting to get a sense of the topology of the > Haskell > community. Based on the Haskell Communities & > Activities reports, it > seems that the large majority of people use Haskell > f

Help with Exceptions on I/O

2003-08-14 Thread Alexandre Weffort Thenorio
I have a program which creates textfiles out of other files. Since the program is runned from windows I output some text strings (Like "File created succefully") and I need to stop the program before it quits so that the user can read the line outputted to know what went on and then he can press EN

CFP: CLIMA IV - Deadline Extended

2003-09-08 Thread João Alexandre Leite
== CALL FOR PAPERS CLIMA IV Fourth International Workshop on Computational Logic in Multi-Agent Systems January

[Haskell] UNILOG'05

2004-09-09 Thread COSTA LEITE Alexandre
Bonjour à tous   Voici une annonce pour un grand congrès de logique qui sera organisé au printemps 2005 en Suisse. Il existe des possibilités d'obtenir des bourses pour participer à ce congrès à travers l'AUF (Agence Universitaire de la Francophonie), mais il faut se dépêcher car la limit

[Haskell] Going nuts

2005-04-20 Thread Alexandre Weffort Thenorio
As usual a beginner in Haskell. Trying to write a simple program in haskel shown below main :: IO() main =catch (do hexFile <- readFile "file" putStr "What is the key number (0 or 1)?\n" keyno <- getLine putStr "Input key.\n" key <- getLine newLine <- outputLine keyno key (lines(hexFil

Re: [Haskell] Re: Going nuts

2005-04-21 Thread Alexandre Weffort Thenorio
From: "Peter Davis" <[EMAIL PROTECTED]> To: Sent: Thursday, April 21, 2005 4:51 AM Subject: [Haskell] Re: Going nuts On 2005-04-20 19:04:32 -0700, "Alexandre Weffort Thenorio" <[EMAIL PROTECTED]> said: > As usual a beginner in Haskell. Trying to write a simple pro

[Haskell] Read and write file on Windows XP.

2005-04-24 Thread Alexandre Weffort Thenorio
I have a small program which simply reads a text file, gets the second line and changes it and writes a clone file with the second line changed. Basically it looks like that: main :: IO() main =do -- Some code here hexFile <- catch (readFile "int.hex") (\_ -> do putStrLn "

Re: [Haskell] Read and write file on Windows XP.

2005-04-25 Thread Alexandre Weffort Thenorio
I think it might have solved it m8 (Worked the few times I tested). Thanks though I don't really understand why. Best Regards Alex - Original Message - From: "Tomasz Zielonka" <[EMAIL PROTECTED]> To: "Alexandre Weffort Thenorio" <[EMAIL PROTECTED]>