Shed Skin

Shed Skin 0.9.1

Shed Skin is an experimental Python-to-C++ compiler. Shed Skin accepts pure Python programs, and generates optimized C++ code. This means that, in combination with a C++ compiler, it allows for translation of Python programs into highly efficient machine...

SlimIt

SlimIt 0.8.1

SlimIt is a JavaScript minifier written in Python. The project compiles JavaScript into more compact code so that it downloads and runs faster.Using lexer in your project>>> from slimit.lexer import Lexer>>> lexer = Lexer()>>> lexer.input('a = 1;')>>> for...

Smake

Smake 1.2.3

Smake is an open source and highly portable make program that incorporates automake features.Smake is targeted to be used with the makefiles system as well as with any general purpose make task.What is new in this release:smake now tries to inline...

SmartEiffel

SmartEiffel 1.2r8

SmartEiffel is the GNU Eiffel Compiler. SmartEiffel is intended to be a complete, though small and very fast, Eiffel compiler.The current distribution includes an Eiffel to C compiler, documentation tools, a pretty printer, and various other tools...

SMOP

SMOP 0.22

SMOP stands for Open-Source Matlab/Octave to Python compiler and is written in Python, using Fossil for project management. SMOP is platform-independent, but is tested only on Ubuntu Linux and Windows-xp.SMOP is work in progress. My current goal is...

Snake

Snake 0.2

Snake is yet another Make-like utility, written in Python and inspired by Rake.Usage ExampleIn a directory with snakefile.py containing such code:from snake.api import *@taskdef hello(): print("Hello World!")task('default', deps=hello)one could...

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...

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...

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...