Part 11 — A complete beginner’s guide to Computer Programming with Clojure: Build a Chatbot.Recently (2020), I was asked to help facilitate a workshop focused on the Legal community. The workshop explored the potential of Chatbots…Jan 6, 2021Jan 6, 2021
Part 10 — A complete beginner’s guide to Computer Programming with Clojure: Files.In Part 8, we touched briefly on file handling; the provided example required two tools:Jan 4, 2021Jan 4, 2021
Part 9 — A complete beginner’s guide to Computer Programming with Clojure: Regular Expressions…Regular Expressions, otherwise known as REGEX, are a method of applying formulas to manipulate text. REGEX allows you to search, and…Jan 2, 2021Jan 2, 2021
Part 8 — A complete beginner’s guide to Computer Programming with Clojure: FunctionsA function is just a piece of code that performs a specific task and can be ‘called’ when required. You have seen functions used…Jan 2, 2021Jan 2, 2021
Part 7 — A complete beginner’s guide to Computer Programming with Clojure: Atom versus Def.Consider the followingJan 2, 2021Jan 2, 2021
Part 6 — A complete beginner's guide to Computer Programming with Clojure: Lists, Sets, Vectors…In this lesson, we will demonstrate all the different ways you can store and retrieve stuff with Clojure.Dec 31, 2020Dec 31, 2020
Part 5 — A complete beginner’s guide to Computer Programming with Clojure: Text Processing.In programming, we refer to text as a string, as in a string of characters. In this Part, we will discuss string processing, which…Dec 31, 2020Dec 31, 2020
Part 4 — A complete beginner’s guide to Computer Programming with Clojure: Maths.Polish notationDec 31, 2020Dec 31, 2020
Part 3 — A complete beginner’s guide to Computer Programming with Clojure: Introducing LEIN and…LeinDec 29, 2020Dec 29, 2020
Part 2 — A complete beginner’s guide to Computer Programming with Clojure: Installation.For any book or guide, the installation section is usually the most frustrating. Why? Because a number of different components must be…Dec 29, 2020Dec 29, 2020