Skip to main content
Clojurians Podcast

Clojurians Podcast

By London Clojurians

A podcast brought to you by the same open and welcoming community behind the London Clojurians Meetup, re:Clojure Conference, ClojureBridge London and much more.
Currently playing episode

re:Clojure 2021 Interviews - Jeremy Taylor

Clojurians PodcastJan 19, 2022

00:00
13:15
Orchestrating the cloud with Clojure (by Pierre-Yves Ritschard)

Orchestrating the cloud with Clojure (by Pierre-Yves Ritschard)

Pierre-Yves Ritschard (https://twitter.com/pyr) will be presenting: "Orchestrating the cloud with Clojure" While orchestration of physical resources has historically been a task for Perl and YAML, we will show how it is a perfect match for Clojure's data processing abilities. With a mix of basic constructs (FSMs, CSP, SQL) and some of Clojure's superpowers, we will show the architecture of a typical orchestrator at Exoscale, one of the leading European Cloud alternatives. Pierre-Yves is CTO and co-founder at Exoscale where he is responsible for architecture and strategic technology choices, relying on experience in the architecture of very large corporate systems as well as technical product design in several startups. If you missed this event, you can watch the recording on our YouTube channel: https://www.youtube.com/c/LondonCloju... (The recording will be uploaded a couple of days after the event.) Please, consider supporting the London Clojurians with a small donation: https://opencollective.com/london-clo... Your contributions will enable the sustainability of the London Clojurians community and support our varied set of online and in-person events: - ClojureBridge London: supports under-represented groups discover Clojure - re:Clojure: our **free** to attend annual community conference - monthly meetup events with speakers from all over the world - subscription and admin costs such as domain name & Zoom plan for larger online meetups Thank you to our sponsors: - https://www.juxt.pro/ - https://flexiana.com/ - https://www.cognitect.com/ - https://gaiwan.co/ - https://freshcodeit.com/ - https://healthunlocked.com/ - https://www.hyde-housing.co.uk/ - And many individual sponsors
Mar 17, 202238:47
donut.system - your new favourite component library (by Daniel Higginbotham)

donut.system - your new favourite component library (by Daniel Higginbotham)

Title: **donut.system: your new favourite component library?** Speaker: **Daniel Higginbotham** Daniel Higginbotham (https://twitter.com/nonrecursive) will be presenting: "donut.system: your new favourite component library?" Daniel will introduce donut.system (https://github.com/donut-power/system), a new alternative to Integrant, Component, and friends. He'll show how it addresses some of their limitations and could provide a better foundation for a Clojure web-app framework. Daniel is the author of the very popular "Clojure for the Brave and True" book https://www.braveclojure.com/. He loves making things and helping others make things. If you missed this event, you can watch the recording on our YouTube channel: https://www.youtube.com/c/LondonCloju... (The recording will be uploaded a couple of days after the event.) Please, consider supporting the London Clojurians with a small donation: https://opencollective.com/london-clo... Your contributions will enable the sustainability of the London Clojurians community and support our varied set of online and in-person events: - ClojureBridge London: supports under-represented groups discover Clojure - re:Clojure: our **free** to attend annual community conference - monthly meetup events with speakers from all over the world - subscription and admin costs such as domain name & Zoom plan for larger online meetups Thank you to our sponsors: - https://www.juxt.pro/ - https://flexiana.com/ - https://www.cognitect.com/ - https://gaiwan.co/ - https://freshcodeit.com/ - https://healthunlocked.com/ - https://www.hyde-housing.co.uk/ - And many individual sponsors
Mar 17, 202201:05:33
Combining clojure.spec, Design Recipies, and Domain-Driven Design (by Leandro Doctors)

Combining clojure.spec, Design Recipies, and Domain-Driven Design (by Leandro Doctors)

Speaker: **Leandro Doctors** Code: https://github.com/allentiak/bob-2021... Leandro Doctors (github.com/allentiak) will be presenting: "Combining clojure.spec, Design Recipies, and Domain-Driven Design" I will share a method to systematically and comprehensively evolve a domain model, complementing use cases and "software recipes" with (clojure.spec-based) specifications. This approach facilitates finding inaccuracies at the edges of our in-growth domain, allowing us to: 1) supersede the de-facto "tinker until it works" standard with a systematic "define-specify-verify (repeat)" cycle; 2) complement the traditional mitigation of both internal and parameter validation errors. Leandro is an IT geek from San Juan (Argentina) who rediscovered his love for programming thanks to Clojure. He has been involved in peer production communities (free software, free culture & the like) in one way or another for over twenty years now. After spending a few years between three different continents (Europe, South America and Africa), Leandro is currently back in his hometown. For how long will he remain there? Only time will tell. If you missed this event, you can watch the recording on our YouTube channel: https://www.youtube.com/c/LondonCloju... (The recording will be uploaded a couple of days after the event.) Please, consider supporting the London Clojurians with a small donation: https://opencollective.com/london-clo... Your contributions will enable the sustainability of the London Clojurians community and support our varied set of online and in-person events: - ClojureBridge London: supports under-represented groups discover Clojure - re:Clojure: our **free** to attend annual community conference - monthly meetup events with speakers from all over the world - subscription and admin costs such as domain name & Zoom plan for larger online meetups Thank you to our sponsors: - https://www.juxt.pro/ - https://flexiana.com/ - https://www.cognitect.com/ - https://gaiwan.co/ - https://freshcodeit.com/ - https://healthunlocked.com/ - https://www.hyde-housing.co.uk/ - And many individual sponsors
Mar 17, 202227:32
LISP: The Ultimate Excel LAMBDA (by Bob Calco)

LISP: The Ultimate Excel LAMBDA (by Bob Calco)

This is the audio only version of the recorded London Clojurians event https://www.youtube.com/watch?v=F7EEmM5M7co

Inspired in part by Microsoft's recent announcement of the new LAMBDA Excel function (see: https://www.microsoft.com/en-us/resea...), we had a broader vision to fully integrate a proper Lisp into the world's most popular spreadsheet application. The result proved valuable enough to incorporate into our platform for general data interoperability, the first technology offering of which, called Accelerate, aims to turn document and desktop data silos commonly associated with MS Office products (especially Access and Excel documents, though not limited to these) into fully-interoperable, linked-data microservices. Our brief demo will place a special focus on the use of Scheme for bringing a whole new dimension to Excel's formula calculation capability. We are also working on a distributed enterprise interoperability solution, called DomainMaster, which will be incorporating ClojureCLR as a language option as well. A sneak peek at that is also planned, time-permitting.

Feb 03, 202201:04:21
Functional Operating Systems (by Andrew Tropin)

Functional Operating Systems (by Andrew Tropin)

This is the audio only version of the recorded London Clojurians event https://www.youtube.com/watch?v=chKc_YsvXKU 

How to apply principles of functional programming, but for package managers and operating systems? A brief introduction to Guix System and NixOS, why they are so similar to what we do in Clojure and why should we care.

Jan 25, 202248:24
re:Clojure 2021 Interviews - Adam Helins
Jan 20, 202214:56
re:Clojure 2021 Interviews - Julie Sussman
Jan 20, 202201:00:01
re:Clojure 2021 Interviews - David Vujic
Jan 20, 202222:03
re:Clojure 2021 Interviews - Eric Normand
Jan 20, 202231:43
re:Clojure 2021 Interviews - Artem Barmin
Jan 20, 202213:52
re:Clojure 2021 Interviews - Johanna Antonelli
Jan 20, 202215:29
re:Clojure 2021 Interviews - Ella Hoeppner
Jan 20, 202213:58
re:Clojure 2021 Interviews - Ben Sless

re:Clojure 2021 Interviews - Ben Sless

Episode Notes
Jan 20, 202224:46
re:Clojure 2021 Interviews - David Pham

re:Clojure 2021 Interviews - David Pham

Episode Notes
Jan 20, 202216:51
re:Clojure 2021 Interviews - Mey Beisaron

re:Clojure 2021 Interviews - Mey Beisaron

Episode Notes
Jan 20, 202221:27
re:Clojure 2021 Interviews - Gerald Jay Sussman

re:Clojure 2021 Interviews - Gerald Jay Sussman

Episode Notes
Jan 20, 202249:52
re:Clojure 2021 Interviews - Stephen Wolfram

re:Clojure 2021 Interviews - Stephen Wolfram

Episode Notes
Jan 20, 202201:20:45
re:Clojure 2021 Interviews - Dragan Djuric

re:Clojure 2021 Interviews - Dragan Djuric

Episode Notes
Jan 19, 202234:50
re:Clojure 2021 Interviews - João Santiago
Jan 19, 202217:42
re:Clojure 2021 Interviews - Christopher Small
Jan 19, 202226:46
re:Clojure 2021 Interviews - Paula Gearon

re:Clojure 2021 Interviews - Paula Gearon

Episode Notes
Jan 19, 202219:55
re:Clojure 2021 Interviews - Rohit Thadani
Jan 19, 202218:02
re:Clojure 2021 Interviews - Kathi Fisler
Jan 19, 202216:39
re:Clojure 2021 Interviews - Kira McLean
Jan 19, 202215:28
re:Clojure 2021 Interviews - Jakub Holý

re:Clojure 2021 Interviews - Jakub Holý

Jan 19, 202218:04
re:Clojure 2021 Interviews - Alex Oloo

re:Clojure 2021 Interviews - Alex Oloo

Episode Notes

Alexander Oloo (https://alexanderoloo.com/) is one of the http://reclojure.org speakers. Listen to this quick interview about his life and interests ahead of the conference.

Jan 19, 202214:34
re:Clojure 2021 Interviews - Jeremy Taylor

re:Clojure 2021 Interviews - Jeremy Taylor

Episode Notes
Jan 19, 202213:15