Seven Languages in Seven Weeks: IO

Notes about the IO language based on the excercises in Seven Languages in Seven Weeks

  • Copilot is helpfull with suggestions
  • Everything is a message. In order to print a string you send a println message to the st string
  • It has lazy evaluation
  • It has the reverse polish notation feeling
  • Prototype based - so is JavaScript

Resources