web search Web Search web search Image Search web search Web Directory web search Shopping web search 4WX Weather web search Domain Search
Yallaa.com
Arts Business Computers Games Health Home Kids News
Recreation Reference Regional Science Shopping Society Sports World
Search:


See also:


    Open in a new Window
      » ACL2 - Applicative Common Lisp, multipurpose system. Most common uses: language for programming, specification, modeling; a formal mathematical logic, semi-automatic theorem prover. [Open Source, GPL]

    Open in a new Window
      » Allegro CL - Franz Allegro is a CL compiler available for Linux, Unix, and Windows. Free and commercial versions.

    Open in a new Window
      » Arc - Lisp dialect by Paul Graham; readings in: design philosophy, lessons, why it isn't especially object-oriented, FAQ.

    Open in a new Window
      » Arc Forum - Newbie-friendly community, because all Arc users are new to some extent.

    Open in a new Window
      » Armed Bear Common Lisp - ANSI CL, runs on Java Virtual Machine, JVM. Has runtime system, compiler turns Lisp source to JVM bytecode, interactive REPL to develop programs. [Open Source, GPL]

    Open in a new Window
      » CLISP - ANSI Common Lisp implementation: descriptions, documents, FAQs, downloads, links, developers.

    Open in a new Window
      » CLISP - Interpreter and FASL compiler, portable ANSI Common Lisp implementation, CLtL2 conformant, available for many platforms; multilingual user interface. [Open Source, GPL]

    Open in a new Window
      » CMU Common Lisp: CMUCL - CL implementation, runs on most major Unix platforms, mainly conforms to ANSI CL standard; fast compiler outputs native code, of near C speed; powerful module system, data structures. [Freeware]

    Open in a new Window
      » Common Lisp Hypermedia Server: CL-HTTP - World Wide Web server implemented in CL; goal: to rapidly prototype, smoothly evolve experimental, novel, or complex applications for the WWW. [Open Source]

    Open in a new Window
      » Common Lisp to C Compiler: CLiCC - Not a CL system, compiles Lisp programs into working C programs; is coded in Lisp; supports strict, very large subset of CL + CLOS. Descriptions, documents, downloads. [Open Source, GPL]

    Open in a new Window
      » Corman Technologies - Corman Lisp and PowerLisp compilers with support for 68k and PPC Macs. [Shareware/Freeware for personal use]

    Open in a new Window
      » Digitool, Inc. - Makes Macintosh Common Lisp, MCL: for 68k, PowerPC; compiles to native code, supports threads, integrates well into Mac OS, fun; Common Lisp Interface Manager, CLIM: platform independent user interface system, to target other Lisp platforms.

    Open in a new Window
      » DotLisp - Interactive Lisp dialect for CLR (.Net) scripting, development. Deep CLR integration, sharing type system, GC, other runtime services, transparent access to .Net w/o a FFI or wrappers. Open source, BSD.

    Open in a new Window
      » ECL: Embeddable Common Lisp - ANSI CL, has interpreter, Lisp to C compiler, can make standalone executables or libraries to call from C programs. [Open source, LGPL]

  • ECoLisp: ECL - Embeddable Common Lisp, implementation to embed in C-based programs; FTP site.
    Open in a new Window
      » EuLisp - Dialect of scope similar to Common Lisp, object-oriented, but organized differently, with claimed cleaner design, by a group of European industrial and academic Lisp users and implementors. Description, FTP server, contacts, links.

    Open in a new Window
      » EuLisp Programming Language - Level-0 description document with history, definitions.

    Open in a new Window
      » GNU Common Lisp: GCL - CL interpreter. Home site: description, mail list, archives, news, CVS, downloads, links. [Open Source, GPL]

  • GNU Common Lisp: GCL - FTP site, many downloads. [Open Source, GPL]
    Open in a new Window
      » GOO - Generic Object Orientator, replaces Protojunior: OO, type-based prefix-syntax language; like a simpler, more dynamic, Lispy Dylan and OO Scheme; simple, efficient, extensible. Description, manual, rationale, downloads.

    Open in a new Window
      » Hedgehog Lisp - Small dialect for low-end and embedded devices. Has compiler to bytecode and corresponding interpreter, coded in standard C, efficient, portable, can be compiled to very small executable or library. [Open Source, GPL]

    Open in a new Window
      » L Sharp .NET - Lisp-like scripting language for .NET; uses Lisp dialect similar to Arc but tightly integrates with .NET Framework which provides a rich set of libraries. Open source GPL.

    Open in a new Window
      » librep - Shared library implementing Lisp dialect that is lightweight, fairly fast, highly extensible. Has interpreter, byte-code compiler, virtual machine. Programs may use interpreter as an extension language, or it may be used for standalone scripts. [Open source, GPL]

    Open in a new Window
      » LispWorks Ltd. - Was Xanalys. Makes LispWorks ORB, Liquid Common Lisp, KnowledgeWorks; integrated cross-platform development tool, full native ANSI Common Lisp for Linux, Mac OS X, Unix, Windows; related products, services. Free and commercial versions.

    Open in a new Window
      » Lush: Lisp Universal SHell - Object-oriented language for researchers, experimenters, engineers, for large-scale numerics and graphics. Merges 3 languages: (1) weakly-typed, garbage-collected, dynamically scoped, interpreted language with Lisp syntax, (2) strongly-typed, lexically-scoped compiled language with Lisp syntax, (3) C language, can be freely mixed with Lush code in one program, even in one function.

    Open in a new Window
      » Manifesto on JAR's Next Language - Was Jargol. Proposal with wish/feature list.

    Open in a new Window
      » newLISP - General purpose scripting Lisp dialect for Cygwin, FreeBSD, Linux, Mac OS X, Solaris, Win32; like Scheme but with dynamic scoping; GUI version has IDE with editors and source level debugger, Tcl/Tk frontend. [Open Source, GPL]

    Open in a new Window
      » OpenLisp by Eligis - ISLisp interpreter, coded in C, ported to over 90 architectures, 16- to 64-bits. [commercial, free non-commercial use]

    Open in a new Window
      » OpenMCL - An open-sourced Common Lisp implementation for LinuxPPC.

    Open in a new Window
      » Opus - A version of Berkeley Franz Lisp for 386-based NetBSD systems.

    Open in a new Window
      » Pico Lisp - Minimilist Lisp dialect and virtual machine. Reference, tutorial, FAQ. Downloads. [Open source, GPL]

    Open in a new Window
      » PLisp - Language gets overall syntax from Common Lisp and operators and datatypes from PostScript (PS). Compiler translates PLisp to PS, which can then run on any PS engine. Wiki page with description, links, code samples.

    Open in a new Window
      » pLISP - Experimental implementation of parallel functional programming. Built as a hybrid architecture, uses simple Lisp interpreter to drive the compiler, and wraps calls to the Graph-reduction VM.

    Open in a new Window
      » ProLisp - An interpreter for a lexically scoped minimalistic Lisp of Lisp 1.5 type. It written in C++ and currently runs under Linux. [Open source]

    Open in a new Window
      » PyLisp - Tiny Lisp in Python: brief description, download.

    Open in a new Window
      » SBCL: Steel Bank Common Lisp - Compiler and runtime system for ANSI CL. Has interactive environment including an integrated native compiler, debugger, many extensions; runs on many platforms. [Open Source, GPL]

    Open in a new Window
      » Scieneer Common Lisp: SCL - Multi-threaded CL, supports symmetrical multiprocessor (SMP) Unix systems.

    Open in a new Window
      » Star Sapphire Common Lisp - DOS CL implementation with CLOS. Download, full CL reference manual. From Sapiens Software Corp. [free copyrighted unsupported shareware]

    Open in a new Window
      » Ufasoft Lisp - Common Lisp development system. Includes command-line and IDE interpreters. Possibility of creating EXE-files. [Free non-commercial and education use]

    Open in a new Window
      » Wade's Common Lisp: WCL - Implements CL for Linux on x86 hardware, has large CL subset as a shared library that can link with Lisp and C code to make efficient, small programs; suitable for embedding in other programs.



Click to seach for:
Computers Programming Languages Lisp Compilers and Interpreters
using our WebSearch Engine

You can also try your search with one of the following great Search Engines
Yallaa! WebSearch
ABC.NET Search  
Google 


»» Copyright © 2004 ««

Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor - Previews by Thumbshots