Re: [livecode] is live coding aiming to audience with particular programming knowledge

From: James McCartney <asynth_at_gmail.com>
Date: Sun, 13 Jan 2013 22:51:51 -0800

On Jan 13, 2013, at 4:11 AM, Ross Bencina <rossb-lists_at_audiomulch.com> wrote:

>
>> PD is a Turing complete language anyway..
>
> Indeed. However David gave the example of Pd being used without conditional logic.

Which is nearly impossible. Almost every Max/Pd object has implicit conditionals : IF something comes in a right inlet, it is stored. IF something comes in the left inlet, it triggers a calculation.

Also in dataflow (and array) programming, things which would be conditionals in languages that process data one at a time, get abstracted away in filter and fold operators. It is possible to express programs in APL for example that have no if statements but would require them if the same program were written in a language that only natively processes scalars.
Received on Mon Jan 14 2013 - 06:53:42 GMT

This archive was generated by hypermail 2.4.0 : Sun Aug 20 2023 - 16:02:23 BST