Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

New Bie question in Lisp

2 views
Skip to first unread message

kvi...@giasdla.vsnl.net.in

unread,
Apr 24, 1999, 3:00:00 AM4/24/99
to vik...@employees.org
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

Vassil Nikolov

unread,
Apr 25, 1999, 3:00:00 AM4/25/99
to
In article <7ft37s$g44$1...@nnrp1.dejanews.com>,

vik...@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 <vnik...@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.)

Robert Monfera

unread,
Apr 25, 1999, 3:00:00 AM4/25/99
to

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

0 new messages