My CORBA Projects

I have some CORBA implementation projects as free software.

corba.el
I am writing a simple CORBA implementation for Emacs. It currently implements the Dynamic Invocation Interface and only a few of the data types. No server functionality or static stubs. Given a object reference it can call any method it supports if the objects interface is registered in the interface repositiory.
CLORB
A Common Lisp implementation of CORBA 2, including POA and ValueType. With ports to MCL, OpenMCL, CLISP, SBCL, CMUCL.
Lennart Staflin <lenst@lysator.liu.se>