PicoLisp Blog

PicoLisp Blog

Follow
homeGetting StartedWeb AppsDatabaseMobile AppsPilogPicoLisp Explored
Tag

Object Oriented Programming

#object-oriented-programming

More content

Read more stories on Hashnode


Articles with this tag

PicoLisp Explored: Working with multiple database files

Oct 25, 20216 min read

In the last example, we have created our own small myFamily.db. Now let's take a look at the original family.l document which you can download from...

PicoLisp Explored: Working with multiple database files

How to Define Entities and Relationships in the PicoLisp Database

Oct 23, 20214 min read

Now we know how we can save objects to a persistent data base file, let's see what other tools we have to make life easier for us. For this purpose,...

How to Define Entities and Relationships in the PicoLisp Database

Rosetta Code: Object Oriented Programming Examples

Oct 10, 202110 min read

Before we return to the "Web Application Programming" tutorial, let's take a look at the Rosetta Code tasks about Object Oriented Programming, which...

Rosetta Code: Object Oriented Programming Examples

PicoLisp Explored: Object-Oriented Programming, Part 2

Oct 9, 20215 min read

In the previous post, we showed how to define classes and their methods and properties in PicoLisp using the class and dm functions. We have already...

PicoLisp Explored: Object-Oriented Programming, Part 2

PicoLisp Explored: Object-Oriented Programming, Part 1

Oct 8, 20216 min read

"Object-oriented programming is an exceptionally bad idea which could only have originated in California." (Edsger W. Dijkstra) ยท Today we will explore...

PicoLisp Explored: Object-Oriented Programming, Part 1