refactor

refactor 1.03

refactor is a Vim plugin that offers the functionality of a C/C++ refactoring tool.This plugin contains some basic refactoring commands for C/C++. For the complexity of C++, instead of really parse the source code, were used regular expression...

Fortress is a new programming language designed for high-performance computing (HPC) with high programmability.The Fortress reference interpreter is released under a BSD License. Other software included in the distribution bears various open source...

STklos

STklos 1.10

STklos is a free Scheme system supporting most of the languages features defined in R5RS. The aim of STklos implementation is to be fast as well as light.The implementation is based on an ad-hoc Virtual Machine. STklos can also be compiled as a library...

Spackager

Spackager 0.5.5

Spackager is a single-page application compiler.parses an HTML file for external resources (JavaScript, CSS and image files) and assembles them into a stand-alone document.http://github.com/FND/spackager...

Guile

Guile 2.0.7

Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an...

IsForth

IsForth 1.24b

IsForth is a direct threaded Linux-only x86 Forth implementation coded in pure assembly using NASM macros to create forth high-level definitions.All I/O is done with syscalls. IsForth is almost a complete replacement for both libc and libncurses.To use...

TinyPie

TinyPie 0.2

TinyPie is a tree-based interpreter for a simple programming language with a Python-like syntax. It executes source code by constructing Abstract Syntax Tree(AST) and walking the tree.It's based on Pie language from 'Language Implementation...

Box

Box 0.4.0

Box should become for vector graphics, what latex became for writing scientific documents.Installation:To compile the sources and install on your machine you may proceedwith the quite usual sequence:  ./configure --with-cairo  make  make...

Stratego/XT is a development environment for creating stand-alone transformation systems.It combines Stratego, a language for implementing transformations based on the paradigm of programmable rewriting strategies, with XT, a collection of reusable...