Racket 7.3
download.racket-lang.org
Racket 7.3
1–10 of 58 posts
Re: Racket 7.3
#2I also didn't know there was a Chez version. Racket already has a native AOT compiler, right? What would the advantage be to run on Chez, faster or smaller compiled code?
Re: Racket 7.3
#3And yet I'm still too stupid to understand the macro system. Oh well. I also didn't know there was a Chez version. Racket already has a native AOT compiler, right? What would the advantage be to run on Chez, faster or smaller compiled code?
Re: Racket 7.3
#4And yet I'm still too stupid to understand the macro system. Oh well. I also didn't know there was a Chez version. Racket already has a native AOT compiler, right? What would the advantage be to run on Chez, faster or smaller compiled code?
If it's the former, I found this little article helpful when I was new to Scheme:
Re: Racket 7.3
#5And yet I'm still too stupid to understand the macro system. Oh well. I also didn't know there was a Chez version. Racket already has a native AOT compiler, right? What would the advantage be to run on Chez, faster or smaller compiled code?
Re: Racket 7.3
#6And yet I'm still too stupid to understand the macro system. Oh well. I also didn't know there was a Chez version. Racket already has a native AOT compiler, right? What would the advantage be to run on Chez, faster or smaller compiled code?
Re: Racket 7.3
#7And yet I'm still too stupid to understand the macro system. Oh well. I also didn't know there was a Chez version. Racket already has a native AOT compiler, right? What would the advantage be to run on Chez, faster or smaller compiled code?
Re: Racket 7.3
#8And yet I'm still too stupid to understand the macro system. Oh well. I also didn't know there was a Chez version. Racket already has a native AOT compiler, right? What would the advantage be to run on Chez, faster or smaller compiled code?
Re: Racket 7.3
#9And yet I'm still too stupid to understand the macro system. Oh well. I also didn't know there was a Chez version. Racket already has a native AOT compiler, right? What would the advantage be to run on Chez, faster or smaller compiled code?
Is it the general Scheme syntax-rules macros that you're struggling with? Or something unique to Racket? (which I haven't used) If it's the former, I found this little article helpful when I was new to Scheme: http://www.willdonnelly.net/blog/scheme-syntax-rules/
0. https://docs.racket-lang.org/syntax/Parsing_Syntax.html 1. https://www.greghendershott.com/fear-of-macros/ 2. https://summer-school.racket-lang.org/2018/plan/
Re: Racket 7.3
#10And yet I'm still too stupid to understand the macro system. Oh well. I also didn't know there was a Chez version. Racket already has a native AOT compiler, right? What would the advantage be to run on Chez, faster or smaller compiled code?
Is it the general Scheme syntax-rules macros that you're struggling with? Or something unique to Racket? (which I haven't used) If it's the former, I found this little article helpful when I was new to Scheme: http://www.willdonnelly.net/blog/scheme-syntax-rules/