help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Need general info on common lisp, opinions sought


From: Kaz Kylheku
Subject: Re: Need general info on common lisp, opinions sought
Date: 3 Oct 2002 11:36:38 -0700

gnuist007@hotmail.com (gnuist) wrote in message 
news:<9e8ebeb2.0210030436.7d87eee@posting.google.com>...
> Is it good to have the following line in .emacs file?
> (require 'cl)
> Is it going to cause any tradeoff or only pure additions?
> 
> How is common lisp different from emacs lisp?

Emacs Lisp is a hacked down version of a dynamically scoped Lisp
dialect that is obsolete by several decades.

> Where is the documentation on linux system?
> Is it more than it or less than emacs lisp?
> Which should I use and why? I need info on people's taste on this subject.

Common Lisp is an ANSI standard programming language with many quality
implementations, both free and proprietary. Many Lisp implementations
compile to native machine code, can produce stand-alone executables,
support multithreading, provide access to the underlying platform.

Emacs Lisp is a proramming language implementation designed to create
an extended environment around a text editor.

Take a look at what task you have in mind, and choose accordingly.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]