scheme-function-index


deleted-page OK guys and gals, fill this up with some nice keywords for an index

 (define (nice-func cont) 
   ;; Trivial case - is the list empty? 
    (cond 
      ((eq? 1 2) (cont)) 
      ((string=? "a" "b") (cont)) 
      ((eqv? 'n 'e) (cont)) 
      ((eq? 'a 'b) (cont)) 
      ((equal? (list 'a 'b ('a 'b)) (list ('b 'c ('b c')))) (cont)) 
 )) 
  
 (call-with-current-continuation nice-func) 
  

Jorgen-Schäfer

?

If you want a page mapping names->urls, we have scheme-keywords, which will even get Scheme code to link to those urls...


r2q2

Is this page even justified to be here?