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

Ansi Common software
Filter: All | Freeware | Demo
 

Ansi Common

1 2 3 4 5 > 
Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 519

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: 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 06, 2012  |  Added: August 06, 2012 | Visits: 692

Bouquet: a graph generator Bouquet is a graph generator written in ANSI Common Lisp. Bouquet produces Tulip graph description files; clusters and properties are supported.


Platforms: Windows, Mac, Linux

License: Freeware Size: 14.16 KB Download (46): Bouquet: a graph generator 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: October 08, 2010 | Visits: 1.020

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

Released: July 03, 2010  |  Added: July 06, 2010 | Visits: 1.561

Ufasoft Common Lisp Studio Free Common Lisp implementation. Features: VisualStudio-based IDE, creating EXEs, support of Windows Mobile console and IDE Lisp interpreter and compiler. It is smallest implementation of Common Lisp, just 1MB of binary code.


Platforms: Windows

License: Shareware Cost: $49.00 USD Size: 3.42 MB Download (524): Ufasoft Common Lisp Studio 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: 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: June 26, 2012  |  Added: June 26, 2012 | Visits: 468

Embeddable Common-Lisp ECL (Embeddable Common-Lisp) is an interpreter of the Common-Lisp language as described in the X3J13 Ansi specification, featuring CLOS (Common-Lisp Object System), conditions, loops, etc, plus a translator to C, which can produce standalone executab


Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 8.56 MB Download (53): Embeddable Common-Lisp Download

Added: February 11, 2006 | Visits: 2.334

Common Sense and How to Exercise It Common Sense and How to Exercise it by Yoritomo-Tashi  explains common sense, its application in everyday life and how to make the most out of it.  The writer portrays common sense as the sound judgment of mankind and a composite of perception, memory, thought, alertness, deduction, foresight,...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 567 KB Download (504): Common Sense and How to Exercise It Download

Added: June 06, 2010 | Visits: 1.464

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.092

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 (103): Regexp::Common::comment Download

Added: February 09, 2010 | Visits: 1.121

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 (115): Regexp::Common::net Download

Added: November 18, 2010 | Visits: 1.230

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.095

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 (94): Regexp::Common::time Download

Added: July 31, 2013 | Visits: 1.570

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

Added: November 26, 2010 | Visits: 1.325

Common Text Transformation Library Common Text Transformation Library, CTTL for short, is a set of C++ classes and functions to understand and modify text data. Common Text Transformation Library implementation is based on STL classes and algorithms. Concept of a substring plays major role in design of the text transformation...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (100): Common Text Transformation Library Download

Added: March 17, 2010 | Visits: 1.375

Ubuntu Common Hooker Ubuntu Common Hooker project aims to provide an interface for unknown file extensions to automatically install a certain packages when its called. Use cases Eduard is a schizophrenic, however his only obession and a way to calm him down is listening to "Veronika Plays Piano, volume 1" which...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (116): Ubuntu Common Hooker Download

Added: July 13, 2010 | Visits: 1.022

Common Media Input Layer 0.91 Common Media Input Layer (CMIL) is an C++ OO framework designed to improve the state of cross-platform input handling in games and other similar applications. CMIL was created out of the belief that the methods used in most media APIs perform input handling in a confusing, difficult, inflexible...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (97): Common Media Input Layer 0.91 Download

Added: August 25, 2010 | Visits: 1.008

Common Lisp Kanji Drill Common Lisp Kanji Drill, or CLKD in short, is a newly-released program for learning the meanings of Chinese/Japanese characters (kanji) by means of repeated tests. The project is developed using CLISP, and runs on GNU/Linux and on MS Windows under Cygwin. CLKD uses a web browser as its interface....


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 1024 KB Download (105): Common Lisp Kanji Drill Download

1 2 3 4 5 >