Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 1630)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
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")

#48 fixed port json, packrat and z3 to chicken 4 felix winkelmann felix winkelmann
Description

The attached diff was posted by ckeen on the chicken mailing list.

#49 fixed replace unqualified core forms with qualified version and macro felix winkelmann felix winkelmann
Description

These special forms should be replaced with macros that expand to qualified forms:

quote
syntax
let[rec]-syntax
location

These should be then removed from canonicalization (with qualified versions remaining):

let
letrec
lambda
set!

This should also take care of #18.

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.