Re: Interactive programming with pengines
Anne Ogborn <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
A web based gizmo that showed the message flows of all the threads would be massively nifty! I worked on a network analyzer that showed flows in 'slow motion'. Besides the obvious, showing the network latencies, the visual animation was great for folloing packets and understanding what was really causing the issue. Most Javascript programming is actually event driven. Most javascript in browsers is of the general form 'enable the OK button when the accept license checkbox is checked'. I've thought about how one could write a compiler from some actor language to Javascript, but haven't yet found an elegant solution. 8cD Is the future of Prolog Stroustrup's objects, or Carl Hewitt's Modular Actors?