Added notes

This commit is contained in:
Justin Ethier 2016-05-20 21:04:09 -04:00
parent 3bfe6cefb0
commit 804fcf950d

View file

@ -1,5 +1,11 @@
;; A temporary test file
;; Notes:
;;Need to be careful about which lambda's we optimize, and ultimately remove
;;paramters from. As a start, we could try to just optimize cases where
;;there is an application of an anonymous lambda. those should be safe
;;to change?
(import (scheme base) (scheme write))
(let ((x 1))