Re: [PATCH] welcome message and prompt for HLLCompiler

2007-02-27 Thread François PERRAD
At 16:39 25/02/2007 +0100, Klaas-Jan Stol wrote: hi, most languages that can run in interactive mode have some kind of welcome message and prompt that is printed before the user can give any input. For example, Python prints: Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (

Re: [PATCH] welcome message and prompt for HLLCompiler

2007-02-25 Thread Klaas-Jan Stol
Will Coleda wrote: Nifty. FYI, in tcl, the two prompts can be overridden via a user defined procedure. See http://www.tcl.tk/man/tcl8.5/UserCmd/tclsh.htm#M11 Be nice if this was also possible with the default tool. yup that should be possible as long as the language can access its own compil

Re: [PATCH] welcome message and prompt for HLLCompiler

2007-02-25 Thread Will Coleda
Nifty. FYI, in tcl, the two prompts can be overridden via a user defined procedure. See http://www.tcl.tk/man/tcl8.5/UserCmd/tclsh.htm#M11 Be nice if this was also possible with the default tool. On Feb 25, 2007, at 11:24 AM, Klaas-Jan Stol wrote: Patrick R. Michaud wrote: On Sun, Feb 25,

Re: [PATCH] welcome message and prompt for HLLCompiler

2007-02-25 Thread Klaas-Jan Stol
Patrick R. Michaud wrote: On Sun, Feb 25, 2007 at 04:39:17PM +0100, Klaas-Jan Stol wrote: most languages that can run in interactive mode have some kind of welcome message and prompt that is printed before the user can give any input. Yes, this is helpful. But also one of the things

Re: [PATCH] welcome message and prompt for HLLCompiler

2007-02-25 Thread Patrick R. Michaud
On Sun, Feb 25, 2007 at 04:39:17PM +0100, Klaas-Jan Stol wrote: > most languages that can run in interactive mode have some kind of > welcome message and prompt that is printed before the user can give any > input. Yes, this is helpful. But also one of the things we need is a way so that we can

[PATCH] welcome message and prompt for HLLCompiler

2007-02-25 Thread Klaas-Jan Stol
hi, most languages that can run in interactive mode have some kind of welcome message and prompt that is printed before the user can give any input. For example, Python prints: Python 2.5 (r25:51908, Sep 19 2006, 09:52:17) [MSC v.1310 32 bit (Intel)] on win 32 Type "help", "copyright", "cr