X-Git-Url: http://git.kpe.io/?p=hyperobject.git;a=blobdiff_plain;f=doc%2Fintro.sgml;fp=doc%2Fintro.sgml;h=0000000000000000000000000000000000000000;hp=41642d3338174b1dc204f7a393f74603c75f2fd4;hb=a804e41a05a34dd7b6435757d825d52487665f13;hpb=fa179cd84c44d2f0e4ea231537afc8a6733c406e diff --git a/doc/intro.sgml b/doc/intro.sgml deleted file mode 100644 index 41642d3..0000000 --- a/doc/intro.sgml +++ /dev/null @@ -1,72 +0,0 @@ - - - - Introduction - - Purpose - This reference guide describes - &hyperobject;, which provides an object representation - library for Common Lisp programs. - - - - - Supported Implementations - The primary tested and supported platforms for &hyperobject; are: - - - &acl; v6.2 - &lw; v4.2 - &cmucl; 18d - &sbcl; 0.7.10 - &scl; 1.1.1 - - - - - Installation - - Download - -You need to download the &hyperobject; package from its web -home. -Other require packages are: - -&kmrcl; from it's home. -&uffi; from it's home. -&clsql; from it's home. -&asdf; from it's home CCLAN package. You can download -the file asdf.lisp from the CVS -tree. - - - - Loading - - After downloading and installing &asdf;, simply - push the - directories containing &hyperobject;, &kmrcl;, &uffi;, and &clsql; onto - asdf:*central-registry* variable. Whenever you -want to load the &hyperobject; package, use the function - (asdf:oos 'asdf:load-op :hyperobject). - - - - - - Design - - Overview - - &hyperobject; was designed as a cross-implementation - compatible Foreign Function Interface. - Necessarily, - only a common subset of functionality can be - provided. Likewise, not every optimization for that a specific - implementation provides can be supported. Wherever possible, - though, implementation-specific optimizations are invoked. - - - - -