Hide
Login/Register to vote and to have access to more featuresYou are here: Root > By Topic
Go directly to another tagGo directly to another tagAll Last Modified Items for Object-Oriented
Back to full tag viewCommon Lisp Reasoner (Modified)Last modification: Mon, 02 Jul 2012 16:06:18 GMTProvides tightly-integrated knowledge representation, reasoning and search capabilities, with vanilla XML and RDF/XML interfaces, built around a portable extension of CLOS.
CLoX: Common Lisp Objects for XEmacs (Added)Last modification: Tue, 15 Jun 2010 07:15:35 GMTCLoX is an ongoing attempt to provide a full Emacs Lisp implementation of the Common Lisp Object System, including its underlying meta-object protocol, for XEmacs. This paper describes the early devel...
cl-win32ole (Modified)Last modification: Wed, 10 Mar 2010 11:29:09 GMTCommon Lisp OLE Library like Ruby's win32ole.
Sheeple (Modified)Last modification: Sat, 23 Jan 2010 02:13:37 GMTSheeple is a delegative prototype-based object system inspired by CLOS.
It is designed with the purpose of providing the goodies of CLOS programming, but in an object-based environment.
As such, it ...
Snarf (Added)Last modification: Sun, 25 Oct 2009 12:35:45 GMTSnarf is a simple prototype-style OO language for common lisp. It uses a call syntax rather than a CLOS-style general function syntax. Snarf is so small that the entire language (about 400 lines) is ...
Revisiting the Visitor: the "Just Do It" Pattern. (Added)Last modification: Tue, 28 Apr 2009 08:07:14 GMTA software design pattern is a three-part rule which expresses a relation between a certain context, a problem, and a solution. The well-known "GoF Book" describes 23 software design patterns. Its inf...
cl-famix (Added)Last modification: Tue, 08 Jul 2008 11:22:58 GMTCL-Famix is a model extractor, that extract FAMIX-Lisp complaint models from Lisp systems.
Objective-CL (Modified)Last modification: Sun, 23 Mar 2008 13:05:52 GMTObjective-CL is a free CL/Objective-C bridge that is portable not only across Lisp implementations but also across operating systems. It strives to achieve full GNUstep and Cocoa compatibility includ...
Closer to MOP (Modified)Last modification: Mon, 23 Apr 2007 11:32:03 GMTCloser to MOP is a compatibility layer that rectifies many of the absent or incorrect MOP features as detected by MOP Feature Tests in a growing number of Common Lisp implementations.
ContextL (Modified)Last modification: Mon, 23 Apr 2007 11:28:38 GMTContextL is a CLOS extension for Context-oriented Programming.
GBBopen (Modified)Last modification: Fri, 15 Dec 2006 16:53:32 GMTHigh-performance, open source AI blackboard-system framework based on the concepts that were explored and refined in the UMass Generic Blackboard system and the commercial GBB product.
CL-S3 (Modified)Last modification: Fri, 17 Nov 2006 15:26:12 GMTa Common Lisp library that implements a client interface to the Amazon S3 Web Service
Design by Contract (Added)Last modification: Mon, 30 Oct 2006 08:16:23 GMTAn implementation for CLOS of the Design by Contract method of software engineering, developed by Bertrand Meyer for the Eiffel programming language.
computed-class (Added)Last modification: Sat, 28 Oct 2006 09:36:51 GMTA library that implements computed classes. "An instance of computed-class is a class meta object which supports per instance lazy computation of CLOS object slot values".
CDR 1: The CLOS Metaobject Protocol (Added)Last modification: Wed, 18 Oct 2006 21:24:45 GMTThe CLOS Specification describes the standard Programmer Interface for the Common Lisp Object System (CLOS). This document extends that specification by defining a metaobject protocol for CLOS - that ...
defclass-star (Added)Last modification: Sun, 15 Oct 2006 17:24:51 GMTdefclass* and defcondition* that automatically generates accessors other things that are schematic for most defclass declarations.
Span/NLI (Added)Last modification: Thu, 07 Sep 2006 07:35:36 GMTA set of portable extensions for bindings, CLOS-compatible message passing, easier manipulation of functions, continuations and cooperative multitasking.
rucksack (Added)Last modification: Thu, 20 Jul 2006 12:11:47 GMTA portable object persistency library with support for persistent basic Lisp data types, parallel transactions, schema evolution, and more.
metacopy (Added)Last modification: Sun, 28 May 2006 10:44:47 GMTA toolkit for specifying how to make copies of CLOS objects.
CLORB (Modified)Last modification: Sat, 20 May 2006 13:04:02 GMTAn implementation of the OMG CORBA 2 specification for distributed computing, with the goal of supporting CORBA 2.6 and comply with the Lisp mappings defined by OMG. It currently supports DII, DSI, th...
Cells (Added)Last modification: Sat, 25 Mar 2006 10:19:02 GMTA dataflow, constraint-management extension to CLOS. It allows the creation of classes whose instances "have slots whose values are determined by a formula", like cells in a spreadsheet. Arbitrary Com...
CL-STORE (Modified)Last modification: Fri, 24 Feb 2006 21:08:48 GMTcl-store is an asdf-installable portable library for serializing and deserializing Common Lisp objects to and from streams. It currently runs on SBCL, CMUCL, CLISP, ACL, OpenMCL and Lispworks.
SAVE-OBJECT (Added)Last modification: Wed, 22 Feb 2006 22:45:38 GMTSAVE-OBJECT is a recursive function which writes an ASCII representation
of a LISP object to a designated file.
AspectL (Added)Last modification: Tue, 14 Feb 2006 21:28:34 GMTAspectL is a library that provides aspect-oriented extensions for Common Lisp / CLOS.
MOP Feature Tests (Modified)Last modification: Tue, 14 Feb 2006 21:27:19 GMTThis package provides a test suites for checking what CLOS MOP features a Common Lisp implementation supports.
Language Constructs for Context-oriented Programming (Added)Last modification: Tue, 14 Feb 2006 21:06:52 GMTContextL is an extension to the Common Lisp Object System that allows for Context-oriented Programming. It provides means to associate partial class and method definitions with layers and to activate ...
CL-PREVALENCE (Added)Last modification: Sat, 11 Feb 2006 19:04:30 GMTCL-PREVALENCE is a proof of concept implementation of the Object Prevalence object persistence concept by Klaus Wuestefeld. It comes with both a sexp-based and and an XML serialization protocol.
CORBA Lisp Language Mapping (Added)Last modification: Wed, 04 Jan 2006 15:17:27 GMTOMG CORBA Common Lisp language mapping specification.