racket/collects/2htdp/langs.txt
2010-12-22 08:47:13 -05:00

13 lines
349 B
Plaintext

;; design points for bsl/isl/asl in 2htdp
*** '() will be the empty list
*** bsl: current bsl - symbols + '()
*** isl: lambda + local
*** isl+: symbols, quoted and backquoted S-expressions
*** structures come with dot and update forms (where?)
*** if checked signatures are added, change libraries to export signatures
for basic things