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.076.487 Times

Ansi Common Lisp Solutions freeware
Filter: All | Freeware | Demo
 

Ansi Common Lisp Solutions

< 1 2 3 4 5 > 
Added: July 08, 2013 | Visits: 334

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: June 15, 2013 | Visits: 280

uni2ascii for Linux his package provides conversion in both directions between UTF-8 Unicode and more than thirty 7-bit ASCII equivalents, including RFC 2396 URI format and RFC 2045 Quoted Printable format, the representations used in HTML, SGML, XML, OOXML, the Unicode standard, Rich Text Format, POSIX portable...





Platforms: *nix

License: Freeware Size: 122.88 KB Download (36): uni2ascii for Linux Download

Added: January 18, 2010 | Visits: 1.407

Speech Dispatcher Speech Dispatchers project goal is to provide a device independent layer for speech synthesis through a simple, stable and well documented interface. It takes care of most of the tasks necessary to solve in speech enabled applications. What is a very high level GUI library to graphics, Speech...


Platforms: *nix

License: Freeware Size: 829.44 KB Download (128): Speech Dispatcher Download

Added: March 03, 2010 | Visits: 976

CL-MAGICK CL-MAGICK is a set of bindings to the ImageMagick library. This library provides a large selection of functions for loading, saving, and manipulating images. CL-MAGICK is a Common lisp interface to ImageMagick library. CL-MAGICK is licensed under the MIT license, in order to be in line with the...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (111): CL-MAGICK Download

Added: October 03, 2010 | Visits: 956

ACL2 ACL2 is a programming language in which you can model computer systems and a tool to help you prove properties of those models. ACL2 stands for "A Computational Logic for Applicative Common Lisp". It is an "industrial-strength" version of the NQTHM or Boyer/Moore theorem prover, and has been...


Platforms: *nix

License: Freeware Size: 5.8 MB Download (99): ACL2 Download

Added: November 24, 2010 | Visits: 1.313

GNU Sather 1.2.3 / 1.3 Beta GNU Sather is an object-oriented programming language designed to be simple, efficient and safe. This application aims to be appropriate for use in teaching, research, and industry. It was originally based on Eiffel but now incorporates ideas and approaches from several languages. One way of...


Platforms: *nix

License: Freeware Size: 5.3 MB Download (97): GNU Sather 1.2.3 / 1.3 Beta Download

Added: June 04, 2010 | Visits: 620

Obol Obol is part of a project to investigate properties of security protocols, what they are, how they behave, how they interact, how to deal with them. The Obol language grew out of a desire to escape the distractions of low-level implementation efforts, and the need to experiment and express...


Platforms: *nix

License: Freeware Size: 15 MB Download (94): Obol Download

Released: November 16, 2012  |  Added: November 16, 2012 | Visits: 569

DiscBall DiscBall is a 3D Bubble Shooter for Windows. It takes bubble shooters to the next level. You shoot balls from the center of a 3D rotating disc. Make sets of three or more balls of the same color to clear the level. DiscBall is still in alpha. Features: ยท 3D accelerated graphics, it needs...


Platforms: Windows

License: Freeware Size: 6.32 MB Download (525): DiscBall Download

Released: November 04, 2012  |  Added: November 04, 2012 | Visits: 387

Alpaca Alpaca is a programmable rich-text editor for authors using Mac OS X. It is built on, and programmable in, Common Lisp, and has a complete Common Lisp programming environment built into it.


Platforms: Mac, BSD, Linux

License: Freeware Size: 1.35 MB Download (47): Alpaca Download

Released: June 18, 2012  |  Added: June 18, 2012 | Visits: 464

Etiquette - a protocol construction tool Etiquette is an interaction protocols construction tool. Etiuqette allows to describe communication in high-level and textually condensed fashion. Built-in support for debugging and error-handling policies is provided. Etiquette is written in Common Lisp.


Platforms: Mac, BSD, Linux

