Skip to content
/ PPL Public

PPL (Principles of Programming Languages) assignments.

Notifications You must be signed in to change notification settings

gmoalemm/PPL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PPL Assignments

PPL assignments at BGU, Spring 2024.
A collaboration with @hadar88.

1st Assignment

(our grade was 100)

  • Understainding different programming paradigms.
  • Getting started with TypeScript and functional programming.
  • Introduction to Moands.

2nd Assignment

(our grade was 96)
Modifying an interpreter and a parser of a subset of Scheme to add a Class special form using both the substitution model and the environments model. The language we wrote is a subset.

3rd Assignment

(our grade was 95)
Modifying an interpreter and a parser of a subset of Scheme to support Intersection type and Type Predicates.

4th Assignment

(our grade was 95)

  • CPS (Continuation-passing style).
  • Lazy Lists.
  • Logic Programming using Prolog.

About

PPL (Principles of Programming Languages) assignments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published