SpecifyingBehaviorInCpp
Last edit January 27, 2010
Specifying Behavior in C++
Xiangtian Dai, Gregor Hager, Department of Computer Science, The John Hopkins University and John Peterson, Department of Computer Science, Yale University.
IEEE International Conference on Robotics and Automation, Washington DC, May 2002.
(See
http://www.cs.jhu.edu/CIRL/publications/pdf/BehaviorICRA02.pdf
)
The FRP code discussed in the paper is available as part of a project called XVision2 - see
http://www.cs.jhu.edu/CIRL/XVision2/
.
A further report gives more detail of the operation of the FRP code :
http://www.cs.jhu.edu/CIRL/publications/pdf/DaHaPeTR2010frp.pdf
This is concerned with the implementation of
FunctionalReactiveProgramming
using
CeePlusPlus
. The paper references the work of M
cNamara and Smaragdakis known here as
FunctoidsInCpp
.
I am now getting the FRP going and want to compare it with the FC++ approach.
--
JohnFletcher
CategoryFunctionalProgramming
CategoryPaper