Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 420 Bytes

bugs.md

File metadata and controls

7 lines (6 loc) · 420 Bytes

Bugs

  • Write (car { { "hotdogs" } "and" "pickle" "relish") into the REPL and watch the program hang.
  • Write ((lambda (x y) (+ x y)) 2 3) and find out that we don't support inline lambda's.
  • Try import something (even invalid) and then invoke a identifier that is not declared.
  • For some reason, parenthesis balancing stopped working on the REPL.
  • Empty lambda execution will pop unwanted values.