Re: [Haskell-community] Haskell.org committee proposals & GRC

2020-10-29 Thread Alexandre ...
Hi Jasper, My vote is: * Proposal 1: Yes (probably a deadline for voting any proposals should be fixed); * Proposal 2: Also yes. All the best, Alexandre. De: Jasper Van der Jeugt em nome de Jasper Van der Jeugt Enviado: quinta-feira, 29 de outubro

Re: [Haskell-cafe] ANNOUNCE: ghc-gc-tune: a tool for analyzing the impact of GC flags

2010-07-06 Thread Alexandre Termier
. Regards, Alexandre -- _ Alexandre Termier LIG (Laboratoire d'Informatique de Grenoble) Université Joseph Fourier 681 rue de la Passerelle B.P. 72, 38402 Saint Martin d'Hères (FRANCE) Phone: +33 4 76 82 72 07 Fax: +33 4 76 82 72 87

[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 File

Re: [Haskell-cafe] Using catch and errors

2005-04-22 Thread Alexandre Weffort Thenorio
Thanks for the tips. (There's also the obvious syntax error of not quoting the string int.hex, but I suspect you would have caught that one.) In fact it was supposed to be there. Just a typo I guess After the catch, you have another instance of the readFile command you would have just run,

Re: [Haskell] Re: Going nuts

2005-04-21 Thread Alexandre Weffort Thenorio
@haskell.org 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 program in haskel shown below [snip] getLeft :: String - String - String

Re: [Haskell-cafe] a newbie's question

2005-04-21 Thread Alexandre Weffort Thenorio
Well I think one of the best tools to programme on for Windows is UltraEdit, it will give you colors and other stuff (provided you get the correct file for it which is out on the net). Emacs also exists for windows and is not bad, but I don't know if that is the best tool (I sure like it but I

[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(hexFile)) bla

Re: [Haskell] Haskell 6.4 perfomance

2005-03-25 Thread Alexandre
Keean, thank you. Does any tests/benchmarks available? Regards, /Alexandre. On Mar 25, 2005, at 00:47, Keean Schupke wrote: Think this should really go to glasgow-haskell-users... If this is true - how do I get ghc to use C--, and is it really faster than using gcc as a backend with all the bells

[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

[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

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

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 for

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

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

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

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

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

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

2003-03-25 Thread João Alexandre Leite
, 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 Person) Universidade Nova

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] To: Alexandre Weffort Thenorio [EMAIL

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

2003-03-13 Thread Alexandre Weffort Thenorio
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: Alexandre Weffort Thenorio [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 1:38 AM Subject: Re: How to search

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

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 is how I would do it: recurse down the input string

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: Alexandre Weffort Thenorio [EMAIL

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

2003-03-03 Thread Alexandre Weffort Thenorio
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

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

2003-03-03 Thread Alexandre Weffort Thenorio
[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] wrote: Hi Great I got it working. Thanks a lot guys. My only

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
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 functions try catch and bracket. -- Hal Daume III

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

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

2003-01-22 Thread João Alexandre Leite
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 Sterling The University

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

2002-09-03 Thread João Alexandre Leite
on 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: CLIMA'02 - Computational Logic in Multi-Agent Systems

2002-04-09 Thread João Alexandre Leite
-- WORKSHOP ORGANIZERS: -- * Jürgen Dix The University of Manchester UK [EMAIL PROTECTED] * João Alexandre Leite New University of Lisbon Portugal [EMAIL PROTECTED] * Ken Satoh National Institute of Informatics, Japan [EMAIL PROTECTED

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

2002-02-12 Thread Joo Alexandre Leite
, 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] * Ken Satoh National Institute