[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue: IN-SYNTAX?
- To: Jon L White <jonl@lucid.com>
- Subject: Issue: IN-SYNTAX?
- From: David A. Moon <Moon@STONY-BROOK.SCRC.Symbolics.COM>
- Date: Fri, 28 Oct 88 14:10 EDT
- Cc: CL-Cleanup@SAIL.Stanford.EDU
- In-reply-to: <8810280545.AA13441@bhopal>
Only one comment from me: be careful not to make it impossible to write
programs that set up the environment that they know they want, and then
call LOAD or COMPILE-FILE. In other words, right now those functions
are (approximately) primitives that just do one thing, and if they are
changed to also set up a particular environment, the primitives need to
remain accessible too.