Sciweavers

JUCS
2010
103views more  JUCS 2010»
13 years 5 months ago
Using Lisp Implementation Internals Unportable but Fun
: We present a number of developer tools and language extensions that are available for use with Steel Bank Common Lisp, but which are perhaps not as wellknown as they could be. Ou...
Christophe Rhodes
JUCS
2008
240views more  JUCS 2008»
13 years 7 months ago
UCL-GLORP - An ORM for Common Lisp
: UCL-GLORP is a Common Lisp implementation and extension of GLORP (Generic Lightweight Object-Relational Persistence), an Object-Relational Mapper for the Smalltalk language. UCL-...
António Menezes Leitão
JUCS
2008
151views more  JUCS 2008»
13 years 7 months ago
Custom Specializers in Object-Oriented Lisp
Abstract: We describe in this paper the implementation and use of custom specializers in two current dialects of Lisp: Skill and Common Lisp. We motivate the need for such speciali...
Jim Newton, Christophe Rhodes
JUCS
2008
149views more  JUCS 2008»
13 years 7 months ago
Binary Methods Programming: the Clos Perspective
: Implementing binary methods in traditional object-oriented languages is difficult: numerous problems arise regarding the relationship between types and classes in the context of ...
Didier Verna
JUCS
2008
115views more  JUCS 2008»
13 years 7 months ago
An Implementation of CLIM Presentation Types
: Presentation types are used in the CLIM interface library to tag graphical output with a type and establish an input type context in which the user may use the keyboard to type i...
Timothy Moore
WSC
1997
13 years 8 months ago
Simulation of Multiple Time-Pressured Agents
The paper describes a simulation substrate that allows thinking agents to interact with a world. The world is simulated by standard discrete event simulation, but the timing of an...
Scott D. Anderson
GECCO
2006
Springer
144views Optimization» more  GECCO 2006»
13 years 11 months ago
When lisp is faster than C
This paper compares the performance of the program evaluation phase of genetic programming using C and Common Lisp. A simple experiment is conducted, and the conclusion is that ge...
Børge Svingen