squint-cljs 0.0.0-alpha.50 → 0.0.0-alpha.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/lib/cli.js +966 -966
- package/lib/cljs_core.js +181 -181
- package/lib/compiler.js +369 -364
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -173,6 +173,10 @@ In arbitrary order, these features are planned:
|
|
|
173
173
|
- REPL
|
|
174
174
|
- Protocols
|
|
175
175
|
|
|
176
|
+
## Presentations
|
|
177
|
+
|
|
178
|
+
See [slides](https://www.dropbox.com/s/955jgzy6hgpx67r/dcd2022-cljs-reimagined.pdf?dl=0) of a presentation given at Dutch Clojure Days 2022 about cherry and squint.
|
|
179
|
+
|
|
176
180
|
## Core team
|
|
177
181
|
|
|
178
182
|
The core team consists of:
|