Re: new print function in interim release 660
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
Serge Orlov wrote: > Works like a charm. Feel free to move the next todo item (pretty > print) down to ... interactive help(). This little useful function > reminded me that interactive console is getting more and more > complicated. Why not move it out of the core? The advantages: > > 1. Written in the sane language (not C) Mere mortals can hack it. > I like currently handling of tabs and spaces in the console > but compare it to http://codespeak.net/pyrepl/ > 3. Less code in the core. > 4. Not needed for most applications 5) Serge can write it. Let me know when it is ready for testing. I'll provide the interpreter hooks to call it.