From: Paolo Amoroso
Subject: Re: Two questions together
Date: 
Message-ID: <87ll0piymo.fsf@plato.moon.paoloamoroso.it>
"Kubilay" <···········@gmail.com> writes:

> in English through a simple "format" function. So, how can I know that
> whether a feature which I need is already exists in Lisp? For example,

If you refer to ANSI Common Lisp, a useful resource is the HyperSpec's
permuted symbol index:

  http://www.lispworks.com/documentation/HyperSpec/Front/X_Symbol.htm


Paolo
-- 
Why Lisp? http://wiki.alu.org/RtL%20Highlight%20Film
Recommended Common Lisp libraries/tools:
- ASDF/ASDF-INSTALL: system building/installation
- CL-PPCRE: regular expressions
- CFFI: Foreign Function Interface