From d74a64bbdb73d197b419850747362c4d1afbd44d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 00:32:05 +0000 Subject: [PATCH] deploy: fb5a9799623178161b2f1657591d017c3fcadfb0 --- 404.html | 2 +- assets/js/7e736cac.c2378695.js | 1 - assets/js/7e736cac.cf72ab93.js | 1 + ...{runtime~main.136b170d.js => runtime~main.43281dcb.js} | 2 +- blog.html | 2 +- blog/archive.html | 2 +- blog/authors.html | 2 +- blog/emacs-scheme-regex.html | 2 +- blog/lips-history.html | 2 +- blog/tags.html | 2 +- blog/tags/emacs.html | 2 +- blog/tags/history.html | 2 +- blog/tags/lips.html | 2 +- blog/tags/scheme.html | 2 +- docs/category/introduction-to-scheme.html | 2 +- docs/category/lips-introduction.html | 2 +- docs/intro.html | 2 +- docs/lips/REPL.html | 2 +- docs/lips/SRFI.html | 2 +- docs/lips/embeding-repl.html | 2 +- docs/lips/environments.html | 2 +- docs/lips/extension.html | 2 +- docs/lips/functional-helpers.html | 2 +- docs/lips/intro.html | 2 +- docs/lips/reflection.html | 8 ++++---- docs/lips/sxml.html | 2 +- docs/scheme-intro/continuations.html | 2 +- docs/scheme-intro/core.html | 2 +- docs/scheme-intro/data-types.html | 2 +- docs/scheme-intro/input-output.html | 2 +- docs/scheme-intro/macros.html | 2 +- docs/scheme-intro/next-step.html | 2 +- docs/scheme-intro/streams.html | 2 +- docs/scheme-intro/what-is-lisp.html | 2 +- index.html | 2 +- reference.html | 2 +- screenshooter.html | 2 +- sitemap.xml | 2 +- 38 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 assets/js/7e736cac.c2378695.js create mode 100644 assets/js/7e736cac.cf72ab93.js rename assets/js/{runtime~main.136b170d.js => runtime~main.43281dcb.js} (98%) diff --git a/404.html b/404.html index c0ca8cf5..bf18e9e4 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
Scheme functions
dir
- this procedure is inspired by Python function with the same name, it return all properties
+dir
- this procedure is inspired by Python function with the same name, it returns all properties
that you can access on an object. Including those from object prototype and whole chain.env
- function return everything what is inside current-environment.Above create a cycle. When you you try to display a cycle it's printed using R7RS datum syntax.
+Above create a cycle. When you try to display a cycle it's printed using R7RS datum syntax.
Same as with numbers and list you can access internals of Strings.
(let ((str "hello"))
@@ -81,7 +81,7 @@ Characters;; ==> "X"
Procedures as described in Core features are JavaScript functions, +
As described in Core features, procedures are JavaScript functions,
they also hold additional properties like __code__
and __doc__
. The first property is the live
source code of the procedure that you can modify:
(define (repeater x)
diff --git a/docs/lips/sxml.html b/docs/lips/sxml.html
index 32ba14d1..d8997d66 100644
--- a/docs/lips/sxml.html
+++ b/docs/lips/sxml.html
@@ -4,7 +4,7 @@
SXML (e.g. for React) | LIPS Scheme
-
+
diff --git a/docs/scheme-intro/continuations.html b/docs/scheme-intro/continuations.html
index 71d493c6..eb2a5ebe 100644
--- a/docs/scheme-intro/continuations.html
+++ b/docs/scheme-intro/continuations.html
@@ -4,7 +4,7 @@
Continuations | LIPS Scheme
-
+
diff --git a/docs/scheme-intro/core.html b/docs/scheme-intro/core.html
index 291ab187..071556aa 100644
--- a/docs/scheme-intro/core.html
+++ b/docs/scheme-intro/core.html
@@ -4,7 +4,7 @@
Core of Scheme | LIPS Scheme
-
+
diff --git a/docs/scheme-intro/data-types.html b/docs/scheme-intro/data-types.html
index 73bcbd47..9ae3c2d4 100644
--- a/docs/scheme-intro/data-types.html
+++ b/docs/scheme-intro/data-types.html
@@ -4,7 +4,7 @@
Data Types | LIPS Scheme
-
+
diff --git a/docs/scheme-intro/input-output.html b/docs/scheme-intro/input-output.html
index 1e9ad099..8b485df8 100644
--- a/docs/scheme-intro/input-output.html
+++ b/docs/scheme-intro/input-output.html
@@ -4,7 +4,7 @@
Input and Output | LIPS Scheme
-
+
diff --git a/docs/scheme-intro/macros.html b/docs/scheme-intro/macros.html
index edc8aa55..d970164b 100644
--- a/docs/scheme-intro/macros.html
+++ b/docs/scheme-intro/macros.html
@@ -4,7 +4,7 @@
Macros | LIPS Scheme
-
+
diff --git a/docs/scheme-intro/next-step.html b/docs/scheme-intro/next-step.html
index 5b9473c5..1b663c3e 100644
--- a/docs/scheme-intro/next-step.html
+++ b/docs/scheme-intro/next-step.html
@@ -4,7 +4,7 @@
What Next? | LIPS Scheme
-
+
diff --git a/docs/scheme-intro/streams.html b/docs/scheme-intro/streams.html
index 982774b7..cf127d11 100644
--- a/docs/scheme-intro/streams.html
+++ b/docs/scheme-intro/streams.html
@@ -4,7 +4,7 @@
Streams | LIPS Scheme
-
+
diff --git a/docs/scheme-intro/what-is-lisp.html b/docs/scheme-intro/what-is-lisp.html
index fa840105..10b510d5 100644
--- a/docs/scheme-intro/what-is-lisp.html
+++ b/docs/scheme-intro/what-is-lisp.html
@@ -4,7 +4,7 @@
What is Lisp and Scheme? | LIPS Scheme
-
+
diff --git a/index.html b/index.html
index c74b67c5..104db529 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
Powerful Scheme interpreter in JavaScript | LIPS Scheme
-
+
diff --git a/reference.html b/reference.html
index f65367cd..e78a61d4 100644
--- a/reference.html
+++ b/reference.html
@@ -4,7 +4,7 @@
Function and Macro Reference | LIPS Scheme
-
+
diff --git a/screenshooter.html b/screenshooter.html
index ebf24700..016d579f 100644
--- a/screenshooter.html
+++ b/screenshooter.html
@@ -4,7 +4,7 @@
Screenshooter | LIPS Scheme
-
+
diff --git a/sitemap.xml b/sitemap.xml
index ffde8695..ae046055 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-https://lips.js.org/blog weekly 0.5 https://lips.js.org/blog/archive weekly 0.5 https://lips.js.org/blog/authors weekly 0.5 https://lips.js.org/blog/emacs-scheme-regex 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/blog/lips-history 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/blog/tags weekly 0.5 https://lips.js.org/blog/tags/emacs weekly 0.5 https://lips.js.org/blog/tags/history weekly 0.5 https://lips.js.org/blog/tags/lips weekly 0.5 https://lips.js.org/blog/tags/scheme weekly 0.5 https://lips.js.org/reference 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/screenshooter 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/category/introduction-to-scheme weekly 0.5 https://lips.js.org/docs/category/lips-introduction weekly 0.5 https://lips.js.org/docs/intro 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/lips/embeding-repl 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/lips/environments 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/lips/extension 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/lips/functional-helpers 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/lips/intro 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/lips/reflection 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/lips/REPL 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/lips/SRFI 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/lips/sxml 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/continuations 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/core 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/data-types 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/input-output 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/macros 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/next-step 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/streams 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/what-is-lisp 2024-12-18T00:28:34.000Z weekly 0.5 https://lips.js.org/ 2024-12-18T00:28:34.000Z weekly 0.5
\ No newline at end of file
+https://lips.js.org/blog weekly 0.5 https://lips.js.org/blog/archive weekly 0.5 https://lips.js.org/blog/authors weekly 0.5 https://lips.js.org/blog/emacs-scheme-regex 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/blog/lips-history 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/blog/tags weekly 0.5 https://lips.js.org/blog/tags/emacs weekly 0.5 https://lips.js.org/blog/tags/history weekly 0.5 https://lips.js.org/blog/tags/lips weekly 0.5 https://lips.js.org/blog/tags/scheme weekly 0.5 https://lips.js.org/reference 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/screenshooter 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/category/introduction-to-scheme weekly 0.5 https://lips.js.org/docs/category/lips-introduction weekly 0.5 https://lips.js.org/docs/intro 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/lips/embeding-repl 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/lips/environments 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/lips/extension 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/lips/functional-helpers 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/lips/intro 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/lips/reflection 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/lips/REPL 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/lips/SRFI 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/lips/sxml 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/continuations 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/core 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/data-types 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/input-output 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/macros 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/next-step 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/streams 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/what-is-lisp 2024-12-18T00:30:53.000Z weekly 0.5 https://lips.js.org/ 2024-12-18T00:30:53.000Z weekly 0.5
\ No newline at end of file