什么是顺序组合?

What is sequential composition?

this video (6:08)中,演讲者提到了短语

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

快速 google 搜索给了我 Wikipedia and this question 但在我天真的眼中,它们看起来像是正常的顺序编程

有哪位好心人解释一下他说的这个Sequential Composition到底是什么?它是如何实现他提到的行为的?

我很确定他们谈论的是控制系统而不是编程语言。看看 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.