Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 312 Bytes

File metadata and controls

9 lines (8 loc) · 312 Bytes

Simple-Python | Programming Languages Project

A simplified version of python interpreter using racket and a simple IDE using python

properties

  1. Defining variables and using them
  2. Defining functions and calling them
  3. Defining for and if blocks
  4. Lazy evaluation
  5. Type checking using type inference