home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0042.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  418 b   |  12 lines

  1.   added functions:
  2.       (remq 'g_val 'l_list) - just like remove but uses eq instead of equal
  3.     (command-line-args) - returns a list of the command line arguments
  4.         when lisp was started.  This function will return
  5.         only those arguments typed by the user, even if the
  6.         lisp was started with the autorun feature (liszt -r).
  7.     (sys:gethostname) - returns the name of the machine.
  8.     (status domain) - returns 'ucb' here.
  9.  
  10.  
  11.  
  12.