Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 437 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 437 Bytes
Logo

monkey

Programming Language & Interpreter

Features

  • C-like syntax
  • variable bindings
  • integers and booleans
  • arithmetic expressions
  • built-in functions
  • first-class and higher-order functions
  • closures
  • a string data structure
  • an array data structure
  • a hash data structure