Skip to content

Latest commit

 

History

History

Plasma Example Programs

  • fib - Fibonacci program demonstrating control flow
  • hello - Hello World
  • mr4 - Mr 4's first computer program
  • types - Some example type declarations
  • temperature - Basic expressions
  • sequences - How to use sequences (lists, arrays and streams) in plasma
  • modules - An example of importing a module from another, and building a multi-module program. Made of module_example.p and module_to_import.p.