Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: CLISP


Related Topics

  
  CLISP - Wikipedia, the free encyclopedia
The issue at stake was whether CLISP was a derivative work of the GNU readline library.
CLISP is extremely portable, running on almost all UNIX-based operating systems (including Linux and all BSD derivatives), as well as on Windows.
CLISP is incapable of true compilation to binaries, but although interpreting bytecodes is usually slower than running compiled native code, this is not always a major issue (especially in applications like Web development where I/O is the bottleneck).
en.wikipedia.org /wiki/CLISP   (216 words)

  
 [No title]
CLISP is able to distinguish this situation from cases like N*8*X meaning (TIMES N 8 X), or N*8X, where 8X is the name of a variable, again by using information about the programming environment.
CLISP operates under the assumption that what the user said was intended to represent a meaningful operation, and therefore tries very hard to make sense out of it.
The motivation behind CLISP is not to provide the user with many different ways of saying the same thing, but to enable him to worry less about the syntactic aspects of his communication with the system.
pdp-10.trailing-edge.com /decuslib20-01/01/decus/20-0004/23lisp.tty   (17276 words)

  
 clisp
CLISP to be used as a script interpreter.
CLISP uses to communicate with the user, unless it is already specified through the environment variable
CLISP project was started in late 1980-ies by Bruno Haible and Michael Stoll, both in Germany.
clisp.cons.org /clisp.html   (1135 words)

  
 clisp
clisp startup script lisp.run main executable lispinit.mem initial memory image config.lisp site-dependent configuration *.lisp lisp source *.fas lisp code, compiled by clisp *.lib lisp source library information, generated and used by the clisp compiler when compiling require forms *.c C code, compiled from lisp source by clisp for the FFI
LANG specifies the language clisp uses to communicate with the user, unless it is already specified through the environment variable CLISP_LANGUAGE or the -L option.
If you are using pre-built binaries, the problem is likely to be in the incompatibilities between the platform on which the binary was built and yours; please try compiling the sources.
ccrma.stanford.edu /planetccrma/man/man1/clisp.1.html   (1400 words)

  
 CLISP Computer Encyclopedia Enterprise Resource Directory Complete Guide to Internet   (Site not responding. Last check: 2007-10-23)
CLISP Computer Encyclopedia Enterprise Resource Directory Complete Guide to Internet
CLISP includes an {interpreter}, {bytecode compiler}, almost all of the {CLOS} {object system}, a {foreign language interface} and a {socket interface}.
CLISP is {Free Software} and distributed under the {GPL}.
www.jaysir.com /computer-encyclopedia/c/clisp-computer-terms.htm   (130 words)

  
 31.6. Quickstarting delivery with CLISP
CLISP programs into executable programs, which can be started as quickly as executables written in other languages.
CLISP; then you can make the files executable and run them from the command line.
CLISP, separate them with no-break spaces instead of normal spaces.
www.podval.org /~sds/clisp/impnotes/quickstart.html   (448 words)

  
 GNU CLISP - SWiK
CLISP is written in C and Common Lisp, the code is portable to the various UNIXes and Windows as well.
CLISP was first written by Bruno Haible and Michael Stoll for the Atari.
GNU CLISP is a is an ANSI Common Lisp implementation.
swik.net /CLISP   (1089 words)

  
 CLISP Common Lisp Praise
CLISP fully supports Unicode 3.2: here is a Lisp file with Japanese characters in it, run in xterm:
CLISP compares well with other ANSI CL implementations with respect to performance in most areas, such as CLOS, I/O, lists, integer arithmetics (CLISP's bignum performance is better than that of most other CL implementations).
The worst performance CLISP exhibits is in the area of floating point arithmetics.
clisp.sourceforge.net /propaganda.html   (288 words)

  
 CLISP and MAXIMA for the Sharp Zaurus SL-5000D   (Site not responding. Last check: 2007-10-23)
CLISP and MAXIMA for the Sharp Zaurus SL-5000D
CLISP is a very portable lisp interpreter, and MAXIMA is a symbolic math package written in lisp.
You need to change it to point to your CLISP binary, and you also need to give that CLISP binary some arguements to have it load the default memory state.
web.njit.edu /~rxt1077/clisp-maxima-zaurus.html   (539 words)

  
 gmane.lisp.clisp.devel   (Site not responding. Last check: 2007-10-23)
Going to clisp's regexp/regex.c file and changing the line that said #include to #include "regex.h" solved the problem by having the build rely on the local copy of the header file.
CLisp works great on both ;) ---------------------------------------------------------------------- Comment By: Sam Steingold (sds) Date: 2006-07-20 16:40 Message: Logged In: YES user_id=5735 This bug report is now marked as "pending"/"works for me".
Bugs item #1555096, was opened at 2006-09-09 03:43 Message generated for change (Comment added) made by yykav You can respond by visiting: https://sourceforge.net/tracker/?func=detailandatid=101355andaid=1555096andgroup_id=1355 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update.
blog.gmane.org /gmane.lisp.clisp.devel?set_lines=100000   (3077 words)

  
 Using and Installing CLISP   (Site not responding. Last check: 2007-10-23)
