Here are 37 public repositories matching this topic...
My notes and solutions to exercises for EoPL3.
Updated Dec 22, 2023 Racket λ / Solutions for SICP and EOPL problems. Resources for Koç University's Programming Language Concepts course.
Updated Oct 21, 2023 Scheme Solutions to exercises from: Essentials of Programming Languages: 3rd edition (http://www.eopl3.com/ ) in Scala
Updated Nov 3, 2020 Scala Essentials of Programming Languages, Sharif University of Technology Fall 2022, Instructor: Dr. Izadi
Updated Aug 2, 2022 Racket A simple python interpreter with racket
Updated Sep 7, 2022 Racket Solutions to the exercises of the book Essentials of Programming Languages
Updated Apr 21, 2024 Racket 🛠️ FUNDAMENTALS OF PROGRAMMING LANGUAGES
Updated May 6, 2020 Racket Final test from my university
Updated Aug 2, 2023 Racket Returns s-list with all occurrences of s1 replaced with s2 (see EOPL).
Updated Apr 10, 2025 Racket Mark each element of list as a pair of its index and value (see EOPL).
Updated Apr 10, 2025 Racket A monadic GLL parser combinator library for R6RS Scheme. Designed as a robust alternative to sllgen for the EOPL curriculum.
Updated Dec 3, 2025 Scheme Use the recursive definition of list to find its length (see EOPL).
Updated Apr 10, 2025 Racket Scheme works during my TAship.
Updated Aug 16, 2021 Racket Returns #f if any element of lst fails to satisfy pred, #t otherwise (see EOPL).
Updated Apr 10, 2025 Racket Wraps parentheses around each top-level element of lst (see EOPL).
Updated Apr 10, 2025 Racket Returns 0-based position of first element in lst that satisfies predicate pred (see EOPL).
Updated Apr 10, 2025 Racket Returns cartesian product of sos1 with sos2 (see EOPL).
Updated Apr 10, 2025 Racket Returns list with n-th element replaced by x (see EOPL).
Updated Apr 10, 2025 Racket Get nth element of list so that it produces a more informative error message (see EOPL).
Updated Apr 10, 2025 Racket Is a variable free in a lambda expression (see EOPL)?
Updated Apr 10, 2025 Racket Improve this page Add a description, image, and links to the eopl topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo To associate your repository with the eopl topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.