RacketCheat Sheet
The Ultimate Racket Programming Cheat Sheet
5 min read
Forget the 500-page manual. Here is every essential Racket command, function, and syntax pattern on a single page.
Read article330 articles to explore
Forget the 500-page manual. Here is every essential Racket command, function, and syntax pattern on a single page.
Read articleStuck choosing a language? We compare Racket, Python, and Common Lisp based on performance, job market, and learning curve to help you decide.
Read articleThe future of programming? Rosette is a Racket-based language that can verify, debug, and even SYNTHESIZE code automatically using SMT solvers.
Read articleWrite compilers the classic way. Learn to specificy grammars and tokens using parser-tools/lex and parser-tools/yacc.
Read articleRacket for Data Science? Yes! Explore the 'math' library for statistics and 'plot' for generating publication-quality graphs.
Read article