CLISP is installed on the Linux machines in the EBW lab.
When starting CLISP from the command line, you have to specify two parameters.
This should bring up the CLISP intro screen and give you a lisp command line.
www.cecs.missouri.edu /~skubic/375/clisp.htm   (246 words)

  
 Sound and Music Applications
Clisp compiles to bytecode so the resulting compiled output files are much more compact but it has a horrible ffi (Foreign Function Inteface) so that CLM suffers from some limitations when running under it (see the no-ffi limitations at the end of the CLM manual for details).
Both debuggers (Clisp and Cmucl) are not very good, each one has quirks, those in the know lean in favor of cmucl.
The preferred way to run Common Lisp applications is to run Clisp or CMUCL as a subprocess of the emacs or xemacs editor through the use of the Slime package.
ccrma.stanford.edu /planetccrma/software/soundapps.html   (3810 words)

  
 [Maxima] cvs maxima and clisp/cygwin   (Site not responding. Last check: 2007-10-23)
I have just built and tested the sourceforge cvs maxima on a PC using cygwin and clisp-2.27.
clisp was built using the recipe I posted on 6 Nov. (I have not succeeded in building maxima using the win32 binary of clisp, or in building gcl).
The cvs code built out of the box: cd src make clisp-compile make maxima-clisp.mem make test-clisp Test results are OK. The only problem I have is that the quit() command doesn't work.
www.math.utexas.edu /pipermail/maxima/2001/000871.html   (128 words)

  
 AH2CL
It produce (at the moment) ffi (foreign function interface) for clisp and for uffi (but callbacks are well tested only with clisp and cmucl).
Note: ffi-glue.lisp is here to enable callbacks in both clisp and cmucl/sbcl.
CLisp is ~12% slower (62.5 FPS) on this plateform.
hocwp.free.fr /ah2cl   (355 words)

  
 Debian -- clisp
GNU CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe University and Michael Stoll of Munich University, both in Germany.
It is Free Software and may be distributed under the terms of GNU GPL, while it is possible to distribute commercial proprietary applications compiled with GNU CLISP.
GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, sockets, i18n, fast bignums and more.
packages.debian.org /testing/interpreters/clisp   (252 words)

  
 CLISP FFI HOWTO
This is a short guide to extending CLISP on Debian sarge via its FFI and module facilities.
This guide is by no means meant to be authoritative: merely a collection of the bumps the author hit along to road and how he managed to steer clear of them.
Clisp generally installs clisp-link into /usr/lib/clisp, and on some platforms without execute permissions, so you need to either:
www.niksula.cs.hut.fi /~tsiivola/clisp-ffi-howto.html   (454 words)

  
 CLASH: CLisp As SHell   (Site not responding. Last check: 2007-10-23)
You should be able to run a shell script using the CLISP built-in function
If you are running CLISP as your shell, and do this, you will then be able to run programs (more or less) normally.
Dump a memory image from a CLISP with the read macro and any convenience stuff loaded, as described in impnotes.
www.gnu.org /software/clisp/clash.html   (528 words)

  
 BeBits - CLISP for BEOS
This is a port of CLISP version 2000-04-03 to BEOS.
This is the announcement of the release of CLISP that Bruno Haible sent to clisp-list@lists.sourceforge.net
This is based on a snapshot of clisp, but should be as reliable as the
www.bebits.com /app/1277   (240 words)

  
 GNU CLISP 2.27 released   (Site not responding. Last check: 2007-10-23)
From: Paolo Amoroso To: lwn@lwn.net Subject: GNU CLISP 2.27 released Date: Thu, 19 Jul 2001 12:38:23 +0200 GNU CLISP 2.27 (2001-07-17) has been released.
Together with CMU CL, CLISP is one of the most popular and actively maintained open-source Common Lisp implementations.
CLISP is available on a wide range of architectures and operating systems.
lwn.net /2001/0726/a/gclisp227.php3   (111 words)

  
 Novell: SUSE LINUX 10.1: clisp
CLISP documentation is placed in the following directories:
As well as the conventional CLISP, this package also includes CLX, an
extension of CLISP for the X Window System.
www.novell.com /products/linuxpackages/suselinux/clisp.html   (64 words)

  
 [slime-devel] CLISP on Windows?   (Site not responding. Last check: 2007-10-23)
