mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Added notes
This commit is contained in:
parent
3bfe6cefb0
commit
804fcf950d
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
;; A temporary test file
|
;; 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))
|
(import (scheme base) (scheme write))
|
||||||
|
|
||||||
(let ((x 1))
|
(let ((x 1))
|
||||||
|
|
Loading…
Add table
Reference in a new issue