Fork me on GitHub
#events
<
2019-10-25
>
RAMart10:10:25

🛎️ Ding! Ding! Ding! 🛎️ :clojureD 2020 Call for Proposals final week! Help us to create another mind-blowing conference in the cosmopolitan city of Berlin. :hugging_face: We actively encourage a broad diversity of speakers to give a talk. The clojure community is not whole without you. ❤️ https://clojured.de/call-for-proposals/

sheepy 12
clj 8
practicalli-johnny14:10:53

Practicalli Clojure broadcast - 10:00 Saturday 26 October (UTC+1) https://www.youtube.com/watch?v=o4Q-K3lzBRY This week we will write an extremely simple parser to solve the 4Clojure challenge #65 - Black box testing Given several different types of collections (sequences of values) we need to determine the type of the collection. The challenge restricts us from using many of the functions, such as type and class, that would easily identify the underlying type of something. We will take a look at some of these functions to see that Clojure is actually a strongly typed language, it is just that types are dynamically created when the Clojure reader parses your code.