Language Oriented Programming: Building a #lang | Schema Programming Part 15
The ultimate goal of Racket. Learn how to create your own programming language, complete with a parser, compiler, and customized syntax using #lang.
Read article357 articles to explore
The ultimate goal of Racket. Learn how to create your own programming language, complete with a parser, compiler, and customized syntax using #lang.
Read articleBuild stateful web applications easily. Explore the Racket Web Server and how it uses continuations to manage user sessions automatically.
Read articleAdd safety to your code with Typed Racket. Learn how to mix static and dynamic code using Gradual Typing and catch errors at compile time.
Read articleLearn how these special instructions are processed before compilation to include header files, define macros, and conditionally compile code, enhancing your C programming capabilities.
Read articleLearn how to interact with files in C! This detailed guide covers the essential aspects of file handling, including opening, reading from, writing to, and closing files, enabling your programs to work with persistent data.
Read article