Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.474.361 Times

Lisp Implementation freeware
Filter: All | Freeware | Demo
 

Lisp Implementation

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 738

CLISP CLISP is a Common Lisp implementation. It implements the language described in the ANSI Common Lisp standard with many extensions.Common Lisp is a high-level, general-purpose, object-oriented, dynamic, functional programming language.CLISP includes an interpreter, a compiler, a debugger, CLOS,...



Platforms: Windows, Mac, *nix, LISP, BSD Solaris

License: Freeware Download (65): CLISP Download

Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 520

CLISP - an ANSI Common Lisp CLISP is a portable ANSI Common Lisp implementation and development environment by Bruno Haible. Interpreter, compiler, debugger, CLOS, MOP, FFI, Unicode, sockets, CLX. UI in English, German, French, Spanish, Dutch, Russian, and Danish.





Platforms: Windows, Mac, Linux

License: Freeware Size: 7.72 MB Download (55): CLISP - an ANSI Common Lisp Download

Added: August 24, 2013 | Visits: 385

ChocoSmallTalk ChocoSmallTalk is a hybrid SmallTalk/Lisp implementation in Common Lisp. The purpose of this project is an embedded SmallTalk in Lisp, known as a meta-circular implementation of lisp as an add-on. As time permits this project should be usable on ARM based processors on handhelds to make a real...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): ChocoSmallTalk Download

Added: October 08, 2010 | Visits: 1.021

CMU Common Lisp CMU Common Lisp is a free implementation of the Common Lisp programming language which runs on most major Unix platforms. CMU Common Lisp project mainly conforms to the ANSI Common Lisp standard.. CMUCL is a high-performance, freeCommon Lisp implementation.


Platforms: *nix

License: Freeware Size: 3.44 MB Download (145): CMU Common Lisp Download

Added: June 17, 2010 | Visits: 1.537

Steel Bank Common Lisp Steel Bank Common Lisp is a development environment for Common Lisp, with excellent support for the ANSI standard: garbage collection, lexical closures, powerful macros, strong dynamic typing, incremental compilation, and the famous Common Lisp Object System (multimethods and all). Steel Bank...


Platforms: *nix

License: Freeware Size: 2.7 MB Download (117): Steel Bank Common Lisp Download

Added: May 12, 2010 | Visits: 559

REDLisp REDLisp is currently only an interpreter of a new dialect of Lisp. REDLisp already has GTK and SDL_mixer support. Functions partially work. Macros will be added very soon, as will classes, multiplatform sockets, and threads. REDLisp isnt meant to replace any current Common Lisp implementation,...


Platforms: *nix

License: Freeware Size: 5.9 MB Download (97): REDLisp Download

Added: July 08, 2013 | Visits: 341

CodeAnalyzer ChocoSmallTalk is a hybrid SmallTalk/Lisp implementation in Common Lisp. The purpose of this project is an embedded SmallTalk in Lisp, known as a meta-circular implementation of lisp as an add-on. As time permits this project should be usable on ARM based processors on handhelds to make a real...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (36): CodeAnalyzer Download

Added: January 07, 2010 | Visits: 1.100

cl-wav-synth cl-wav-synth project is a wav sample editor. The wav sample editor is driven from the lisp REPL: you can watch immediately the result of each applied functions. cl-wav-synth comes with some effects as echo, delay, pitch... The spectrum editor is here just for educational purpose. It show the...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (107): cl-wav-synth Download

Added: October 08, 2010 | Visits: 1.271

Emacs Common Lisp Emacs Common Lisp is an implementation of Common Lisp, written in Emacs Lisp. It does not yet purport to conform to the ANSI standard since, among other things, CLOS, and pretty printing are missing. However, most other Common Lisp features like lexical closures, packages, readtables, multiple...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (120): Emacs Common Lisp Download

Released: August 23, 2012  |  Added: August 23, 2012 | Visits: 524

Ufasoft Lisp Studio Common Lisp development system. Includes console and IDE Lisp interpreter and compiler. Possibility of creating EXE-files. Supports CLOS. It is smallest implementation of standard Lisp, just 1MB of binary code.


Platforms: Windows

