home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega Top 1
/
os2_top1.zip
/
os2_top1
/
DOS_GG
/
COMCAT
/
VOL95.ARJ
/
VOL9518
< prev
next >
Wrap
Text File
|
1992-01-08
|
2KB
|
42 lines
O S / 2 - P r o g r a m m a T h e e k volume 9518
Source: Fernwood
Titel: XLISP, Parselist, Tree
Number Name Size Date Comments
CATALOG O18 425 2-07-90
9518.01 OS2NTREE ZIP 58191 7-31-88 Directory tree (OS/2 and DOS)
9518.02 OS2PLST SRC 32775 7-17-89 Parselist (source)
9518.03 OS2PLST ZIP 38566 7-30-89 , , compiled
9518.04 OS2XLSP1 ZIP 79237 11-04-88 Xlisp for OS/2 part 1
9518.05 OS2XLSP2 ZIP 90467 11-04-88 part 2
VOL9518 ABS 1338 2-07-90 Disk abstract by M.
7 File(s) 57344 bytes free on volume DOSGG9518
OS2XLISP: OS/2 Extensions to XLISP, an Object-Oriented LISP
XLISP version 2, OS/2 extensions version 1.10
The goal of OS2XLISP is to give users an opportunity to experiment with
protected-mode/virtal-memory/multitasking programming, without investing in
expensive development kits and compilers. OS2XLISP is also a demonstration
of the power of run-time dynamic linking.
OS2XLISP is an interpreter with access to all OS/2 system routines. Even
those programmers who already have the Microsoft software development kit
should find OS2XLISP useful for interactive experimentation (no compiles!),
small- to medium-size programs, incremental testing, and quick prototyping.
Among the special features of OS2XLISP are:
o Access to OS/2 services, through the magic of run-time
dynamic-linking with the functions (loadmodule), (getprocaddr),
(call), and (c-call).
o A protected programming environment -- it is nearly impossible
to crash OS2XLISP with a GP fault, even when the user .....
o Virtual memory -- you can create a huge number of nodes, occupying
more than the available physical memory on your machine.
o High-level access to 286 protected-mode instructions
with (lar), (lsl), (verr), and (verw).