From: ·······@giasdla.vsnl.net.in
Subject: New Bie question in Lisp
Date: 
Message-ID: <7ft37s$g44$1@nnrp1.dejanews.com>
hi!!!

I am a newbie in Java
could u do tell me how to load a file already written and stored how to
load and execute in gclisp(for DOS)

Help would be highly appreciated

Thanks and please do reply
--
visit me at http://members.tripod.com/~Coolviki

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    

From: Vassil Nikolov
Subject: Re: New Bie question in Lisp
Date: 
Message-ID: <7fug76$l20$1@nnrp1.dejanews.com>
In article <············@nnrp1.dejanews.com>,
  ······@employees.org wrote:
> I am a newbie in Java

Why do you mention Java?

> could u do tell me how to load a file already written and stored how to
> load and execute in gclisp(for DOS)

As far as I remember, even in the MSDOS version of Golden Common Lisp
you can use the standard Common Lisp function LOAD, i.e. say

  (load "foo.lsp")

or

  (load "somedir\\foo.lsp")

which would load the file foo.lsp, i.e. read every form in it and
evaluate (execute) it.

Asking a more specific question may produce more useful answers.

--
Vassil Nikolov <········@poboxes.com> www.poboxes.com/vnikolov
(You may want to cc your posting to me if I _have_ to see it.)
   LEGEMANVALEMFVTVTVM  (Ancient Roman programmers' adage.)

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    
From: Robert Monfera
Subject: Death of gclisp (was: Re: New Bie question in Lisp)
Date: 
Message-ID: <3723421D.7B945FA2@fisec.com>
Vassil Nikolov wrote:

> As far as I remember, even in the MSDOS version of Golden Common Lisp

Does someone know if and how gclisp died out? It had some nice features
(graphics, SQL) several years ago.

Robert