[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: machine translation
>>>>> "HACKER" == HACKER G N <c9709244@ALINGA.NEWCASTLE.EDU.AU> writes:
HACKER> Well, you wouldn't call C++ a spoken language, but I can
HACKER> certainly "say" C++ code to other people who know C++, and
HACKER> have them understand me.
I do sometimes communicate with my colleagues in computer languages
for fun. We may write or even speak in computer languages, like this:
while (sleepy) {
if (alarm_clock_rings) {
switch_off(alarm_clock);
}
if (there_is_a_lecture) {
skip(lecture);
}
if (the_lecture_is_a_test) {
wake_up_at_once();
break;
}
go_on_sleeping();
}
--
Lee Sau Dan 'u&u40(Big5) ~{@nJX6X~}(HZ)
.----------------------------------------------------------------------------.
| http://www.cs.hku.hk/~sdlee e-mail: sdlee@cs.hku.hk |
`----------------------------------------------------------------------------'