💾 Archived View for republic.circumlunar.space › users › andybalaam › blogmirror › 2012-05-04_closur… captured on 2024-06-16 at 12:39:48. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-12-04)

-=-=-=-=-=-=-

Closures in Scheme

Update: watch the video

In this series on Scheme: Intro, Basics, Closures.

watch the video

Intro

Basics

Here's a presentation I did recently, on Closures in the Scheme programming language. Closures are the way the environment in which a function was created hangs around with it as long as the function itself exists. They allow many flexible programming styles, and in this presentation I demonstrate how a simple object-oriented class structure can be implemented using closures.

Closures in Scheme

Originally posted at 2012-05-04 14:11:38+00:00. Automatically generated from the original post : apologies for the errors introduced.

Closures in Scheme

original post