summaryrefslogtreecommitdiff
path: root/topics/interesting-links.gmi
diff options
context:
space:
mode:
Diffstat (limited to 'topics/interesting-links.gmi')
-rw-r--r--topics/interesting-links.gmi12
1 files changed, 12 insertions, 0 deletions
diff --git a/topics/interesting-links.gmi b/topics/interesting-links.gmi
new file mode 100644
index 0000000..5885dcc
--- /dev/null
+++ b/topics/interesting-links.gmi
@@ -0,0 +1,12 @@
+# Interesting links for coders
+
+## Interesting projects that may be relevant
+
+### Browser
+
+=> https://htmx.org/docs/#introduction htmx allows updating HTML elements without having to use Javascript and/or React
+
+### Lisp stuff
+
+=> https://lips.js.org/ Scheme interpreter in the browser
+=> https://quickref.common-lisp.net/cl-css.html CSS as a language - but in CL