Mako

Mako 1.0.1

Mako's syntax and API borrows from the best ideas of many others, including Django templates, Myghty, Cheetah and Genshi.Features:Simple API Fast rendering Bench suite included Control structures Straight Python blocks Inline or at the module-level Plain...

Spider

Spider 0.1.5

Spider, SpiderLang or SpiderScript, is another attempt at having a better feature set and language syntax for JavaScript.It draws inspiration from more mature and well-organized languages like Python, Swift, Go or C# and tries to fix previous JavaScript...

withrestart

withrestart 0.2.7

The 'withrestart' module allows for errors to occur without being fatal to the execution process.This is done via a 'restart' function that allows code execution to start over or continue from its break point.Using something like 'withrestart' in Python...

sweet.js

sweet.js 0.7.4

Advanced programming languages like Scheme, Scala, Racket and Rust have support for macros, a way to run a series of instructions or source via a simple command/statement.This library adds the same functionality to JavaScript, a scripting language where...

Stackless Python

Stackless Python 3.4.2 / 3.3.6 / 3.2.5 / 3.1.3 / 2.7.9 / 2.6.5

Stackless Python is basically a Python interpreter that reduces the use of the C stack.It allows usage of programming threads, but without all the hassle and negative parts.Stackless Python can be used instead of regular Python, the syntax and all Python...