Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is sequential composition?

In this video (6:08), the speaker mentions the phrase

There is a style of programming called Sequential Composition which means that the programmers can work on really narrow functionality and have the pieces go together to enable a very wide range of capability

A quick google search gave me Wikipedia and this question but to my naive eyes, they seem like normal sequential programming

Would someone kindly explain what exactly is this Sequential Composition he is referring to? And how does it enable the behaviour he mentioned?

like image 962
Rufus Avatar asked Feb 02 '17 16:02

Rufus


1 Answers

I'm pretty sure they're talking about control systems not programming languages. Have a look at Sequential Composition of Dynamically Dexterous Robot Behaviors. This might give you a clue on what else to search on. There is an abstract here that might help as well.

like image 154
Harry Avatar answered Oct 22 '22 14:10

Harry