RSS 64 projects tagged "Mac OS X"

No download Website Updated 17 Jun 2013 Seed7

Screenshot
Pop 597.13
Vit 372.09

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.

Download Website Updated 17 Jun 2013 The Aime Interpreter

Screenshot
Pop 536.45
Vit 143.41

aime is a simple, C-like programming language and an interpreter, both designed to be embeddable in applications. The language is straightforward, trivial, and direct. Its syntax is simpler than that of C, while still providing for full object management, higher order functions, and references. The interpreter is secure and expressive, allowing comprehensive control over program execution and providing powerful methods of application integration.

No download Website Updated 01 Apr 2013 RPL/2

Screenshot
Pop 264.63
Vit 88.41

RPL/2 (Reverse Polish Lisp/2) is a langage derived from the RPL made by Hewlett-Packard for its HP-28S. It has some extensions (preprocessor, compilated libraries, new functions), a TeX output, and can draw graphics.

Download Website Updated 01 Mar 2013 Retro

Screenshot
Pop 294.47
Vit 58.47

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 21 Sep 2005 Yazoo

Screenshot
Pop 10.20
Vit 53.18

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.

Download No website Updated 14 Jul 2006 RayDream Game Studio

Screenshot
Pop 10.49
Vit 50.33

RayDream Game Studio (RDGS) is a game development system which aims to run on modern systems like Linux, Windows, and Mac OS X. It has powerful editors and a good scripting language, including a level editor, model editor, and more.

No download Website Updated 23 Dec 2012 Tcl/Tk

Screenshot
Pop 602.10
Vit 43.96

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 11 Jun 2009 Rhope

Screenshot
Pop 27.46
Vit 38.37

Rhope is a dynamically typed dataflow programming language that also borrows some ideas from other paradigms. Unlike mainstream programming languages, statements are not necessarily executed in the order they are written, but instead based on their dependencies. Statements that do not share dependencies run in parallel. Most operations have value semantics (i.e. modifying an object makes a copy rather than changing the original) making this parallelism safe. For managing global state, Rhope has a transaction mechanism.

Download Website Updated 15 Feb 2013 Ghostscript

Screenshot
Pop 649.47
Vit 35.88

Ghostscript is a processor for PostScript and PDF files. It can rasterize these files to a wide variety of printers, devices for screen preview, and image file formats. Since applications tend to prepare pages for printing in a high-level format such as PostScript, most Unix users with low-level bitmap printers, such as inkjets, use GhostScript as part of the printing process. In addition, Ghostscript is capable of converting PostScript files, functionality comparable to Adobe Acrobat Distiller, but on the command line. In addition, Ghostscript is used for file import and viewing by a great many other applications, including xv, ImageMagick, gimp, and xdvi. Several GUI wrappers for viewing PostScript and PDF files exist, including GSview, ghostview, gv, ggv, and kghostview. This is far from a comprehensive list.

Download Website Updated 28 Jan 2013 bigloo

Screenshot
Pop 253.75
Vit 34.78

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.

Screenshot

Project Spotlight

cvs-fast-export

Translation of an RCS file collection or CVS repository history as a fast-import stream.

Screenshot

Project Spotlight

Gtk2-Perl

Perl bindings for GTK+ 2.x.