RSS 25 projects tagged "programming language"

Download Website Updated 09 Nov 2009 brace

Screenshot
Pop 56.57
Vit 1.00

Brace is a dialect of C that looks like Python. It has coroutines, hygenic macros, header generation, and libraries with graphics and sound. It is meant to be good for beginners, kids, and experts. Brace is translated to C, then compiled, with #! support and cached executables. It is fairly portable, and runs on GNU/Linux, Unix, and Windows with MinGW. It should also run on Mac OS X. It comes with a lot of demo programs, many with animated graphics.

No download Website Updated 03 Nov 2009 ChocoSmallTalk

Screenshot
Pop 23.75
Vit 1.00

The ChocoSmallTalk system is a hybrid Smalltalk/Lisp implementation in Common Lisp. The purpose of this project is to provide an embedded Smalltalk in Lisp, known as a meta-circular implementation of Lisp as an add-on.

No download Website Updated 06 Oct 2009 nit

Screenshot
Pop 20.66
Vit 36.39

Nit is a statically typed object-oriented programming language. The goal is to propose a statically typed programming language where structure is not a pain. It has a simple, straightforward style and can usually be picked up quickly, particularly by anyone who has programmed before. While object-oriented, it allows procedural styles. The Nit Compiler (nitc) produces efficient machine language binaries.

Download Website Updated 26 Jun 2009 ooc

Screenshot
Pop 70.10
Vit 1.43

ooc is an object-oriented programming language which is implemented with a source-to-source translator to pure C99. It supports classes, abstract functions, foreach, ranges, etc. It intends to be modern, modular, extensible, yet simple and fast.

Download Website Updated 11 Jun 2009 Rhope

Screenshot
Pop 33.47
Vit 38.00

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.

Screenshot

Project Spotlight

aTunes

An audio player and organizer.

Screenshot

Project Spotlight

GAMGI

A program to build, view, and analyze atomic strucures.