Skip to content

zkisaboss/Racket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What I Learned from Racket

Built interpreters, encoders, and simple games using Racket.


Functional Programming

  • Used recursion, higher-order functions, and immutability.
  • Preferred composition over control flow.

Lambda Calculus & Church Encoding

  • Simulated logic and arithmetic with pure functions.

Compilers & Interpreters

  • Built parsers and evaluators from scratch.

Pattern Matching & Data Structures

  • Used pattern matching with lists, hashes, and trees.

Testing & Debugging

  • Wrote modular tests and traced recursive logic.

Code Quality

  • Structured clean, readable, and modular code.

Git & Terminal

  • Used branches, commits, and shell scripting.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published