Skip to content

Instantly share code, notes, and snippets.

@transducer
transducer / new-short-quick-intro.cljs
Last active March 10, 2018 22:01 — forked from daveliepmann/new-short-quick-intro.cljs
2018 maria.cloud quick intro
;; # Hi!
;; This environment is called Maria. We're going to learn to program with Maria. 😃 Don't worry if anything's new or confusing at first. We'll explain everything as we go.
;; First, let's ask the computer some questions. We'll ask our questions in a programming language called Clojure. Here we go!
;; Put your cursor at the end of the following code block with `(circle 25)` and press `Control-Enter` (`Command-Enter` on Mac):
(circle 25)