Calling J from Python

Bruno Desthuilliers bdesth.quelquechose at free.quelquepart.fr
Mon Feb 5 16:54:20 EST 2007


Alexander Schmolck a écrit :
> Bjoern Schliessmann <usenet-mail-0306.20.chr0n0ss at spamgourmet.com> writes:
> 
> 
>>Alexander Schmolck wrote:
>>
>>
>>>Apart from being less to type 
>>
>>Cool. Less to type.
> 
> 
> Yes. Readability is more important in many context, but for something designed
> for interactive experimentation and exploration little typing is absolutely
> essential. Would you use a calculator that would require Java-style
> boilerplate to add two numbers?

No, thanks. But hopefully we have Python :

Python 2.4.1 (#1, Jul 23 2005, 00:37:37)
[GCC 3.3.4 20040623 (Gentoo Linux 3.3.4-r1, ssp-3.3.2-2, pie-8.7.6)] on 
linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> 3 + 4
7
 >>>

!-)



More information about the Python-list mailing list