Search 5,000,000+ questions and answers.

Frequently Asked Questions

Where can I find free lisp compilers or interpreters?

Frequently Asked Questions for comp.lang.lisp
A lightweight common lisp interpreter and compiler, which compiles to bytecode, and runs on Windows, AmigaOS, Acorns, OS/2 and most flavours of Unix. CLISP's implementation of CLOS is currently not quite complete. CLISP is licensed under the GNU GPL. CMUCL interpreter and optimizing compiler to native code running on a few flavours of Unix (including x86/FreeBSD, x86/Linux and sparc/Solaris). CMUCL can be difficult to compile; it requires itself to build itself, and bootstrapping is an issue.
Related Questions

What Lisp compilers are available?

University of Utah Mathematics Department FAQ: Compilers FAQ
Common LISP, defined by American National Standard for Information Technology: programming language --- Common LISP: ANSI X3.226-1994, and described in more than 60 books. Scheme, a much-simpler Lisp dialect, defined by Revised5 Report on the Algorithmic Language Scheme (published in ACM SIGPLAN Notices 33(9) 26--76, September 1998, and in Higher-Order and Symbolic Computation 11(1), 7--105, August 1998), and IEEE Std 1178-1990, IEEE Standard for the Scheme Programming Language.
Related Questions

Where are the compilers?

DCF FAQ
All the Sun compilers are in /opt/SUNWspro/bin (Solaris) C, C++, Fortran GNU compilers are in /opt/local/bin directory.
Related Questions

Where can I learn about implementing Lisp interpreters and compilers?

Kantrowitz & Margolin comp.lang.lisp FAQ
Books about Lisp implementation include: 1. John Allen "Anatomy of Lisp" McGraw-Hill, 1978. 446 pages. ISBN 0-07-001115-X Discusses some of the fundamental issues involved in the implemention of Lisp. 2. Samuel Kamin "Programming Languages, An Interpreter-Based Approach" Addison-Wesley, Reading, Mass., 1990. ISBN 0-201-06824-9 Includes sources to several interpreters for Lisp-like languages. The source for the interpreters in the book is available by anonymous FTP from a.cs.uiuc.
Related Questions

faq:transition_faq [UTKCS Help Pages]
All compilers officially supported by the Labstaff will be placed in the /usr/local file system on all supported systems. On Debian systems we are currently supporting the gcc compiler system for the C, C++, Objective C, and FORTRAN 77 programming languages. To find the current version, use this command: /usr/local/bin/gcc --version gcc (GCC) 3.4.4 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions.
Related Questions

ACRL home
Why can't I use the C math library? I've included math.h, but compilation fails with "ld: 0711-317 ERROR: Undefined symbol:" messages for the math functions I use.
Related Questions

University of Utah Mathematics Department FAQ: Compilers FAQ
Almost all of our systems have a vendor-provided traditional C compiler named cc, and a 1989 ISO Standard C compiler named c89. Sun Solaris 10, and some recent GNU/Linux systems, also have a 1999 ISO Standard C compiler named c99. However, there are still some deficiencies and omissions of the GNU compiler in conformance to the 1999 ISO Standard, whereas the Sun compiler is believed to be fully conformant. All of our systems also have the GNU C compiler, named gcc.
Related Questions

What Fortran compilers are available?

University of Utah Mathematics Department FAQ: Compilers FAQ
Most of our systems have compilers for the 1978 (called Fortran 77), 1990, and 1995 ISO Standards, with the expected names f77, f90, and f95. Because Fortran 90 introduced a new (somewhat) free-form source format, the later compilers assume the old Fortran 66 and 77 style 72-column fixed format if the file suffix is .f, and otherwise, expect the free-form format. Some have command-line options to specify the source format: consult the appropriate compiler manual pages for details.
Related Questions

What Java compilers are available?

University of Utah Mathematics Department FAQ: Compilers FAQ
Most of our systems have the javac compiler, the javah C header and stub file generator, the javadoc Java API documentation generator, and the java Java interpreter. Most also have the GNU Java compiler, gcj, and the companion gcjh header-file generator and gij Java interpreter. GNU/Linux IA-32, AMD64, and IA-64 systems, and Mac OS X systems, have the IBM Jikes Project compiler, jikes. This compiler requires that the pathname for rt.
Related Questions

What Pascal compilers are available?

University of Utah Mathematics Department FAQ: Compilers FAQ
We have the GNU Pascal compiler, gpc, only on Compaq/DEC OSF/1 Alpha, GNU/Linux AMD64 and IA-32, and Sun Solaris SPARC. We have the Free Pascal compiler, fpc and ppc386, only on GNU/Linux IA-32, AMD64, PowerPC, and SPARC systems, and on Mac OS X PowerPC systems.
Related Questions

What is Jit compilers?.how many are available in clr?

