Alexander Schmolck a écrit :
> Bjoern Schliessmann <[EMAIL PROTECTED]> 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
 >>>

!-)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to