Custom Query (1631 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 1631)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#47 fixed Incorrect capture of `begin' felix winkelmann Abdulaziz Ghuloum
Description
(let ((begin (lambda (x y) (printf "x=~s y=~s\n" x y)))) 1 2)

(prints "x=1 y=2")

#1003 fixed The R5RS standard refers to section numbers but it has no section numbers DanielAjoy
Description

The file "The R5RS standard.html"

says things like:


Suitable definitions are given in section 7.3

In expression consisting of a variable (section 3.1) is a variable reference.


But those reference numbers are not in the Table of Contents

#1717 fixed coops — slot-initialized? Idiomdrottning
Description

Please change the last line of slot-initialized? to match

(define (slot-initialized? obj slotname)
  (let ((i (slot-lookup obj slotname 'slot-initialized?)))
    (if i
	(not (eq? (##sys#slot (coops-instance-slots obj) i) uninitialized))
	#f)))
1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.