Anonymous recursive functions in Racket
github.com
Anonymous recursive functions in Racket
1–10 of 65 posts
Re: Anonymous recursive functions in Racket
#2Re: Anonymous recursive functions in Racket
#3Re: Anonymous recursive functions in Racket
#4I would rather use a loop so I can debug it.
Re: Anonymous recursive functions in Racket
#5A relevant article to the domain name of this site.
Re: Anonymous recursive functions in Racket
#6Re: Anonymous recursive functions in Racket
#7I checked this with my R6RS implementation and it works just as you would expect (https://github.com/maplant/scheme-rs)
Re: Anonymous recursive functions in Racket
#8Re: Anonymous recursive functions in Racket
#9This isn't specific to racket, any implementation of R6RS scheme should fully support this, although the define-syntax form is slightly different. I checked this with my R6RS implementation and it works just as you would expect ( https://github.com/maplant/scheme-rs )
Re: Anonymous recursive functions in Racket
#10This isn't specific to racket, any implementation of R6RS scheme should fully support this, although the define-syntax form is slightly different. I checked this with my R6RS implementation and it works just as you would expect ( https://github.com/maplant/scheme-rs )