The Eric Normand Podcast-logo

The Eric Normand Podcast

Education Podcasts

An off-the-cuff stream of Functional Programming ideas, skills, patterns, and news from Functional Programming expert Eric Normand of LispCast. Formerly known as Thoughts on Functional Programming.

Location:

United States

Description:

An off-the-cuff stream of Functional Programming ideas, skills, patterns, and news from Functional Programming expert Eric Normand of LispCast. Formerly known as Thoughts on Functional Programming.

Language:

English


Episodes
Pídele al anfitrión que permita compartir el control de reproducción

All about the stratified design lens

9/25/2023
In this episode, I introduce the stratified design lens, which talks about how and why we split things into layers.

Duración:00:12:24

Pídele al anfitrión que permita compartir el control de reproducción

All about the time lens

9/19/2023
In this episode, I introduce the time lens, and I posit a law about representing time in complex domains.

Duración:00:10:36

Pídele al anfitrión que permita compartir el control de reproducción

All about the volatility lens

9/11/2023
In this episode, I introduce the volatility lens, which seeks to help us write code that deals with a changing world.

Duración:00:18:28

Pídele al anfitrión que permita compartir el control de reproducción

All about the architecture lens

7/31/2023
In this episode, I introduce the architecture lens, its questions, and its goal of modeling architectural domains to manage complexity.

Duración:00:24:20

Pídele al anfitrión que permita compartir el control de reproducción

All about the executable specification lens

7/24/2023
In this episode, I introduce the executable specification lens, its questions, and its goal of getting to runnable, testable code as quickly as possible.

Duración:00:15:18

Pídele al anfitrión que permita compartir el control de reproducción

All about the composition lens

7/10/2023
In this episode, I introduce the composition lens, its questions, and its goal of figuring what's true when you perform multiple operations in a row.

Duración:00:13:44

Pídele al anfitrión que permita compartir el control de reproducción

All about the operation lens

7/3/2023
In this episode, I introduce the operation lens, its questions, and its goal of capturing the use cases of your software.

Duración:00:19:40

Pídele al anfitrión que permita compartir el control de reproducción

Data lens

6/26/2023
In this episode, I introduce the data lens, its questions, and its goals of capturing relationships among data values in data.

Duración:00:23:18

Pídele al anfitrión que permita compartir el control de reproducción

All about the domain lens

6/19/2023
In this episode, I introduce the domain lens, its questions, and its goal.

Duración:00:19:54

Pídele al anfitrión que permita compartir el control de reproducción

How does executable specifications compare with other modeling paradigms?

6/12/2023
In this episode, I compare executable specifications to UML, DDD, and software design.

Duración:00:23:25

Pídele al anfitrión que permita compartir el control de reproducción

What is the title of my new book?

6/5/2023
I've found a better title for my book: Executable Specifications. Listen to find out why it's better.

Duración:00:07:26

Pídele al anfitrión que permita compartir el control de reproducción

What are the domain modeling lenses?

5/29/2023
I'm organizing my new book in terms of lenses. Each lens focuses our attention on one important aspect of software design. In this episode, I briefly introduce each lens.

Duración:00:20:58

Pídele al anfitrión que permita compartir el control de reproducción

How is domain modeling evolving these days?

5/22/2023
I talk about the progress I've made on my book and why I'm throwing it away and starting over.

Duración:00:20:20

Pídele al anfitrión que permita compartir el control de reproducción

Why don't I encounter more type errors when programming in Clojure?

5/15/2023
I give another reason why I don't encounter so many type errors in Clojure.

Duración:00:07:17

Pídele al anfitrión que permita compartir el control de reproducción

What is the "reify to an interpreter" refactoring?

5/8/2023
Watch the creation of a simple refactoring to turn functions into data.

Duración:00:07:13

Pídele al anfitrión que permita compartir el control de reproducción

How to teach an essential skill in domain modeling?

4/24/2023
One important skill in domain modeling is learning to see the semantics of your language, past the habits you've developed. To do that, it helps to see the same example in multiple languages. So how do I show examples in multiple languages without expanding the size of my book?

Duración:00:12:05

Pídele al anfitrión que permita compartir el control de reproducción

What is an isomorphism?

4/17/2023
An isomorphism is a one-to-one mapping from two sets, and encoding your domain model involves finding a mapping between the real world and your code. So does domain modeling involve isomorphism?

Duración:00:05:12

Pídele al anfitrión que permita compartir el control de reproducción

Applying domain modeling to an existing data structure

4/10/2023
Domain modeling also works after you've already got lots of code. How can we apply domain modeling analysis to existing data structures?

Duración:00:09:44

Pídele al anfitrión que permita compartir el control de reproducción

What is the commutative property?

2/20/2023
We discuss the commutative property, why we use it, and three different possible meanings.

Duración:00:06:21

Pídele al anfitrión que permita compartir el control de reproducción

Why is the associative property important?

2/13/2023
We look at several examples where the associative property gives us expressive power.

Duración:00:12:31