diff --git a/index.html b/index.html index 8006450..1ea1a77 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@
- - + + @@ -147,6 +147,19 @@ addition to scittle.js, you need to include scittle.pprint.js. + +:scittle reader conditional like this:
+ #?(:scittle
+ (js/console.log "In scittle")
+ :org.babashka/nbb
+ (js/console.log "In nbb")
+ :cljs
+ (js/console.log "In cljs"))
+
+