Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 291 Bytes

bugs.md

File metadata and controls

5 lines (4 loc) · 291 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.