vix.ing · top · new · best · stats · spec

CLAZY: Lazy Calling for Common Lisp

2014/12/03 by Antoniotti, Marco
#FOS: Computer and information sciences #Programming Languages (cs.PL)

paper · doi:10.48550/arxiv.1412.1393

Abstract

This document contains a description of a Common Lisp extension that allows a programmer to write functional programs that use "normal order" evaluation, as in "non-strict" languages like Haskell. The extension is relatively straightforward, and it appears to be the first one such that is integrated in the overall Common Lisp framework.

Related