From 0bb034242789547dd85fdfd76a566afdb877579a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 11:16:52 +0000 Subject: [PATCH] deploy: c44c0bc0e61109cf0ce67ff9aa23a981133ae8ea --- 404.html | 2 +- assets/js/7e736cac.711ebda3.js | 1 + assets/js/7e736cac.cf72ab93.js | 1 - .../{runtime~main.43281dcb.js => runtime~main.20f5ee6a.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 | 5 ++++- 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(+), 37 deletions(-) create mode 100644 assets/js/7e736cac.711ebda3.js delete mode 100644 assets/js/7e736cac.cf72ab93.js rename assets/js/{runtime~main.43281dcb.js => runtime~main.20f5ee6a.js} (98%) diff --git a/404.html b/404.html index bf18e9e4..6565c859 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@
The __code__
property always contain a lambda expression, because:
(define (foo x) ...)
+
is an alias for:
(define foo (lambda (x) ...))
+
This procedure modify its source code. Each time you execute this function it will run one more times.
(print "1")
diff --git a/docs/lips/sxml.html b/docs/lips/sxml.html
index d8997d66..f90df779 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 eb2a5ebe..1fc031d8 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 071556aa..75e52808 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 9ae3c2d4..9314f86c 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 8b485df8..301250da 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 d970164b..c31dbced 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 1b663c3e..02f065cb 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 cf127d11..55f81c03 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 10b510d5..6a0e341f 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 104db529..e8927e9e 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 e78a61d4..27a29b11 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 016d579f..d0b1f817 100644
--- a/screenshooter.html
+++ b/screenshooter.html
@@ -4,7 +4,7 @@
Screenshooter | LIPS Scheme
-
+
diff --git a/sitemap.xml b/sitemap.xml
index ae046055..3220b455 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: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
+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-18T11:15:50.000Z weekly 0.5 https://lips.js.org/blog/lips-history 2024-12-18T11:15:50.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-18T11:15:50.000Z weekly 0.5 https://lips.js.org/screenshooter 2024-12-18T11:15:50.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-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/lips/embeding-repl 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/lips/environments 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/lips/extension 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/lips/functional-helpers 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/lips/intro 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/lips/reflection 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/lips/REPL 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/lips/SRFI 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/lips/sxml 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/continuations 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/core 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/data-types 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/input-output 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/macros 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/next-step 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/streams 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/docs/scheme-intro/what-is-lisp 2024-12-18T11:15:50.000Z weekly 0.5 https://lips.js.org/ 2024-12-18T11:15:50.000Z weekly 0.5
\ No newline at end of file