Faith software Solutions
Just-In-Time compiler- it converts the language that you write in .Net into machine language that a computer can understand. there are tqo types of JITs one is memory optimized & other is performace optimized. What is tracing?Where it used.Explain few methods available Tracing refers to collecting information about the application while it is running. Debug Mode for ASP.NET applications - To set ASP.NET appplication in debugging mode, edit the application's web.
Related Questions

Which compilers are available on the Unix platform?

Programming in C and C++: Frequently Asked Questions (FAQ)
There are two choices. The first choice is the native C++ compiler of the environment. The second choice is to use GNU C++ installed on the platform.
Related Questions

What compilers are available for Linux on Itanium?

Gelato :: About
Compilers include GCC (http://gcc.gnu.org), the Open Research Compiler (ORC) (http://ipf-orc.sourceforge.net) and the Intel compilers (http://www.intel.com/software/products/compilers/)
Related Questions

Is Scheme a lisp?

Frequently Asked Questions for comp.lang.lisp
Scheme is a member of the greater family of Lisp languages, assuming that is considered to include others like Dylan and Emacs Lisp. The design of Scheme predates the ANSI Common Lisp standard, and some CL features such as lexical scoping may be considered to have been derived from Scheme. More detailed comparative discussions don't generally prove very productive; those that are interested in discussing Scheme should first consider discussing it in comp.lang.
Related Questions

Compilers Q. What compilers are available on the Linux Clusters?

ARL MSRC: Frequently Asked Questions (FAQs)
After you have your .cshrc file set up to invoke modules, please type "module avail" and under the section /usr/cta/modules/3.1.6/modulefiles/ you will see various compilers to load. The default on a Linux system is the gcc compiler.
Related Questions

What compilers/languages are available for QNX® 4.+?

BitCtrl Systems -> QNX® Distribution -> FAQ
Jean-Claude MICHOT (jcmichot@teaser.fr) has released a version of the GNU pascal compiler. Check out http://www.teaser.fr/
Related Questions

Q1: Which versions of the compilers are currently available?

C++ Development Environment - ugu
Several versions are available, depending on your operating system. For current version and pricing information, call 1.800.AT.COMPAQ (1.800.282.6672) or contact your local business partner.
Related Questions

What is Lisp?

Lisp FAQ
Lisp is a family of programming languages descended from a language John McCarthy invented (or more accurately, discovered) in the late 1950s. The two main dialects now are Common Lisp and Scheme. We're working on a new dialect called Arc.
Related Questions

Staging Area for the Common Lisp FAQ
But you now wish to add a special case. Simple: (defun foo (bar &optional (special-case nil)) (if special-case 0 (+ bar 42))) (foo 3) 45 (foo 3 t) 0 Rather than having to write two functions, with the oldest one delegating to the new one, you simply amend the existing one with optional arguments, all of which you give a default value that you can now account for in the new version.
Related Questions

Which compilers are supported?

SGI STL: Frequently Asked Questions
The STL has been tested on these compilers: SGI 7.1 and later, or 7.0 with the -n32 or -64 flag; gcc 2.8 or egcs 1.x; Microsoft 5.0 and later. (But see below.) Boris Fomitchev distributes a port for some other compilers. If you succeed in using the SGI STL with some other compiler, please let us know, and please tell us what modifications (if any) you had to make. We expect that most of the changes will be restricted to the <stl_config.h> header.
Related Questions

What are the basic details about the compilers?

The umich.umce.login FAQ List
This is Sun's C compiler for Solaris. It comes with several helpful tools, including cscope. It is the default C compiler on the ITD Login service. System V make, ar, etc. are also in the default path. Solaris provides a Berkeley compatibility environment which includes a special C compiler and a set of Berkeley-compatible include files and compiler libraries. If you need this environment, use the ucbcc command, which is now in the default path. This is Gnu's C Compiler.
Related Questions

Where can I buy a professional lisp system?

Frequently Asked Questions for comp.lang.lisp
Franz Inc's Allegro Common Lisp is a fine lisp development environment. See their website for more detailsLCL Another offering from Xanalys, LispWorks has a different set of extensions above the ANSI specification from LCLMCL A commercial natively multithreaded implementation of Common Lisp for various Unixes.Symbolics Common Lisp
Related Questions

What online resources are there for lisp users?

Frequently Asked Questions for comp.lang.lisp
A non-normative transferral of the official ANSI standard for Common Lisp to the hypertext medium, by Kent Pitman.Association of Lisp Users
Related Questions

Why doesn't Common Lisp have continuations?

Frequently Asked Questions for comp.lang.lisp
Continuations are a great theoretical tool; if a language has first-class, multiply invocable continuations then one can build threads, exceptions, coroutines, and the kitchen sink on top. However, there is an implementation burden with continuations; supporting first-class, multiply invocable continuations complicates things tremendously for the Lisp implementor.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact