Skip to content

Instantly share code, notes, and snippets.

View londonclojurians's full-sized avatar

London Clojurians londonclojurians

View GitHub Profile
@londonclojurians
londonclojurians / clojurebridge-shapes.cljs
Last active November 30, 2020 18:07 — forked from practicalli-johnny/clojurebridge-overview.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