Fork me on GitHub
#announcements
<
2018-12-25
>
mogenslund14:12:18

Liquid 1.0.0 has been released. Fully functional core. Clojure 1.10 as default. https://github.com/mogenslund/liquid

πŸ‘ 76
🎊 20
πŸš€ 12
8
mogenslund15:12:46

Thank you πŸ™‚

jsa-aerial19:12:06

Nice - what would be the issues to surmount to get this working in ClojureScript?

mogenslund21:12:08

I actually did some experiments with Liquid to figure out how it would work using ClojureScript. I did not do much else than remove some JVM specific code and some IO. It is very experimental!! The project is here https://github.com/mogenslund/liquidjs Eval does not always work, functionality is lacking and performance is not snappy! It can be executed in a browser or through lumo. Some time ago I deployed the experiment here as well: http://salza.dk/liq/

jsa-aerial22:12:55

Great! Thanks, I'll take a look!

Saikyun11:01:31

wow amazing! I've often thought about making something like this, so I'll definitely try it out

πŸ˜€ 5
Yehonathan Sharvit15:12:28

Lazy sequences are not compatible with dynamic scope: https://blog.klipse.tech/clojure/2018/12/25/dynamic-scope-clojure.html

πŸ‘ 4
Yehonathan Sharvit19:12:30

Thanks for mentioning this article. It’s a really good one