RSS 65 projects tagged "Unix"

No download Website Updated 20 May 2013 Seed7

Screenshot
Pop 603.64
Vit 330.43

Seed7 is a general purpose programming language. It is a higher level language compared to Ada, C++, and Java. In Seed7, new statements and operators can be declared easily. Functions with type results and type parameters are more elegant than a template or generics concept. Object orientation is used when it brings advantages and not in places when other solutions are more obvious. Although Seed7 contains several concepts of other programming languages, it is generally not considered as a direct descendant of any other programming language.

No download Website Updated 11 Dec 2001 Ch

Screenshot
Pop 49.66
Vit 64.66

Ch is an embeddable C/C++ interpreter for cross-platform scripting, shell programming, 2D/3D plotting, numerical computing, and embedded scripting. It is the simplest solution to numerical computing and visualization in the domain of C/C++. It supports the ISO 1990 C Standard (C90), major features in C99 (complex numbers, variable length arrays or VLAs, type generic functions, long long data type, etc), classes in C++, and extensions to the C language like nested functions, string types, etc. It can be embedded in other applications and hardware and used as a scripting language. C/C++ code is interpreted directly with no compilation to intermediate code. It supports Linux, Windows, MacOS X, Solaris, HP-UX, and FreeBSD.

Download Website Updated 03 Feb 2004 Polygen

Screenshot
Pop 29.50
Vit 58.29

PolyGen is a program for generating random sentences according to a grammar definition, that is following custom syntactical and lexical rules. Formally, it is an interpreter of a language itself designed to define languages, where to interpret means executing a source program in real time and eventually outputting its result. Here, a source program is a grammar definition. The execution consists of the exploration of such grammar by selecting a random path, and the result is the sentence built on the way.

Download Website Updated 21 Sep 2005 Yazoo

Screenshot
Pop 10.20
Vit 52.93

Yazoo is an interpreted command-line scripting language used for executing co-compiled C routines and managing their data. The language itself has some novel features. Variables, sets, and functions are equivalent and arguments to functions can interact dynamically with the function. The code is machine-independent and easily extensible by anyone with a C compiler.

No download Website Updated 27 Jan 2006 Raven Scripting Language

Screenshot
Pop 15.17
Vit 51.71

Raven is a scripting language featuring whitespace indentation for defining code blocks a la Python, postfix notation and a data stack a la Forth; int, string, list, hash, and object data types a la Perl and PHP, regular expression support, MySQL connectivity, and variable scope a la Javascript. Development is fast and fun, code is succinct and easy to read, and the runtime is snappy.

No download Website Updated 23 Dec 2012 Tcl/Tk

Screenshot
Pop 608.66
Vit 47.58

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 28 Jan 2013 bigloo

Screenshot
Pop 264.07
Vit 38.53

Bigloo is an implementation of the Scheme programming language. It relies on an optimizing compiler from Scheme to C. Bigloo enables connections between Scheme code and C code. It proposes many extensions to Scheme such as a regular parser compiler, an lalr parser compiler, pattern matching, an object layer, etc.

Download Website Updated 22 Dec 2012 Zsh

Screenshot
Pop 426.29
Vit 33.95

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 24 Feb 2013 Qore Programming Language

Screenshot
Pop 333.08
Vit 33.76

Qore is a scripting language supporting threading and embedded logic, and designed for applying a flexible scripting-based approach to enterprise interface development. It is also useful as a general purpose language.

No download Website Updated 31 Dec 2012 XMLStarlet

Screenshot
Pop 361.62
Vit 27.19

XMLStarlet is a set of command line XML utilities which can be used to transform, query, validate, and edit XML documents and files using a simple set of shell commands, similar to the way it is done for plain text files using grep/sed/awk/tr/diff/patch.

Screenshot

Project Spotlight

Hilbert II

A collection of mathematical knowledge in a formal, correct form.

Screenshot

Project Spotlight

OpenSearchServer

A search engine with a Web, file, and database crawler.