PicoLisp Blog

PicoLisp Blog

Follow
homeGetting StartedWeb AppsDatabaseMobile AppsPilogPicoLisp Explored
Tag

classes

#classes

More content

Read more stories on Hashnode


Articles with this tag

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