Tagged Questions
occam-pi is a concurrent programming language using the process-oriented programming model, which aims to make it straightforward to write correct, expressive concurrent programs. occam-pi is supported on a variety of platforms by a collection of open source tools, and is used and maintained by a community of developers around the world.
3
votes
2answers
99 views
1
vote
1answer
82 views
occam-pi: extended rendezvous
I'd appreciate it if someone could explain the concept of extended rendezvous to me. Thanks.
1
vote
8answers
611 views
Is Occam-pi a good language to learn to program LEGO MINDSTORMS & Surveyor Corporation SRV-1?
Is Occam-pi a good language to learn to program LEGO MINDSTORMS & Surveyor Corporation SRV-1 robots for an programming newbie. Are there any opensource projects making use of the same -- to read ...
0
votes
0answers
10 views
Occam pi error: subscripted too many times
I am attempting to read from an array of channels into an array of int's however this has led to this strange error.
the code for this is as follows:
[]CHAN P.HAZARD.DETECTOR hazard?
[4]INT ...
0
votes
0answers
26 views
Occam Pi animation running really fast
I am attempting to run an small animation using the programming language of occam-pi. This is an animation of the dining philosopher problem in which each philosopher is meant to have random thinking ...
0
votes
1answer
110 views
Really can't understand why my program isn't working
I've really spent a lot of time working at this problem and googling around to find a solution, but I can't seem to find what's wrong.
I've learning how to code occam and have the following program:
...
0
votes
1answer
66 views
Occam text animation
I'd appreciate it if someone would explain to me the principles of text animation in occam-pi. Thanks.