summaryrefslogtreecommitdiff
path: root/topics/interesting-links.gmi
diff options
context:
space:
mode:
authorPjotr Prins2022-10-16 22:15:12 +0200
committerPjotr Prins2022-10-16 22:15:12 +0200
commitc74748ea3597b68cc787fe19a99b5b8695f423cf (patch)
tree09acaaf61129b6e84f0daa448f2ad66d45668ba6 /topics/interesting-links.gmi
parent892daece848565ae0af6486067ee0d18dac68327 (diff)
downloadgn-gemtext-c74748ea3597b68cc787fe19a99b5b8695f423cf.tar.gz
Adding links
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