python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Difficulty of implementing `case` expressions in a template-instantiation evaluator for a lazy functional language?
I'm following "Implementing functional languages: a tutorial" by SPJ, and I'm stuck on Exercise 2.18 (page 70), reproduced below. This is in the chapter about a template-instantiation evalua...
Jonathan Lam
Votes: 0
Answers: 1
Canonical name for Iseq from "Implementing Functional Languages: a tutorial"
In Simon Peyton Jones's "Implementing Functional Languages: a tutorial", a data structure for efficient string building called Iseq, also referred to as iseq and iseqRep. This can be found b...
Jonathan Lam
Votes: 0
Answers: 0