DISQUS

DISQUS Hello! ProDevTips is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

ProDevTips

Mainly tutorials and tips relating to web development with PHP, Javascript, jQuery and Ruby
Jump to original thread »
Author

Simple OO in Pico Lisp

Started by Henrik · 10 months ago

Pico Lisp has a very nice object system which will take some time to explore, let’s begin with simple examples and work towards more complex scenarios.
(class +Person)

(dm hello> ()
(prin "hello"))

(hello> '+Person)
In th ... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login