RSS 20 projects tagged "BSD Original"

Download Website Updated 30 Jan 2001 CINT

Screenshot
Pop 44.27
Vit 1.00

CINT is a C/C++ interpreter which is aimed at processing C/C++ scripts. CINT covers about 95% of ANSI C and 85% of C++. CINT, written in ANSI C (about 80000 loc), is solid enough to interpret itself and let the interpreted version execute a program.

Download Website Updated 24 Jun 2003 ficl

Screenshot
Pop 73.14
Vit 1.68

Ficl (Forth inspired command language) is an ANS Forth interpreter written in C. Unlike traditional Forths, this interpreter is designed to be embedded into other systems as a command/macro/development prototype language. Ficl provides object extensions that can be used to wrap methods and structures of the host system without altering them.

Download Website Updated 26 Dec 2007 Hugs 98

Screenshot
Pop 63.75
Vit 3.56

Hugs 98 is a functional programming system based on interpreted Haskell 98, the de facto standard for non-strict functional programming languages.

Download Website Updated 14 Apr 2001 pyAda

Screenshot
Pop 31.37
Vit 2.02

pyAda enables programmers to write Python extensions in Ada 95 or extend Ada 95 programs with a Python interpreter. The goal is to make it possible to use Python in any way that you can use it from or with C.

No download Website Updated 23 Dec 2012 Tcl/Tk

Screenshot
Pop 616.62
Vit 48.52

Tcl provides a portable scripting environment for Unix, Windows, and Macintosh that supports string processing and pattern matching, native file system access, shell-like control over other programs, TCP/IP networking, timers, and event-driven I/O. Tcl has traditional programming constructs like variables, loops, procedures, namespaces, error handling, script packages, and dynamic loading of DLLs. Tk provides portable GUIs on UNIX, Windows, and Macintosh. A powerful widget set and the concise scripting interface to Tk make it a breeze to develop sophisticated user interfaces.

Download Website Updated 15 Jun 2011 The Glasgow Haskell Compiler

Screenshot
Pop 194.64
Vit 11.87

The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler for the functional programming language Haskell. GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell for example concurrency, a foreign language interface, several type-system extensions, exceptions, and so on. GHC comes with a generational garbage collector, a space and time profiler, and a comprehensive set of libraries.

Download Website Updated 26 Oct 2000 TinyScheme

Screenshot
Pop 52.65
Vit 67.72

TinyScheme is a lightweight Scheme interpreter that implements as large a subset of R5RS as possible without getting very large and complicated. It is meant to be used as an embedded scripting interpreter for other programs. As such, it does not offer IDEs or extensive toolkits although it does sport a small top-level loop, included conditionally. A lot of functionality in TinyScheme is included conditionally, and it allows multiple interpreter states to coexist in the same program without any interference between them. Foreign functions in C can also be added and values can be defined in the Scheme environment.

Download Website Updated 22 Dec 2012 Zsh

Screenshot
Pop 426.78
Vit 34.62

Zsh is a UNIX command interpreter (shell) which of the standard shells most resembles the Korn shell (ksh). It includes enhancements of many types, notably in the command-line editor, options for customising its behaviour, filename globbing, features to make C-shell (csh) users feel more at home and extra features drawn from tcsh.

Download Website Updated 13 May 2001 CK Curses Tcl Toolkit

Screenshot
Pop 32.65
Vit 1.00

This is an excellent widget set for Tcl which retains much of the Tk syntax, but uses curses to render the widgets in a character-cell terminal instead of X and a graphical display.

Download Website Updated 07 Aug 2012 Steel Bank Common Lisp

Screenshot
Pop 233.45
Vit 26.41

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.

Screenshot

Project Spotlight

Mahotas

An image processing library for Python.

Screenshot

Project Spotlight

Horde Application Framework

A PHP application framework.