occam

occam is a programming language which is concurrent and builds on the communicating sequential processes (CSP) process algebra, and shares many of its features. It is named after philosopher William of Ockham after whom Occam's razor is named. Wikipedia

Created Year: 1983
Designed by: David May
Developed by: Inmos
Named after: William of Ockham

Wikidata: Q838062

Influenced: GoSuperPascalXC

Programming paradigms: concurrent computingimperative programmingprocedural programming

Language types: off-side rule languageprocedural programming languageprocess-oriented programming language

occam Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in occam

PROGRAM Hello
#USE ioconv

SEQ
  write.full.string(screen,"Hello World")

Search on GitHub


Latest data update: 2025-04-30