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
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
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
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
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
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
, 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
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
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
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
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: "
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:
>
> >
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
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
>
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
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
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
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
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]>
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
==
FIRST CALL FOR PAPERS
CLIMA IV
Fourth International Workshop on Computational Logic in Multi-Agent Systems
Jan
==
SECOND CALL FOR PAPERS
CLIMA IV
Fourth International Workshop on Computational Logic in Multi-Agent Systems
Ja
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
- 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
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
==
CALL FOR PAPERS
CLIMA IV
Fourth International Workshop on Computational Logic in Multi-Agent Systems
January
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
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
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
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 "
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]>
31 matches
Mail list logo