cmu312 assn4
Assignment 4: Effects: Control and Storage 15-312: Principles of Programming Languages (Fall 2023) This assignment will familiarize you with effects that are widely present in programming language. Effects, or side effects are umbrella terms used to describe any computational phenomenon that is not fully captured in the return value of an expression. Common examples of …