License: Freeware Size: 3 MB Download (48): Ufasoft Lisp Studio Download

Added: March 17, 2010 | Visits: 1.133

lisp-cgi-utils lisp-cgi-utils is a CGI library for Common Lisp. It implements a very basic HTTP/CGI interface (sending headers, getting GET/POST and environment variables) and offers tools for easier HTML generation with special support for handling HTML forms. lisp-cgi-utils also supports HTTP cookies for...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (104): lisp-cgi-utils Download

Added: May 04, 2010 | Visits: 1.233

lisp-network-server lisp-network-server is a simple framework for writing Common Lisp network applications. lisp-network-server framework takes care of listening on the network, accepting the connection and starting a new thread with handler functions of your network aware application..


Platforms: *nix

License: Freeware Size: 10.24 KB Download (107): lisp-network-server Download

Added: February 25, 2010 | Visits: 913

NTW Lisp NTW Lisp project is a server written in Common Lisp for applications that use the NTW protocol to communicate with a GUI client. NTW is a collection of three things: - A protocol used to describe GUI widgets and events. - A client program which displays widgets described by the protocol and...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (97): NTW Lisp Download

Added: March 27, 2010 | Visits: 882

Lisp::Fmt Lisp::Fmt is a Perl module for Common Lisp like formatting. SYNOPSIS use Lisp::Fmt; $str = fmt("~{~a ~5,,,*a~}", $a,$b,$c,$d); # store result in $str pfmt("~{ ~a~5,,,*a~}", $a,$b,$c,$d); # print to stdout The Common Lisp "format" function provides an extremely rich set of formatting...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (100): Lisp::Fmt Download

Added: February 26, 2010 | Visits: 869

Emacs::Lisp Emacs::Lisp provides support for writing Emacs extensions in Perl. Emacs allows you to customize your environment using Lisp. With EPL, you can use Perl, too. This module allows Perl code to call functions and access variables of Lisp. You still need to learn some Lisp in order to understand...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (92): Emacs::Lisp Download

Added: July 26, 2010 | Visits: 2.158

Bellagio OpenMAX IL Implementation Bellagio is a sample implementation of OpenMAX IL for Linux. It enables software developers and ISVs to familiarize themselves with the OpenMAX IL API and to develop their own OpenMAX multimedia and streaming media components for mobile devices, including codecs, video I/O, and audio mixers....


Platforms: *nix

License: Freeware Size: 501.76 KB Download (128): Bellagio OpenMAX IL Implementation Download

Added: July 01, 2010 | Visits: 1.570

Fast MD5 Implementation in Java Fast MD5 Implementation in Java is a heavily optimized implementation of the MD5 hashing algorithm written in Java. Fast MD5 Implementation in Java includes an optional native method for even greater speed improvements. How Fast Is It? Short answer:Much faster than any other Java...


Platforms: *nix

License: Freeware Size: 74.75 KB Download (176): Fast MD5 Implementation in Java Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 587

BEE Lisp BEE Lisp is a superficial expandable compiler for Lisp language which allows to create completely independent EXE and DLL files. In contrast with the majority of analogues executable files created by this compiler do not demand presense of any interpreters or virtual machines. Simple programming...


Platforms: Windows

License: Freeware Size: 5.12 MB Download (57): BEE Lisp Download

Released: December 08, 2012  |  Added: December 08, 2012 | Visits: 385

LispIDE LispIDE is a basic graphical shell for several Lisp and Scheme implementations available for Windows. LispIDE seems to work with: Corman Common Lisp, Steel Bank Common Lisp, CLISP, Gnu Common Lisp, Gambit Scheme, Bigloo Scheme, SCM Scheme, Arc, newLISP, OpenLisp, Clozure Common Lisp. Please let...


Platforms: Windows

License: Freeware Size: 5.7 MB Download (46): LispIDE Download

Added: May 10, 2013 | Visits: 436

Maintenance-free Signals implementation This is a signals implementation for python. It is similar to the pydispatch module. This implementation enables you to create Signals as members of classes, as globals, or as locals. You may connect any number of functions or class methods to any signal. Connections manage themselves with the...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (56): Maintenance-free Signals implementation Download

1 2 3 4 5 >