20 lines
		
	
	
		
			515 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			515 B
		
	
	
	
		
			Plaintext
		
	
	
	
* FIX: Error in generate-code: BUG: unhandles single rv.
 | 
						|
 | 
						|
* In libcompile.ss:
 | 
						|
  If you move the (initialize-system) call to the very bottom of the
 | 
						|
  library, the system crashes on startup.  
 | 
						|
 | 
						|
* Investigate what happens when an interrupt occurs during a write.
 | 
						|
 | 
						|
   > (define (f) (write (gensym)) (newline) (f))
 | 
						|
   > (f)
 | 
						|
   ...
 | 
						|
   #{g17660 |adxhQB29QdSYPKBS|}
 | 
						|
   #{g17661 |ZaFfTMGRz!c17&zm|}
 | 
						|
   #{g17662 |>yF!AMbaIL$dTG>B|}#{g17662 |>yF!AMbaIL$dTG>B|}Error:
 | 
						|
   interrupted.
 | 
						|
   >
 | 
						|
 | 
						|
  Two displays occurred at the end.
 | 
						|
 |