Skip to content

applied-science/shapes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4881e75 · May 31, 2023

History

38 Commits
May 31, 2023
Oct 4, 2022
Oct 4, 2022
Oct 4, 2022

Repository files navigation

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.