RSS 12 projects tagged "Public Domain"

Download Website Updated 01 Mar 2013 Retro

Screenshot
Pop 415.88
Vit 68.69

Retro is a clean, minimalist language with roots in Forth. It supports all major OSes in use today, and was designed to be easy to learn, use, and modify for specific needs.

Download Website Updated 01 Apr 2009 Zend Installer

Screenshot
Pop 58.89
Vit 38.86

Zend Framework Installer is a PHP class that can be used to setup files for an application based on the Zend framework. It creates a common directory structure as recommended in the Zend Framework's manual. The class can also generate a bootstrap file and the index controller with its view.

No download Website Updated 23 Jul 2009 Furry Paws

Screenshot
Pop 24.98
Vit 37.38

Furry Paws is a whole-program compiler and runtime system for a dialect of John Backus' FP language. The compiler is written in FP and does fully self-compile. FP code is translated to C and can then be compiled to a binary executable.

Download Website Updated 22 Oct 2012 U++

Screenshot
Pop 316.69
Vit 36.41

U++ is a C++ cross-platform rapid application development suite focused on programmers' productivity without sacrificing runtime performance. Based on strictly deterministic design, it provides a viable alternative to garbage-collected platforms, even for business logic oriented problems.

Download Website Updated 07 Aug 2012 Steel Bank Common Lisp

Screenshot
Pop 231.58
Vit 26.32

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). It also includes many extensions, such as native threads, socket support, a statistical profiler, programmable streams, and more. These are all available through an integrated, interactive native compiler which feels like an interpreter. SBCL is unique in being a multiplatform native compiler which bootstraps itself completely from source, using a C compiler and any other ANSI Common Lisp implementation.

Download Website Updated 10 Jan 2012 Felix Programming Language

Screenshot
Pop 55.14
Vit 5.29

Felix is a programming language with a fully featured purely functional subsystem embedded in a a traditional Algol-like imperative programming system. The system features garbage collection, static typing, parametric polymorphism, overloading, regular expression matching, and a lot more. A scripting harness is used to invoke source files, but fully compiled binary shared libraries are generated, yielding both rapid prototyping and high performance. Seamless binding of C/C++ code makes interfacing existing libraries easy. Control inversion provides language-level cooperative multi-tasking.

Download Website Updated 10 Dec 2006 CMU Common Lisp

Screenshot
Pop 196.88
Vit 3.40

CMUCL is a free, high performance implementation of the Common Lisp programming language which runs on most major Unix platforms. It mainly conforms to the ANSI Common Lisp standard. CMUCL provides a sophisticated native code compiler; a powerful foreign function interface; an implementation of CLOS; the Common Lisp Object System; which includes multimethods and a metaobject protocol; a source-level debugger and code profiler; and an Emacs-like editor implemented in Common Lisp. CMUCL is maintained by a team of volunteers collaborating over the Internet, and is mostly in the public domain.

Download Website Updated 22 Jul 2004 PyGgy

Screenshot
Pop 17.44
Vit 1.49

PyGgy is a Python package for generating parsers and lexers in Python. The distribution contains a generator for generating complicated multi-state lexers with support for backing up. It also includes a generator for generating GLR parsers capable of parsing arbitrary grammars.

Download Website Updated 06 Jan 2010 FreeForth

Screenshot
Pop 56.31
Vit 1.49

FreeForth is a small and fast interactive compiler composed of an extensible set of macros generating inline compact i386 native code, including floating-point instructions, and an easy interface to Linux and Windows dynamic libraries. It uses two stacks to pass subroutines arguments and results separately from return addresses, like other Forth dialects, but unlike them, it is a simpler pure compiler (without an interpreter) offering interactivity through "anonymous" subroutines which are executed by their closing ";" macro. FreeForth is fully documented by 100K of interactive online help. Since its first release in 2006, it has been used every day for cross-development of realtime industrial applications embedded in microcontrollers, and for PC-controlled manufacturing test benches. The FreeForth distribution includes an interactive incremental assembler for the MSP430 microcontroller family.

Download No website Updated 26 Jun 2001 EASEA

Screenshot
Pop 49.48
Vit 1.42

EAsea Specification of Evolutionary Algorithms (EASEA), is a high-level language dedicated to the specification of evolutionary algorithms. The language and compiler are quite mature. EASEA compiles .ez specification files into C++ or Java object files, using existing evolutionary libraries. Supported C++ libraries currently are GALib or EO.

Screenshot

Project Spotlight

RemoteViewing

An embeddable .NET-native VNC client and server library.

Screenshot

Project Spotlight

The Aime Interpreter

An application extension programming language interpreter.