RacketParsing
Building Parsers: Lexers and Yacc | Schema Programming Part 32
5 min read
Write compilers the classic way. Learn to specificy grammars and tokens using parser-tools/lex and parser-tools/yacc.
Read article362 articles to explore
Write 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 articleMake it fly. Learn how to profile your Racket code, identify bottlenecks, and use fixnum/flonum optimizations.
Read articleIs Racket Scheme? Yes and No. Understand the history of Scheme standards and how to run legacy Scheme code within Racket.
Read articleReplace your bash scripts with Racket. Learn to spawn processes, pipe data, and automate system tasks.
Read article