Pascal-FC is a programming language designed to teach concurrent programming. It is based on Pascal and supports a number of concurrency primitives.
Questions tagged [pascal-fc]
4 questions
2
votes
1 answer
Learning Pascal FC
I'm looking for tutorials and examples on Pascal FC's channels and rendesvouz mechanisms.

andandandand
- 21,946
- 60
- 170
- 271
0
votes
1 answer
Why doesn't Pascal FC want to run this code with monitors?
I'm programming concurrency in Pascal-FC using Eclipse Gavab 2.0. I haven't had any problems so far using it, as it always inform me of which the errors are when it's unable to execute a program.
I did the producer-consumer problem using semaphores…

Ebba
- 1
- 2
0
votes
1 answer
Using pfccomp or pint to run Pascal-FC programs
I'm using the Pascal FC implementation for Windows Vista found on http://www-users.cs.york.ac.uk/burns/pf.html
I'm trying to run the dining philophers problem found on the link but I don't get how to make the compiler work.
Screenshot

andandandand
- 21,946
- 60
- 170
- 271
0
votes
1 answer
Concurrency: What's a channel?
I'm studying pascal-fc for a concurrency test.
I'm familiar with Java's threads and its monitors.
I don't understand the role of channels, please explain.

andandandand
- 21,946
- 60
- 170
- 271