diff --git a/docs/index.html b/docs/index.html index 12aeb77..46dfaed 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,7 +11,43 @@
- ++ ++CIEL Is an Extended Lisp
#!/usr/bin/env ciel
+
+(print
+ (json:read-json
+ (http:get "https://fakestoreapi.com/products?limit=5")))
+
+ +
$ ./myscript.lisp
+
+
+ +