Results 1 to 10 of about 25,732 (152)
Common LISP as Simulation Program (CLASP) of Electronic Circuits [PDF]
In this paper, an unusual and efficient usage of functional programming language Common LISP as simulation program (CLASP) for electronic circuits is proposed.
Cerny, D., Dobes, J.
core +4 more sources
April: APL Compiling to Common Lisp [PDF]
This paper demonstrates the April APL compiler (code hosted at https://github.com/phantomics/april). April compiles a subset of the APL language into Common Lisp, allowing APL s terse, efficient syntax to be leveraged for array processing and mathematical operations within a Common Lisp program.
Andrew Sengul
+22 more sources
Development of a Translator from LLVM to ACL2 [PDF]
In our current work a library of formally verified software components is to be created, and assembled, using the Low-Level Virtual Machine (LLVM) intermediate form, into subsystems whose top-level assurance relies on the assurance of the individual ...
Davis, Jennifer A.+3 more
core +5 more sources
Implementing a Portable Clinical NLP System with a Common Data Model - a Lisp Perspective
This paper presents a Lisp architecture for a portable NLP system, termed LAPNLP, for processing clinical notes. LAPNLP integrates multiple standard, customized and in-house developed NLP tools.
Luo, Yuan, Szolovits, Peter
core +5 more sources
UCL-GLORP - An ORM for Common Lisp [PDF]
JUCS - Journal of Universal Computer Science Volume Nr.
António Leitão
openalex +3 more sources
User-extensible sequences in common Lisp [PDF]
Common Lisp is often touted as the programmable programming language, yet it sometimes places large barriers in the way, with the best of intentions. One of those barriers is a limit to the extensibility by the user of certain core language constructs, such as the ability to define subclasses of built in classes usable with standard functions: even ...
Christophe Rhodes
openalex +4 more sources
AN SQL interface for Common Lisp [PDF]
Access to persistent database storage from Common Lisp applications is an increasingly frequent requirement. This paper discusses a software module that allows a Common Lisp program to access a relational database management system. Database queries are expressed as SQL statements.
Alan S. Gunderson
openalex +3 more sources
Bootstrapping Common Lisp using Common Lisp
Some Common Lisp implementations evolve through careful modifications to an existing image. Most of the remaining implementations are bootstrapped using some lower-level language, typically C. As far as we know, only SBCL is bootstrapped from source code written mainly in Common Lisp.
Irène Durand, Robert Strandh
openalex +5 more sources
The Python compiler for CMU Common Lisp [PDF]
The Python compiler for CMU Common Lisp has been under development for over five years, and now forms the core of a production quality public domain Lisp implementation. Python synthesizes the good ideas from Lisp compilers and source transformation systems with mainstream optimization and retargetability techniques.
Robert MacLachlan
openalex +3 more sources
CLOX: Common Lisp Objects for XEmacs
CLoX 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 development stages of this project. CLoX currently consists in a port of Closette to Emacs Lisp, with some additional features, most notably, a deeper ...
Didier Verna
+8 more sources