Concurrent computing: Difference between revisions

Content added Content deleted
m (BaCon and BBC BASIC moved to the BASIC section.)
Line 60: Line 60:
print(w)</syntaxhighlight>
print(w)</syntaxhighlight>


=={{header|BaCon}}==
=={{header|BASIC}}==
==={{header|BaCon}}===
{{libheader|gomp}}
{{libheader|gomp}}
{{works with|OpenMP}}
{{works with|OpenMP}}
Line 96: Line 97:
Rosetta</pre>
Rosetta</pre>


=={{header|BBC BASIC}}==
==={{header|BBC BASIC}}===
{{works with|BBC BASIC for Windows}}
{{works with|BBC BASIC for Windows}}
The BBC BASIC interpreter is single-threaded so the only way of achieving 'concurrency' (short of using assembler code) is to use timer events:
The BBC BASIC interpreter is single-threaded so the only way of achieving 'concurrency' (short of using assembler code) is to use timer events: