Re: GMail code formatter

2016-06-16 Thread Colin Taylor
If you install the Borealis theme ( https://github.com/Misophistful/borealis-cursive-theme) it looks even better IMO ; ;;; Public (s/defn glob? :- Boolean "True if target is a Glob" [target :- s/Any] (= (type target) Glob)) On 17 June 2016 at 08:34, Alan Thompson wrote: > ​​

Re: GMail code formatter

2016-06-16 Thread Alan Thompson
​​Hmmm, Never thought of that: (defn truthy? "Returns true if arg is logical true (neither nil nor false); otherwise returns false." [arg] (if arg true false) ) ​Doesn't look half-bad, although ​I don't always have Cursive/IDEA open. Alan On Tue, Jun 14, 2016 at 9:38 PM, Colin Taylor wro