Here are
35 public repositories
matching this topic...
My notes and solutions to exercises for EoPL3.
Updated
Dec 22, 2023
Racket
Solutions to exercises from: Essentials of Programming Languages: 3rd edition (http://www.eopl3.com/ ) in Scala
Updated
Nov 3, 2020
Scala
λ / Solutions for SICP and EOPL problems. Resources for Koç University's Programming Language Concepts course.
Updated
Oct 21, 2023
Scheme
Final test from my university
Updated
Aug 2, 2023
Racket
🛠️ FUNDAMENTALS OF PROGRAMMING LANGUAGES
Updated
May 6, 2020
Racket
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
Use the recursive definition of list to find its length (see EOPL).
Updated
Feb 2, 2022
Racket
Mark each element of list as a pair of its index and value (see EOPL).
Updated
Feb 2, 2022
Racket
Returns #f if any element of lst fails to satisfy pred, #t otherwise (see EOPL).
Updated
Feb 2, 2022
Racket
Returns s-list with all occurrences of s1 replaced with s2 (see EOPL).
Updated
Feb 2, 2022
Racket
Writing subst following original kleene star grammar using map (see EOPL).
Updated
Feb 2, 2022
Racket
Returns a list of elements sorted in ascending order (see EOPL).
Updated
Feb 2, 2022
Racket
Wraps parentheses around each top-level element of lst (see EOPL).
Updated
Feb 2, 2022
Racket
Returns 0-based position of first element in lst that satisfies predicate pred (see EOPL).
Updated
Feb 2, 2022
Racket
Essentials of Programming Languages (3rd Edition) in Elm.
Returns a list with each 2-list reversed (see EOPL).
Updated
Feb 2, 2022
Racket
Like remove-first, except that it removes all occurrences of given symbol (see EOPL).
Updated
Feb 2, 2022
Racket
Scheme works during my TAship.
Updated
Aug 16, 2021
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.