Re: Natural language programming?

From: Sheldon Simms (sheldonsimms_at_yahoo.com)
Date: 11/09/03


Date: Sun, 09 Nov 2003 14:26:10 -0500

On Sun, 09 Nov 2003 06:22:26 +0100, Roger Johansson wrote:

> C> Exactly! Event-driven is called that concept. Maybe it's time for
> C> me to learn yet another language, if it shall do what I want :P
>
> There is a problem. Real world computers are polled, not event driven.

Wrong

> (except for hardware-interrupted microcontroller circuits, but it
> doesn't work like that in our normal computers)

Wrong

> All types of events are created by the cpu which is both creating all
> objects in software and the cpu is polling all objects. It can be
> programmed to look like event-driven.

Wrong