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

Free Programming Language software
Filter: All | Freeware | Demo
 

Free Programming Language

< 1 2 3 4 5 > 
Added: September 05, 2010 | Visits: 1.290

mod_perl mod_perl project brings together the full power of the Perl programming language and the Apache HTTP server. You can use Perl to manage Apache, respond to requests for web pages and much more. mod_perl gives you a persistent Perl interpreter embedded in your web server. This lets you avoid the...



Platforms: *nix

License: Freeware Size: 3.5 MB Download (97): mod_perl Download

Added: May 16, 2010 | Visits: 1.154

Objective Modula-2 Objective Modula-2 programming language is a hybrid between Smalltalk and Modula-2 based on the object model and runtime of Objective-C. The design is an example how native Cocoa/GNUstep support can be added to static imperative programming languages without implementing a bridge. Objective...





Platforms: *nix

License: Freeware Size: 19.46 KB Download (108): Objective Modula-2 Download

Added: March 09, 2010 | Visits: 1.484

Inline-API Inline-API is a Perl module that teach you how to bind a programming language to Perl using Inline.pm. SYNOPSIS #!/usr/bin/perl use Inline Foo; say_it(foo); # Use Foo to print "Hello, Foo" __Foo__ foo-sub say_it { foo-my $foo = foo-shift; foo-print "Hello, $foon"; } So you think...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (88): Inline-API Download

Added: September 07, 2010 | Visits: 1.149

MIT/GNU Scheme MIT/GNU Scheme is an implementation of the Scheme programming language, providing an interpreter, compiler, source-code debugger, integrated Emacs-like editor, and a large runtime library. This project is best suited to programming large applications with a rapid development cycle. Recent...


Platforms: *nix

License: Freeware Size: 18.3 MB Download (105): MIT/GNU Scheme Download

Added: June 03, 2010 | Visits: 1.168

x10 X10 project is a new object-oriented, type-safe programming language for programming the next generation of high performance systems. X10 is designed and developed by IBM. While developed in close contact with the designers of X10 at IBM there are significant differences in syntax and semantics...


Platforms: *nix

License: Freeware Size: 8.1 MB Download (107): x10 Download

Added: March 04, 2010 | Visits: 803

GvTags GvTags is a lightweight yet powerful tag library and template engine for the dynamic programming language Groovy. The tag library can be used to generate Web pages with powerful tag support. GvTags can be used with the template servlet of GvTags (TagTemplateServlet) or with JavaServer Pages...


Platforms: *nix

License: Freeware Size: 1.9 MB Download (95): GvTags Download

Added: June 06, 2010 | Visits: 1.044

ChucK ChucK is a new audio programming language for real-time synthesis, composition, and performance - fully supported on MacOS X, Windows, and Linux. ChucK presents a new time-based concurrent programming model, which supports a highly precise and fundamental level of expressiveness (we call this...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (103): ChucK Download

Added: October 23, 2010 | Visits: 1.141

Bake Bake is a small domain specific programming language for describing how to transform one file into another. Bake uses the typical topological sort, but has features that make describing this relatively easy. Bake has patterns, similar to make, but which are part of the dependency graph (unlike...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (101): Bake Download

Added: August 12, 2010 | Visits: 918

eGTK eGTK is a binding between the Eiffel programming language and the GTK+ widget toolkit. eGTK works with two compilers: the GNU SmallEiffel compiler and ISE Eiffel (commercial compiler). Gtk+ is a widget toolkit for X-window systems. Gtk+ appears to be the most popular open source toolkit...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (88): eGTK Download

Added: July 25, 2010 | Visits: 785

PureBasic PureBasic is a new "high level" programming language based on established BASIC rules. PureBasic is similar to any other BASIC compiler you may have used, whether for the Amiga or PC. Learning PureBasic is very easy! PureBasic has been created for the beginner and expert alike. Compilation time...


Platforms: *nix

License: Shareware Cost: $69.00 USD Size: 4.1 MB Download (94): PureBasic Download

Added: March 23, 2010 | Visits: 874

Polymorphic XML Parser Polymorphic XML Parser is a validating XML parser for the programming language Objective Caml. In October, 1999, I started writing a validating XML parser for OCaml; the first published versions have been called "Markup" (simply because the package name was "markup"). After this parser had some...


Platforms: *nix

License: Freeware Size: 614.4 KB Download (91): Polymorphic XML Parser Download

Added: February 15, 2010 | Visits: 1.301

Alice ML Alice is a functional programming language based on Standard ML, extended with rich support for concurrent, distributed, and constraint programming..


Platforms: *nix

License: Freeware Size: 286.72 KB Download (117): Alice ML Download

Added: March 21, 2010 | Visits: 995

The Objective Caml Caml is a general-purpose programming language, designed with program safety and reliability in mind. It is very expressive, yet easy to learn and use. Caml supports functional, imperative, and object-oriented programming styles. It has been developed and distributed by INRIA, Frances national...


Platforms: *nix

License: Freeware Size: 2.3 MB Download (102): The Objective Caml Download

Added: June 03, 2010 | Visits: 879

LavaPE LavaPE is a programming environment for the experimental object-oriented programming language Lava. It replaces text editing with structure editing, thereby preventing all syntactic and many semantic errors. The pure point-and-click nature of Lava programming and the concise representation of...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (88): LavaPE Download

Added: April 18, 2010 | Visits: 1.501

Hop Hop is a new programming language designed for the Web 2.0. Hop is a higher-order language for programming interactive web applications such as web agendas, web galleries, music players, etc. Hop can be viewed as a replacement for traditional graphical toolkits. HOP is implemented as a Web...


Platforms: *nix

License: Freeware Size: 655.36 KB Download (106): Hop Download

Added: January 09, 2010 | Visits: 1.425

Piet::Interpreter Piet::Interpreter is a Perl interpreter for the Piet programming language. SYNOPSIS use Piet::Interpreter; my $p = Piet::Interpreter->new(image => my_code.gif); $p->run; Piet is a programming language in which programs look like abstract paintings. The language is named after Piet...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (242): Piet::Interpreter Download

Added: November 06, 2010 | Visits: 1.127

Drums++ Drums++ is a programming language I designed for sequencing music through drum machines. Drums++ program uses simple C ideas, for example // and /* */ comments and { } to seperate sections. I tried to make it as simple as possible so even a non-programmer could use it. See the docs section for...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (140): Drums++ Download

Added: October 03, 2010 | Visits: 961

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: June 27, 2010 | Visits: 1.249

Pretty Code Web Pretty Code Web is a syntax highlighter for publishing code, written in any programming language, to the web. Written in php it uses syntax files separate from the main code to highlight a specified language.. Pretty Code Web


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 24.58 KB Download (94): Pretty Code Web Download

Added: October 03, 2010 | Visits: 992

DL/SQL DL/SQL is declarative, turing-complete programming language based on top of SQL database. The main idea is to store both program and data in one SQL table and make all the computations in it. The current version of interpreter written in PHP contains quasi-lazy evaluation and simple caching....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (98): DL/SQL Download

< 1 2 3 4 5 >