Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 1.3 KB

index.md

File metadata and controls

60 lines (33 loc) · 1.3 KB

Klipse

Lets create some code with klipse

(def john {:firstname "John" :lastname "Stevenson"})

(:firstname john)

Code is styled with style/website.css inline with single backtick marks as in the following code (+ 1 2 3).

And code can be shown without klipse using the usual triple backtick and optional name of the programming language

(+ 1 2 3)

And code in an earlier part of the page in Klipse should be available in latter klipse sections

john

Can we hide klipse away from prying eyes

(str "fixed code answers that can be copied into klipse")

Lets use a gist with klipse - collapse false


collapse true



App idea: simple app that tracks how many times I mistakenly used defn instead of def or vice versa