Sponsorzy katalogu:
Centrum Rezerwacji Hoteli. Internetowy system umozliwiający dokonanie rezerwacji z natychmiastowym potwierdzeniem w ponad 500 hotelach w całej Polsce. Hotele Warszawa, hotele w Krakowie, Poznaniu, Wrocławiu i wielu innych mistach w Polsce po bardzo konkurencyjnych cenach.
Centralny System Rezerwacji Online oferuje rezerwację hoteli w całej Polsce po bezkonkurencyjnych cenach. Odwiedź www.hotele.pl i rezerwuj hotele w Polsce po super cenach !
System rezerwacji hoteli w Polsce. Szybka i intuicyjna rezerwacja, bezpieczna płatność online kartami kredytowymi i przelewami. Rezerwuj hotele w całej Polsce. W ofercie kilkaset hoteli, zarówno tych luksusowych, jak i tanich hoteli turystycznych.
| | |
Tytuł strony: ACL2
Opis strony: Applicative Common Lisp, multipurpose system. Most common uses: language for programming, specification, modeling; a formal mathematical logic, semi-automatic theorem prover. [Open Source, GPL]
Adres: http://www.cs.utexas.edu/users/moore/acl2/
Tytuł strony: Allegro CL
Opis strony: Franz Allegro is a CL compiler available for Linux, Unix, and Windows. Free and commercial versions.
Adres: http://www.franz.com/products/
Tytuł strony: Armed Bear Common Lisp
Opis strony: 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]
Adres: http://armedbear.org/abcl.html
Tytuł strony: CLISP
Opis strony: ANSI Common Lisp implementation: descriptions, documents, FAQs, downloads, links, developers.
Adres: http://clisp.cons.org/
Tytuł strony: CLISP
Opis strony: Interpreter and FASL compiler, portable ANSI Common Lisp implementation, CLtL2 conformant, available for many platforms; multilingual user interface. [Open Source, GPL]
Adres: http://clisp.sourceforge.net/
Tytuł strony: CMU Common Lisp: CMUCL
Opis strony: 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]
Adres: http://www.cons.org/cmucl/
Tytuł strony: Common Lisp Hypermedia Server: CL-HTTP
Opis strony: World Wide Web server implemented in CL; goal: to rapidly prototype, smoothly evolve experimental, novel, or complex applications for the WWW. [Open Source]
Adres: http://www.cl-http.org:8001/cl-http/
Tytuł strony: Common Lisp to C Compiler: CLiCC
Opis strony: 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]
Adres: http://www.informatik.uni-kiel.de/~wg/clicc.html
Tytuł strony: Corman Technologies
Opis strony: Corman Lisp and PowerLisp compilers with support for 68k and PPC Macs. [Shareware/Freeware for personal use]
Adres: http://www.cormanlisp.com/
Tytuł strony: Digitool, Inc.
Opis strony: 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.
Adres: http://www.digitool.com/
Tytuł strony: DotLisp
Opis strony: 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.
Adres: http://dotlisp.sourceforge.net/
Tytuł strony: ECL: Embeddable Common Lisp
Opis strony: ANSI CL, has interpreter, Lisp to C compiler, can make standalone executables or libraries to call from C programs. [Open source, LGPL]
Adres: http://ecls.sourceforge.net/
Tytuł strony: ECoLisp: ECL
Opis strony: Embeddable Common Lisp, implementation to embed in C-based programs; FTP site.
Adres: ftp://ftp.di.unipi.it/pub/lang/lisp/
Tytuł strony: EuLisp
Opis strony: 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.
Adres: http://www.aiai.ed.ac.uk/~jeff/lisp/eulisp.html
Tytuł strony: EuLisp Programming Language
Opis strony: Level-0 description document with history, definitions.
Adres: http://people.bath.ac.uk/masjap/EuLisp/
Tytuł strony: GNU Common Lisp: GCL
Opis strony: CL interpreter. Home site: description, mail list, archives, news, CVS, downloads, links. [Open Source, GPL]
Adres: http://www.gnu.org/software/gcl/
Tytuł strony: GNU Common Lisp: GCL
Opis strony: FTP site, many downloads. [Open Source, GPL]
Adres: ftp://rene.ma.utexas.edu/pub/gcl/
Tytuł strony: GOO
Opis strony: 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.
Adres: http://people.csail.mit.edu/jrb/goo/
Tytuł strony: Hedgehog Lisp
Opis strony: 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]
Adres: http://hedgehog.oliotalo.fi/
Tytuł strony: librep
Opis strony: 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]
Adres: http://librep.sourceforge.net/
Tytuł strony: LispWorks Ltd.
Opis strony: ANSI CL and IDE with cross-platform GUI tools for Linux, Mac OS X, Unix, Windows. Related products and services. Free and commercial versions.
Adres: http://www.lispworks.com/
Tytuł strony: Lush: Lisp Universal SHell
Opis strony: 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.
Adres: http://lush.sourceforge.net/
Tytuł strony: Manifesto on JAR's Next Language
Opis strony: Was Jargol. Proposal with wish/feature list.
Adres: http://mumble.net/~jar/articles/language-manifesto.html
Tytuł strony: newLISP
Opis strony: 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]
Adres: http://www.newlisp.org/
Tytuł strony: OpenLisp by Eligis
Opis strony: ISLisp interpreter, coded in C, ported to over 90 architectures, 16- to 64-bits. [commercial, free non-commercial use]
Adres: http://christian.jullien.free.fr/
Tytuł strony: OpenMCL
Opis strony: An open-sourced Common Lisp implementation for LinuxPPC.
Adres: http://trac.clozure.com/openmcl
Tytuł strony: Opus
Opis strony: A version of Berkeley Franz Lisp for 386-based NetBSD systems.
Adres: http://www.aiai.ed.ac.uk/~jeff/franz-for-386.html
Tytuł strony: Pico Lisp
Opis strony: Minimilist Lisp dialect and virtual machine. Reference, tutorial, FAQ. Downloads. [Open source, GPL]
Adres: http://software-lab.de/ref.html
Tytuł strony: PLisp
Opis strony: 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.
Adres: http://www.cliki.net/PLisp
Tytuł strony: pLISP
Opis strony: 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.
Adres: http://www.thinkartlab.com/pkl/tm/plisp/
Tytuł strony: ProLisp
Opis strony: An interpreter for a lexically scoped minimalistic Lisp of Lisp 1.5 type. It written in C++ and currently runs under Linux. [Open source]
Adres: http://www.aviduratas.de/lisp/prolisp.html
Tytuł strony: PyLisp
Opis strony: Tiny Lisp in Python: brief description, download.
Adres: http://www.biostat.wisc.edu/~annis/creations/PyLisp/
Tytuł strony: SBCL: Steel Bank Common Lisp
Opis strony: 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]
Adres: http://sbcl.sourceforge.net/
Tytuł strony: Scieneer Common Lisp: SCL
Opis strony: Multi-threaded CL, supports symmetrical multiprocessor (SMP) Unix systems.
Adres: http://www.scieneer.com/scl/
Tytuł strony: Star Sapphire Common Lisp
Opis strony: DOS CL implementation with CLOS. Download, full CL reference manual. From Sapiens Software Corp. [free copyrighted unsupported shareware]
Adres: http://www.webweasel.com/lisp/
Tytuł strony: Ufasoft Lisp
Opis strony: Common Lisp development system. Includes command-line and IDE interpreters. Possibility of creating EXE-files. [Free non-commercial and education use]
Adres: http://www.ufasoft.com/lisp/
Tytuł strony: Wade's Common Lisp: WCL
Opis strony: 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.
Adres: http://pgc.com/commonlisp/
Cytat dnia:
Najważniejszą godziną jest zawsze ta obecna! Najważniejszym człowiekiem jest zawsze ten, który akurat stoi przede mną! Dziełem najkonieczniejszym jest zawsze miłość!!
|
Search the Compilers and Interpreters category
Powered by the Free PHP ODP Script
Serwery