This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-01-04
Channels
- # announcements (13)
- # babashka (19)
- # beginners (74)
- # boot (1)
- # calva (5)
- # clj-kondo (22)
- # clojure (46)
- # clojure-android (3)
- # clojure-dev (4)
- # clojure-uk (69)
- # clojurescript (19)
- # community-development (17)
- # cursive (27)
- # datomic (9)
- # emacs (13)
- # graalvm (2)
- # instaparse (4)
- # luminus (1)
- # off-topic (21)
- # reagent (6)
- # remote-jobs (1)
- # ring-swagger (4)
- # test-check (49)
- # vrac (1)
Not exactly a new thing, but the Clojure cheat sheet with tooltips containing summaries of content on http://ClojureDocs.org has been updated from summaries from 2014, to summaries from 2020! I was not aware of a data export of http://ClojureDocs.org content after 2014 until recently: http://jafingerhut.github.io
Hey everyone, our latest episode is a review on our favorite topics from 2019: https://clojuredesign.club/episode/062-2019-in-review/ It's a good overview of the topics that we've talked about, so it's a good place to start if you're curious about the podcast. Follow up in #clojuredesign-podcast 🎙️
I've written a word game in re-frame. Actually it's been around for a while, but I have now translated it to English. Code: https://github.com/nathell/wordchampions, play: http://danieljanus.pl/wladcyslow/, backstory: http://blog.danieljanus.pl/2020/01/03/word-champions/
Where do you get the words from? Just stumbled upon "tions" - that doesn't seem to be correct. Also "Perth" - are proper names supposed to be allowed?
The wordlist is this one: https://github.com/first20hours/google-10000-english. It does contain proper names and "tions", not sure why
Just as an idea - maybe it's worth it to check out other corpora, e.g. from https://www.corpusdata.org/. At least there they're divided by their origin so you might be able to find the most sensible set of words without too much trouble.