Skip to content

Instantly share code, notes, and snippets.

View acron0's full-sized avatar
🇬🇧

Antony Woods acron0

🇬🇧
View GitHub Profile
@acron0
acron0 / clojurebridge-shapes.cljs
Created May 6, 2019 15:13 — forked from londonclojurians/clojurebridge-shapes.cljs
ClojureBridge learning path using Maria.cloud - fork me and explore Clojure using shapes, colours and animation
;; # Colours and Shapes in Clojure
;; This web page allows you to ask your computer to do tasks for you, specifically draw one or more shapes and change the colour of those shapes. We ask the computer to do these tasks in a programming language called Clojure.
;; Clojure is a functional programming language. The behaviour of your code is expressed by calling one or more functions.
;; Each function has a particular thing it does when you call it. We will discover functions that:
;; * draw particular shapes