License: Freeware Size: 29.75 KB Download (52): Etiquette - a protocol construction tool Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 215

Langband An open-source rewrite of the popular roguelike game Angband. Written in Common Lisp.


Platforms: Windows, Mac, Linux

License: Freeware Size: 4.19 MB Download (57): Langband Download

Released: December 09, 2012  |  Added: December 09, 2012 | Visits: 454

series This is Richard C. Waters' SERIES package for Common Lisp. In a nutshell: Think 'Efficient MAPCAR' SERIES translates functional-style expressions into efficient loops. Series are to loops as control structures are to GOTOs.


Platforms: Windows, Mac, Linux

License: Freeware Size: 148.33 KB Download (53): series Download

Added: June 20, 2013 | Visits: 426

uni2ascii This package provides conversion in both directions between UTF-8 Unicode and more than thirty 7-bit ASCII equivalents, including RFC 2396 URI format and RFC 2045 Quoted Printable format, the representations used in HTML, SGML, XML, OOXML, the Unicode standard, Rich Text Format, POSIX portable...


Platforms: Mac

License: Freeware Size: 163.84 KB Download (37): uni2ascii Download

Released: November 11, 2012  |  Added: November 11, 2012 | Visits: 518

common hardware recovery solutions Common Hardware Recovery Solutions by Ukrainian-Russian network from http://hardw.net/forum


Platforms: Windows, Mac, Linux

License: Freeware Size: 373.04 KB Download (46): common hardware recovery solutions Download

Added: June 06, 2010 | Visits: 1.454

Common Data Format Common Data Format is a self-describing data abstraction for the storage and manipulation of multidimensional data in a platform- and discipline-independent fashion. It consists of a scientific data management package (known as the "CDF Library") that allows programmers and application...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (128): Common Data Format Download

Added: November 08, 2010 | Visits: 1.088

Regexp::Common::comment Regexp::Common::comment is a Perl module that provide regexes for comments. SYNOPSIS use Regexp::Common qw /comment/; while (<>) { /$RE{comment}{C}/ and print "Contains a C commentn"; /$RE{comment}{C++}/ and print "Contains a C++ commentn"; /$RE{comment}{PHP}/ and print "Contains a PHP...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (97): Regexp::Common::comment Download

Added: February 09, 2010 | Visits: 1.115

Regexp::Common::net Regexp::Common::net is a Perl module that provide regexes for IPv4 addresses. SYNOPSIS use Regexp::Common qw /net/; while (<>) { /$RE{net}{IPv4}/ and print "Dotted decimal IP address"; /$RE{net}{IPv4}{hex}/ and print "Dotted hexadecimal IP address"; /$RE{net}{IPv4}{oct}{-sep => :}/ and...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (109): Regexp::Common::net Download

Added: November 18, 2010 | Visits: 1.222

GNU Common C++ GNU Common C++ project is a C++ framework offering portable support for threading, sockets, file access, daemons, persistence, serial I/O, XML parsing, and system services, initially started by David Sugar and Daniel Silverstone. GNU Common C++ is a GNU package and is licensed to the terms of...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (99): GNU Common C++ Download

Added: April 13, 2010 | Visits: 1.091

Regexp::Common::time Regexp::Common::time Perl module contains date and time regexps. SYNOPSIS use Regexp::Common qw(time); # Piecemeal, Time::Format-like patterns $RE{time}{tf}{-pat => pattern} # Piecemeal, strftime-like patterns $RE{time}{strftime}{-pat => pattern} # Match ISO8601-style date/time...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (88): Regexp::Common::time Download

Added: July 31, 2013 | Visits: 1.563

Smart Common Input Method platform The Smart Common Input Method platform (SCIM), is an input method platform supporting more than thirty languages (CJK and many European languages) for POSIX-style operating systems including Linux and BSD.


Platforms: *nix

License: Freeware Size: 1.3 MB Download (111): Smart Common Input Method platform Download

< 1 2 3 4 5 >