home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL95.ARJ / VOL9518 < prev    next >
Text File  |  1992-01-08  |  2KB  |  42 lines

  1.  
  2. O S / 2   - P r o g r a m m a T h e e k volume 9518
  3.  
  4. Source: Fernwood
  5.  
  6. Titel: XLISP, Parselist, Tree
  7.  
  8. Number  Name            Size    Date    Comments
  9.         CATALOG  O18      425   2-07-90
  10. 9518.01 OS2NTREE ZIP    58191   7-31-88 Directory tree (OS/2  and DOS)
  11. 9518.02 OS2PLST  SRC    32775   7-17-89 Parselist (source)
  12. 9518.03 OS2PLST  ZIP    38566   7-30-89     , ,   compiled
  13. 9518.04 OS2XLSP1 ZIP    79237  11-04-88 Xlisp for OS/2 part 1
  14. 9518.05 OS2XLSP2 ZIP    90467  11-04-88                part 2
  15.         VOL9518  ABS     1338   2-07-90 Disk abstract by M.
  16.                 7 File(s)    57344 bytes  free on volume DOSGG9518
  17.  
  18.      OS2XLISP:  OS/2 Extensions to XLISP, an Object-Oriented  LISP
  19.             XLISP version 2, OS/2 extensions version 1.10
  20.  
  21.  
  22. The goal of OS2XLISP is to give users an opportunity to  experiment with
  23. protected-mode/virtal-memory/multitasking programming, without investing in
  24. expensive development kits  and compilers. OS2XLISP is also a demonstration
  25. of the  power of run-time dynamic linking.
  26.  
  27. OS2XLISP is an interpreter with access to all OS/2  system routines.  Even
  28. those programmers who already have  the Microsoft software development kit
  29. should find OS2XLISP  useful for interactive experimentation (no compiles!),
  30. small- to medium-size programs, incremental testing, and  quick prototyping.
  31.  
  32. Among the special features of OS2XLISP are:
  33.  
  34.     o   Access to OS/2 services, through the magic of  run-time
  35.         dynamic-linking with the functions (loadmodule),  (getprocaddr),
  36.         (call), and (c-call).
  37.     o   A protected programming environment -- it is nearly impossible
  38.         to crash OS2XLISP with a GP fault, even when the  user .....
  39.     o   Virtual memory -- you can create a huge number of  nodes, occupying
  40.         more than the available physical memory on your  machine.
  41.     o   High-level access to 286 protected-mode instructions
  42.         with (lar), (lsl), (verr), and (verw).