kaye:~ masak$ perl6
> kaye:~ masak$
Compare irb and python:
$ irb
>> ^Dkaye:~ masak$
kaye:~ masak$ python
Python 2.6.1 (r261:67515, Jul 7 2009, 23:51:51)
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> ^D
kaye:~ masak$
Irb shows a '^D'. Python does both that and puts in an extra newline
to unclutter things. Python has it right, IMHO.
To provide another interactive shell example (but not a vote):
(I hit ^D after the %)
$ tclsh8.5
% $
--
Will "Coke" Coleda
-'f