Sciweavers

26 search results - page 1 / 6
» lisp 2008
Sort
View
JUCS
2008
240views more  JUCS 2008»
13 years 4 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 4 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
LISP
2008
72views more  LISP 2008»
13 years 4 months ago
Imperative-program transformation by instrumented-interpreter specialization
We describe how to implement strength reduction, loop-invariant code motion and loop quasi-invariant code motion by specializing instrumented interpreters. To curb code duplication...
Søren Debois
CSMR
2008
IEEE
13 years 11 months ago
How Lisp Systems Look Different
Many reverse engineering approaches have been developed to analyze software systems written in different languages like C/C++ or Java. These approaches typically rely on a meta-mo...
Adrian Dozsa, Tudor Gîrba, Radu Marinescu
LISP
2008
165views more  LISP 2008»
13 years 4 months ago
Adapting functional programs to higher order logic
Higher-order logic proof systems combine functional programming with logic, providing functional programmers with a comfortable setting for the formalization of programs, specifica...
Scott Owens, Konrad Slind