blob: 5885dcc30ee82f8698ab7543c01965595d890e76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|