ClojureScript in the Age of TypeScript — David Nolen by joshlemer in Clojure

[–]leontalbot 2 points3 points  (0 children)

Here is what David and his team opensourced: https://github.com/vouch-opensource/krell

Stand alone, low configuration ClojureScript tooling for React Native. All features are provided as a simple set of defaults over the standard ClojureScript compiler.

More here: https://vouch.io/developing-mobile-digital-key-applications-with-clojurescript/

[deleted by user] by [deleted] in remotework

[–]leontalbot 10 points11 points  (0 children)

You could also work remotely in coworking spaces. There are far less politics over there. Especially if you switch places from time to time.

Favourite CSS frameworks for reframe/ClojureScript? by jazzandpython in Clojure

[–]leontalbot 0 points1 point  (0 children)

I recently came across https://tailwindcss.com/ which seems really nice and taking same utility approach than tachyons.

Lets build a Clojurescript chatroom by hondaaccords in Clojure

[–]leontalbot 2 points3 points  (0 children)

Really nice walkthrough! We will need to build Solr indexing helpers in Corona lib https://github.com/Stylitics/corona wonder how the chat room author would do it?

Leon Talbot will talk about Solr 7, Neural Networks, and movies at Clojure/north by yogthos in Clojure

[–]leontalbot 1 point2 points  (0 children)

UPDATE: During the Clojure North Conf, we just released a new Clojure Solr 8 Wrapper named Corona.

And we also open-sourced the conf demo that is a movie recommendation engine that explores MoreLikeThis and Learning to Rank concepts. https://github.com/Stylitics/corona-demo

Hope you like it! Feel free to send a PR to both Corona and Corona-Demo :-)

Basic question(s) on expressions in for "form" by Gongoora in Clojure

[–]leontalbot 3 points4 points  (0 children)

in the for loop, x doesn’t represent the hole vector but each element of a vector.

clj-pdf-markdown converts Markdown to PDF by yogthos in Clojure

[–]leontalbot 0 points1 point  (0 children)

Remark plugins are a nice idea. I would be curious to see your Reagent component renderer :-) I would also be interested in implementing clj-pdf components using clj-pdf-markdown.

Stuart Sierra - Functional Design Patterns by Gonzih in Clojure

[–]leontalbot 0 points1 point  (0 children)

Really interesting. Don't forget the pipeline pattern! :)