So I was under the impression that CLISP and Slime Just Worked on Windows.
However I'm trying to build the CLISP lispbox and it's not quite working.
I'm using the vanilla win32 binaries of CLISP (2.33.2) and Emacs (21.3) supplied by their respective developers and the 1.2.1 tar of SLIME.
common-lisp.net /pipermail/slime-devel/2005-June/003372.html   (175 words)

  
 CLiki : clisp
CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe University and Michael Stoll of Munich University, both in Germany.
CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface and a socket interface.
CLISP was used to develop part of the Yahoo!
www.cliki.net /clisp   (347 words)

  
 QSIM + CLISP HOWTO   (Site not responding. Last check: 2007-10-23)
This page presents a way to make QSIM work under CLISP on Windows or Linux.
All you have to do is download the Windows binaries from here (something like clisp-2.35-win32.zip should be there) and unzip them somewhere.
You can quit CLISP by typing "(user::exit)" or by typing "(in-package :user)" and "(exit)".
www.fmph.uniba.sk /~takac/qsimHowTo.html   (717 words)

  
 Symbol-pulled-from-list-is-of-type-cons   (Site not responding. Last check: 2007-10-23)
Im using GNU CLISP 2.35 (2005-08-29) (built on winsteingoldlap.bluelnk.net [192.168.7.100]) on Cygwin 1.5.18-1 and having problems installing slime.
The assertion fails in clisp 2.36 but succeeds in sbcl 0.9.4.
Hi, I try to understand the clisp implementation and downloaded clisp-2.37-i686-pc-linux-gnu-2.6.8.tar.gz In the Makefile, target "base/lisp$(exe):", the cc command has a number of tags for which I cannot find any documentation...
lisp.mp1online.com   (3355 words)

  
 UI and CLISP   (Site not responding. Last check: 2007-10-23)
I am thinking on writing som program i LISP (CLISP) but the problem is that i whant to write a GUI-based program (first stop is Windows version).
What i am looking for is a easy way like Java have, (i don't want solution with javaserver etc. i like to produce a standalone file that a easy can givet to other).
What I like is X, so I'd use a X server on MS-Windows and clx from clisp.
codecomments.com /Lisp/message855188.html   (610 words)

  
 CLISP   (Site not responding. Last check: 2007-10-23)
Allo, Can anybody tell mee what Linux distribution contains a precompiled CLISP, and where to get her.
I suppose by CLISP you mean the Common Lisp implementation GNU CLISP[1].
> On Tue, 4 Jan 2005 14:21:18 +0100, "Robo Brale" wrote: > > > I suppose by CLISP you mean the Common Lisp implementation GNU > CLISP[1].
www.codecomments.com /message358554.html   (484 words)

  
 [No title]
CLISP should neither exit nor crash under infinite recursion.
The most important encodings are built-in anyway, and CLISP can use the GNU libc 2.2 iconv and a GNU libiconv when it is independently installed.
If CLISP has been configured with option --with-dynamic-modules, this is much faster than constructing a temporary linking set.
ftp.gnu.org /pub/gnu/clisp/NEWS   (14808 words)

  
 clisp-2.33.2-1.i386 RPM
From SourceForge / c / cl / clisp
It is Free Software and may be distributed under the terms of GNU GPL, while it is possible to distribute commercial applications compiled with GNU CLISP.
GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, a foreign language interface, sockets, i18n, fast bignums and more.
rpmfind.net /linux/RPM/sourceforge/c/cl/clisp/clisp-2.33.2-1.i386.html   (200 words)

  
 CLISP Solaris Packages   (Site not responding. Last check: 2007-10-23)
These are pre-compiled CLISP packages for x86 and Sparc (32bit) for Solaris releases 8/9/10.
Not being much of a traditionalist, the packages will be installed with the prefix, /usr/local/clisp, to make it easy to differentiate between CLISP, itself, and the rest of /usr/local.
If I get enough complaints about this, I'll be sure to change it.
riemann.solnetworks.net /~dlewis/packages/clisp   (170 words)

  
 CLISP - OneLook Dictionary Search
We found 3 dictionaries with English definitions that include the word CLISP:
Tip: Click on the first link on a line below to go directly to a page where "CLISP" is defined.
CLISP : Free On-line Dictionary of Computing [home, info]
www.onelook.com /cgi-bin/cgiwrap/bware/dofind.cgi?word=CLISP   (77 words)

  
 CLISP   (Site not responding. Last check: 2007-10-23)
CLISP - ANSI Common Lisp compiler, debugger, and interpreter
Licensed under The GNU General Public License, Version 2.
Please consider donating to the FSF to help support this project.
directory.fsf.org /GNU/CLISP.html   (313 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.