Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 684 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 684 Bytes

Shapes

A simple, beginner-friendly ClojureScript library for drawing shapes that targets the SVG standard as implemented in modern web browsers (as of summer 2017).

This work was inspired by a long tradition of similar works, starting with the system described in Peter Henderson's 1982 paper Functional Geometry, and followed by a Scheme interpretation that was presented in Structure and Interpretation of Computer Programs, which led to the version used for Quick: An Introduction to Racket with Pictures.