|
|
|
|
|
by PeterStuer
335 days ago
|
|
"And why Python, then? Well, said Sussman, it probably just had a library already implemented for the robotics interface, that was all." I was from the same "Nouvelle AI"/Robotics cohort as Leslie Kaelbling. Autonomous Robotics in AI back then was a fairly small community, so everyone (at least in the nato and friends) knew each other from conferences and workshops. Having written kernel and interface libraries for those type of robot systems in those days, it was not that much work that it would need to be an issue determining language choice. My uninformed guess based on what lived in the community at the time would be that the teachings were so focussed on the ideas of physical grounding, control paradigms and systems, "the world is its own best model" and reaction against the symbolic reasoning systems that came before, that Scheme/Lisp had to go because it was an icon of the symbolic paradigm, and that in the new 'subsymbolic' world we did not pay attention to the programming language at all, because basically it was all data/signal flow and intercoupled and layered differential equations from sensors to actuators anyways. |
|