Showing cs.PLShow all
2 papers · 1 filter
cs.PL2024
Making Hybrid Languages: A Recipe
Leif Andersen, Cameron Moy, Stephen Chang +1
The dominant programming languages support only linear text to express ideas. Visual languages offer graphical representations for entire programs, when viewed with special tools.…
cs.PL2010
Evaluating Call-By-Need on the Control Stack
Stephen Chang, David Van Horn, Matthias Felleisen
Ariola and Felleisen's call-by-need λ-calculus replaces a variable occurrence with its value at the last possible moment. To support this gradual notion of substitution, function a…