Packages 205

7.3.15

PyPy 3 (64bit)

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 30 MB
Authors: The PyPy Developers
Versions: 7.3.5, 7.3.7, 7.3.9, 7.3.15
Default path: %HOMEDRIVE%\Programs\pypy3-64
pbox install pypy3-64 Show pbox.xml
go

1.22.2

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 108 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

0.20231230

Seriously

A golfing language that is probably terrible. It is currently being developed. Actually is the spiritual successor to Seriously. Actually is stack-based, and is unique in its amount of single-character commands. Every character whose ordinal is in [0,255] does something (or will, once I finish development).

Size: 1 MB
Authors: Mego
Versions: 0.20210330, 0.20231230
Default path: %HOMEDRIVE%\Programs\seriously
pbox install seriously Show pbox.xml

1.75.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 386 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

3.12.1

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 84 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml

1.74.1

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 400 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

15.8.0

Node.js

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. CoffeeScript module is included out-of-the-box.

Size: 17 MB
Authors: Node.js Developers
Default path: %HOMEDRIVE%\Programs\nodejs
pbox install nodejs-portable Show pbox.xml

3.2.2

Ruby

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management.

Size: 14 MB
Authors: Yukihiro Matsumoto, et al.
Versions: 3.0.0-1, 3.0.2, 3.2.2
Default path: %HOMEDRIVE%\Programs\ruby3
pbox install ruby3 Show pbox.xml

1.72.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 391 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml
go

1.21.0

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 106 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml
dmd

2.105.0

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 34 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

3.11.3

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 75 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml
go

1.19.5

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 242 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

3.8.3

PascalABC.NET

The new generation Pascal programming language that combines simplicity of classic Pascal, a great number of modern extensions and broad capabilities of Microsoft .NET Framework. Free, simple and powerful IDE. Built-in form designer for rapid development of Windows desktop applications.

Size: 20 MB
Authors: Southern Federal University (Russia)
Default path: %HOMEDRIVE%\Programs\PascalABC
pbox install pascalabcnet Show pbox.xml
dmd

2.101.2

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 34 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

1.66.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 377 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

1.65.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 383 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

1.64.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 395 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

1.63.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 380 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml
go

1.19

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 246 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

7.3.9

PyPy 3 (64bit)

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 29 MB
Authors: The PyPy Developers
Versions: 7.3.5, 7.3.7, 7.3.9, 7.3.15
Default path: %HOMEDRIVE%\Programs\pypy3-64
pbox install pypy3-64 Show pbox.xml
php

8.1.7

PHP

PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. PHP is a server-side scripting language created in 1995 and designed for web development but also used as a general-purpose programming language. As of January 2013, PHP was installed on more than 240 million websites (39% of those sampled) and 2.1 million web servers. Originally created by Rasmus Lerdorf in 1994, the reference implementation of PHP (powered by the Zend Engine) is now produced by The PHP Group. While PHP originally stood for Personal Home Page, it now stands for PHP: Hypertext Preprocessor, which is a recursive backronym.

Size: 29 MB
Authors: The PHP Group
Default path: %HOMEDRIVE%\Programs\php
pbox install php Show pbox.xml
go

1.18.3

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 233 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

1.58.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 394 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml
go

1.17.5

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 223 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

7.3.7

PyPy 3 (64bit)

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 29 MB
Authors: The PyPy Developers
Versions: 7.3.5, 7.3.7, 7.3.9, 7.3.15
Default path: %HOMEDRIVE%\Programs\pypy3-64
pbox install pypy3-64 Show pbox.xml

1.57.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 391 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

16.13.0

Node.js

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. CoffeeScript module is included out-of-the-box.

Size: 18 MB
Authors: Node.js Developers
Default path: %HOMEDRIVE%\Programs\nodejs
pbox install nodejs-portable Show pbox.xml

1.56.1

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 376 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml
go

1.17.3

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 223 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

0.98

Factor

The Factor programming language combines powerful language features with a full-featured library. The implementation is fully compiled for performance, while still supporting interactive development. Factor applications are portable between all common platforms. Factor can deploy stand-alone applications on all platforms. Full source code for the Factor project is available under a BSD license.

Size: 26 MB
Authors: Slava Pestov
Versions: 0.94, 0.98
Default path: %HOMEDRIVE%\Programs\factor
pbox install factor Show pbox.xml

0.20210330

Seriously

A golfing language that is probably terrible. It is currently being developed. Actually is the spiritual successor to Seriously. Actually is stack-based, and is unique in its amount of single-character commands. Every character whose ordinal is in [0,255] does something (or will, once I finish development).

Size: 1 MB
Authors: Mego
Versions: 0.20210330, 0.20231230
Default path: %HOMEDRIVE%\Programs\seriously
pbox install seriously Show pbox.xml
go

1.17

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 223 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

3.0.2

Ruby

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management.

Size: 13 MB
Authors: Yukihiro Matsumoto, et al.
Versions: 3.0.0-1, 3.0.2, 3.2.2
Default path: %HOMEDRIVE%\Programs\ruby3
pbox install ruby3 Show pbox.xml

5.32.1.1

Strawberry Perl

Strawberry Perl is a binary distribution of Perl for the Windows operating system. It includes a bundled compiler and pre-installed modules that offer the ability to install XS CPAN modules directly from CPAN.

Size: 200 MB
Authors: Vanilla Perl Project
Versions: 5.20.1.1, 5.32.1.1
Default path: %HOMEDRIVE%\Programs\Perl
pbox install strawberryperl Show pbox.xml

2.13.6

Scala

Scala is a programming language for general software applications. Scala has full support for functional programming and a very strong static type system. This allows programs written in Scala to be very concise and thus smaller in size than other general-purpose programming languages. Many of Scala's design decisions were inspired by criticism of the shortcomings of Java.

Size: 23 MB
Authors: Programming Methods Laboratory of École Polytechnique Fédérale de Lausanne
Default path: %HOMEDRIVE%\Programs\scala
pbox install scala Show pbox.xml

1.54.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 390 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

2.7.4

Ruby

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management.

Size: 13 MB
Authors: Yukihiro Matsumoto, et al.
Default path: %HOMEDRIVE%\Programs\ruby
pbox install ruby Show pbox.xml

3.9.7

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 37 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml
php

7.4.23

PHP

PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. PHP is a server-side scripting language created in 1995 and designed for web development but also used as a general-purpose programming language. As of January 2013, PHP was installed on more than 240 million websites (39% of those sampled) and 2.1 million web servers. Originally created by Rasmus Lerdorf in 1994, the reference implementation of PHP (powered by the Zend Engine) is now produced by The PHP Group. While PHP originally stood for Personal Home Page, it now stands for PHP: Hypertext Preprocessor, which is a recursive backronym.

Size: 23 MB
Authors: The PHP Group
Default path: %HOMEDRIVE%\Programs\php
pbox install php Show pbox.xml

3.8.1

PascalABC.NET

The new generation Pascal programming language that combines simplicity of classic Pascal, a great number of modern extensions and broad capabilities of Microsoft .NET Framework. Free, simple and powerful IDE. Built-in form designer for rapid development of Windows desktop applications.

Size: 19 MB
Authors: Southern Federal University (Russia)
Default path: %HOMEDRIVE%\Programs\PascalABC
pbox install pascalabcnet Show pbox.xml

14.17.5

Node.js

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. CoffeeScript module is included out-of-the-box.

Size: 16 MB
Authors: Node.js Developers
Default path: %HOMEDRIVE%\Programs\nodejs
pbox install nodejs-portable Show pbox.xml

9.2.19.0

JRuby Portable

JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language. JRuby is an implementation of the Ruby programming language atop the Java Virtual Machine, written largely in Java. It is free software released under a three-way EPL/GPL/LGPL license. JRuby is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access between the Java and the Ruby code (similar to Jython for the Python language).

Size: 23 MB
Authors: Charles Oliver Nutter, Thomas Enebo, Ola Bini and Nick Sieger
Default path: %HOMEDRIVE%\Programs\jruby
pbox install jruby-portable Show pbox.xml
go

1.16.7

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 215 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml
dmd

2.097.2

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 33 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

3.8.10

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 37 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml

7.3.5

PyPy 3 (64bit)

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 19 MB
Authors: The PyPy Developers
Versions: 7.3.5, 7.3.7, 7.3.9, 7.3.15
Default path: %HOMEDRIVE%\Programs\pypy3-64
pbox install pypy3-64 Show pbox.xml

3.8.6.20210514

Python 3 portable installation with extra libraries

This package includes numpy, scipy, sklearn, statsmodels, keras, pytorch, theano, pandas, python-sat and some other packages.

Size: 430 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3-64-ext
pbox install python3-64-ext Show pbox.xml

1.49.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 285 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

3.9.1

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 37 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml

2.7.18

Python 2

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 31 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-2
pbox install python2 Show pbox.xml

7.3.3

PyPy 3

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 21 MB
Authors: The PyPy Developers
Versions: 2.4.0, 5.10.0, 6.0.0, 7.1.1, 7.2.0, 7.3.0, 7.3.3
Default path: %HOMEDRIVE%\Programs\pypy3
pbox install pypy3 Show pbox.xml

7.3.3

PyPy 2

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 20 MB
Authors: The PyPy Developers
Default path: %HOMEDRIVE%\Programs\pypy2
pbox install pypy2 Show pbox.xml
go

1.15.6

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 212 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml
dmd

2.095.0

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 230 KB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

3.0.0-1

Ruby

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management.

Size: 13 MB
Authors: Yukihiro Matsumoto, et al.
Versions: 3.0.0-1, 3.0.2, 3.2.2
Default path: %HOMEDRIVE%\Programs\ruby3
pbox install ruby3 Show pbox.xml

3.8.6.20201004

Python 3 portable installation with extra libraries

This package includes numpy, scipy, sklearn, statsmodels, keras, pytorch, theano, pandas, python-sat and some other packages.

Size: 155 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3-64-ext
pbox install python3-64-ext Show pbox.xml
go

1.15.2

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 213 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

12.6.3

Node.js

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. CoffeeScript module is included out-of-the-box.

Size: 9 MB
Authors: Node.js Developers
Default path: %HOMEDRIVE%\Programs\nodejs
pbox install nodejs-portable Show pbox.xml

2.7.1

Ruby

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management.

Size: 10 MB
Authors: Yukihiro Matsumoto, et al.
Default path: %HOMEDRIVE%\Programs\ruby
pbox install ruby Show pbox.xml
php

7.4.4

PHP

PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. PHP is a server-side scripting language created in 1995 and designed for web development but also used as a general-purpose programming language. As of January 2013, PHP was installed on more than 240 million websites (39% of those sampled) and 2.1 million web servers. Originally created by Rasmus Lerdorf in 1994, the reference implementation of PHP (powered by the Zend Engine) is now produced by The PHP Group. While PHP originally stood for Personal Home Page, it now stands for PHP: Hypertext Preprocessor, which is a recursive backronym.

Size: 23 MB
Authors: The PHP Group
Default path: %HOMEDRIVE%\Programs\php
pbox install php Show pbox.xml
dmd

2.091.0

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 32 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

1.42.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 230 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml
go

1.14

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 212 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

1.40.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 225 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

7.3.0

PyPy 3

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 20 MB
Authors: The PyPy Developers
Versions: 2.4.0, 5.10.0, 6.0.0, 7.1.1, 7.2.0, 7.3.0, 7.3.3
Default path: %HOMEDRIVE%\Programs\pypy3
pbox install pypy3 Show pbox.xml

7.3.0

PyPy 2

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 16 MB
Authors: The PyPy Developers
Default path: %HOMEDRIVE%\Programs\pypy2
pbox install pypy2 Show pbox.xml

3.8.1

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 36 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml

2.7.17

Python 2

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 31 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-2
pbox install python2 Show pbox.xml

7.2.0

PyPy 3

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 19 MB
Authors: The PyPy Developers
Versions: 2.4.0, 5.10.0, 6.0.0, 7.1.1, 7.2.0, 7.3.0, 7.3.3
Default path: %HOMEDRIVE%\Programs\pypy3
pbox install pypy3 Show pbox.xml

7.2.0

PyPy 2

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 16 MB
Authors: The PyPy Developers
Default path: %HOMEDRIVE%\Programs\pypy2
pbox install pypy2 Show pbox.xml

7.1.1

PyPy 3

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 20 MB
Authors: The PyPy Developers
Versions: 2.4.0, 5.10.0, 6.0.0, 7.1.1, 7.2.0, 7.3.0, 7.3.3
Default path: %HOMEDRIVE%\Programs\pypy3
pbox install pypy3 Show pbox.xml

7.1.1

PyPy 2

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 16 MB
Authors: The PyPy Developers
Default path: %HOMEDRIVE%\Programs\pypy2
pbox install pypy2 Show pbox.xml
go

1.12.6

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 218 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml
dmd

2.086.0

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 23 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

1.35.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 298 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

8.6.3

Haskell Platform

The Haskell Platform is a single, standard Haskell development environment for everyone. It offers a set of blessed libraries and tools, to save you the task of picking and choosing which core Haskell libraries to use. Includes GHC 7.8.3.

Size: 564 MB
Authors: Haskell Platform Infrastructure Team
Versions: 8.6.3, 2014.2.0.0
Default path: %ProgramFiles(x86):ProgramFiles%\Haskell Platform\8.6.3
pbox install haskellplatform Show pbox.xml

2.12.8

Scala

Scala is a programming language for general software applications. Scala has full support for functional programming and a very strong static type system. This allows programs written in Scala to be very concise and thus smaller in size than other general-purpose programming languages. Many of Scala's design decisions were inspired by criticism of the shortcomings of Java.

Size: 20 MB
Authors: Programming Methods Laboratory of École Polytechnique Fédérale de Lausanne
Default path: %HOMEDRIVE%\Programs\scala
pbox install scala Show pbox.xml

1.31.1

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 279 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

3.7.2

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 35 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml
php

7.2.13

PHP

PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. PHP is a server-side scripting language created in 1995 and designed for web development but also used as a general-purpose programming language. As of January 2013, PHP was installed on more than 240 million websites (39% of those sampled) and 2.1 million web servers. Originally created by Rasmus Lerdorf in 1994, the reference implementation of PHP (powered by the Zend Engine) is now produced by The PHP Group. While PHP originally stood for Personal Home Page, it now stands for PHP: Hypertext Preprocessor, which is a recursive backronym.

Size: 23 MB
Authors: The PHP Group
Default path: %HOMEDRIVE%\Programs\php
pbox install php Show pbox.xml
go

1.11.4

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 206 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

3.4.2.1889

PascalABC.NET

The new generation Pascal programming language that combines simplicity of classic Pascal, a great number of modern extensions and broad capabilities of Microsoft .NET Framework. Free, simple and powerful IDE. Built-in form designer for rapid development of Windows desktop applications.

Size: 85 MB
Authors: Southern Federal University (Russia)
Default path: %HOMEDRIVE%\Programs\PascalABC
pbox install pascalabcnet Show pbox.xml
dmd

2.083.1

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 21 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml
dmd

2.083.0

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 21 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

1.31.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 264 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

3.4.1672

PascalABC.NET

The new generation Pascal programming language that combines simplicity of classic Pascal, a great number of modern extensions and broad capabilities of Microsoft .NET Framework. Free, simple and powerful IDE. Built-in form designer for rapid development of Windows desktop applications.

Size: 84 MB
Authors: Southern Federal University (Russia)
Default path: %HOMEDRIVE%\Programs\PascalABC
pbox install pascalabcnet Show pbox.xml
go

1.11

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 207 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml
dmd

2.081.1

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 21 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

20071014.1

Roco

Roco is a programming language that experiments a bit with a sort of coroutines. It includes an interpreter (written in C++) that allows running roco programs.

Size: 476 KB
Authors: Lode Vandevenne
Versions: 20071014, 20071014.1
Default path: %HOMEDRIVE%\Programs\roco
pbox install roco Show pbox.xml

1.26.2

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 234 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml
php

7.2.6

PHP

PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. PHP is a server-side scripting language created in 1995 and designed for web development but also used as a general-purpose programming language. As of January 2013, PHP was installed on more than 240 million websites (39% of those sampled) and 2.1 million web servers. Originally created by Rasmus Lerdorf in 1994, the reference implementation of PHP (powered by the Zend Engine) is now produced by The PHP Group. While PHP originally stood for Personal Home Page, it now stands for PHP: Hypertext Preprocessor, which is a recursive backronym.

Size: 23 MB
Authors: The PHP Group
Default path: %HOMEDRIVE%\Programs\php
pbox install php Show pbox.xml

2.12.6

Scala

Scala is a programming language for general software applications. Scala has full support for functional programming and a very strong static type system. This allows programs written in Scala to be very concise and thus smaller in size than other general-purpose programming languages. Many of Scala's design decisions were inspired by criticism of the shortcomings of Java.

Size: 20 MB
Authors: Programming Methods Laboratory of École Polytechnique Fédérale de Lausanne
Default path: %HOMEDRIVE%\Programs\scala
pbox install scala Show pbox.xml

1.26.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 234 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

3.6.5

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 38 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml

2.7.15

Python 2

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 30 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-2
pbox install python2 Show pbox.xml

6.0.0

PyPy 3

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 33 MB
Authors: The PyPy Developers
Versions: 2.4.0, 5.10.0, 6.0.0, 7.1.1, 7.2.0, 7.3.0, 7.3.3
Default path: %HOMEDRIVE%\Programs\pypy3
pbox install pypy3 Show pbox.xml

6.0.0

PyPy 2

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 16 MB
Authors: The PyPy Developers
Default path: %HOMEDRIVE%\Programs\pypy2
pbox install pypy2 Show pbox.xml
go

1.10.2

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 218 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

2.12.5

Scala

Scala is a programming language for general software applications. Scala has full support for functional programming and a very strong static type system. This allows programs written in Scala to be very concise and thus smaller in size than other general-purpose programming languages. Many of Scala's design decisions were inspired by criticism of the shortcomings of Java.

Size: 20 MB
Authors: Programming Methods Laboratory of École Polytechnique Fédérale de Lausanne
Default path: %HOMEDRIVE%\Programs\scala
pbox install scala Show pbox.xml
dmd

2.079.0

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 22 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

9.4.0

Node.js

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. CoffeeScript module is included out-of-the-box.

Size: 8 MB
Authors: Node.js Developers
Default path: %HOMEDRIVE%\Programs\nodejs
pbox install nodejs-portable Show pbox.xml

3.6.4

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 38 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml

5.10.0

PyPy 3

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 17 MB
Authors: The PyPy Developers
Versions: 2.4.0, 5.10.0, 6.0.0, 7.1.1, 7.2.0, 7.3.0, 7.3.3
Default path: %HOMEDRIVE%\Programs\pypy3
pbox install pypy3 Show pbox.xml

5.10.0

PyPy 2

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 16 MB
Authors: The PyPy Developers
Default path: %HOMEDRIVE%\Programs\pypy2
pbox install pypy2 Show pbox.xml

3.6.3

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 38 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml

2.7.14

Python 2

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 30 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-2
pbox install python2 Show pbox.xml

9.1.15.0

JRuby Portable

JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language. JRuby is an implementation of the Ruby programming language atop the Java Virtual Machine, written largely in Java. It is free software released under a three-way EPL/GPL/LGPL license. JRuby is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access between the Java and the Ruby code (similar to Jython for the Python language).

Size: 18 MB
Authors: Charles Oliver Nutter, Thomas Enebo, Ola Bini and Nick Sieger
Default path: %HOMEDRIVE%\Programs\jruby
pbox install jruby-portable Show pbox.xml

9.1.14.0

JRuby Portable

JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language. JRuby is an implementation of the Ruby programming language atop the Java Virtual Machine, written largely in Java. It is free software released under a three-way EPL/GPL/LGPL license. JRuby is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access between the Java and the Ruby code (similar to Jython for the Python language).

Size: 18 MB
Authors: Charles Oliver Nutter, Thomas Enebo, Ola Bini and Nick Sieger
Default path: %HOMEDRIVE%\Programs\jruby
pbox install jruby-portable Show pbox.xml

2.12.4

Scala

Scala is a programming language for general software applications. Scala has full support for functional programming and a very strong static type system. This allows programs written in Scala to be very concise and thus smaller in size than other general-purpose programming languages. Many of Scala's design decisions were inspired by criticism of the shortcomings of Java.

Size: 19 MB
Authors: Programming Methods Laboratory of École Polytechnique Fédérale de Lausanne
Default path: %HOMEDRIVE%\Programs\scala
pbox install scala Show pbox.xml

1.21.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 155 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

6.9.1c

Node.js

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. CoffeeScript module is included out-of-the-box.

Size: 48 MB
Authors: Node.js Developers
Default path: %HOMEDRIVE%\Programs\nodejs
pbox install nodejs-portable Show pbox.xml

1.19.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 207 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

1.18.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 132 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

2.12.2

Scala

Scala is a programming language for general software applications. Scala has full support for functional programming and a very strong static type system. This allows programs written in Scala to be very concise and thus smaller in size than other general-purpose programming languages. Many of Scala's design decisions were inspired by criticism of the shortcomings of Java.

Size: 19 MB
Authors: Programming Methods Laboratory of École Polytechnique Fédérale de Lausanne
Default path: %HOMEDRIVE%\Programs\scala
pbox install scala Show pbox.xml

2.4.1

Ruby

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management.

Size: 8 MB
Authors: Yukihiro Matsumoto, et al.
Default path: %HOMEDRIVE%\Programs\ruby
pbox install ruby Show pbox.xml
go

1.8.3

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 144 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

5.8.0

PyPy 2

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 25 MB
Authors: The PyPy Developers
Default path: %HOMEDRIVE%\Programs\pypy2
pbox install pypy2 Show pbox.xml
dmd

2.074.1

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 20 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

1.16.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 91 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

3.6.1

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 38 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml

2.7.13

Python 2

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 30 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-2
pbox install python2 Show pbox.xml
go

1.8

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 143 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

5.7.0

PyPy 2

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 21 MB
Authors: The PyPy Developers
Default path: %HOMEDRIVE%\Programs\pypy2
pbox install pypy2 Show pbox.xml
dmd

2.073.2

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 19 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml
dmd

2.074.0

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 20 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

1.14.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 125 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

6.9.1

Node.js

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. CoffeeScript module is included out-of-the-box.

Size: 6 MB
Authors: Node.js Developers
Default path: %HOMEDRIVE%\Programs\nodejs
pbox install nodejs-portable Show pbox.xml
dmd

2.072.0

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 19 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

9.1.6.0

JRuby Portable

JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language. JRuby is an implementation of the Ruby programming language atop the Java Virtual Machine, written largely in Java. It is free software released under a three-way EPL/GPL/LGPL license. JRuby is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access between the Java and the Ruby code (similar to Jython for the Python language).

Size: 29 MB
Authors: Charles Oliver Nutter, Thomas Enebo, Ola Bini and Nick Sieger
Default path: %HOMEDRIVE%\Programs\jruby
pbox install jruby-portable Show pbox.xml

2.3.1

Ruby

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management.

Size: 18 MB
Authors: Yukihiro Matsumoto, et al.
Default path: %HOMEDRIVE%\Programs\ruby
pbox install ruby Show pbox.xml

3.5.2

Python 3 Portable with NumPy and SciPy Libraries

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 151 MB
Authors: Python Software Foundation
Versions: 3.5.0, 3.5.2
Default path: %HOMEDRIVE%\Programs\python3-ext-portable
pbox install python3-ext-portable Show pbox.xml

2.7.12

Python 2 Portable with NumPy and SciPy Libraries

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 109 MB
Authors: Python Software Foundation
Versions: 2.7.10, 2.7.12
Default path: %HOMEDRIVE%\Programs\python2-ext-portable
pbox install python2-ext-portable Show pbox.xml

1.12.1

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 167 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml
dmd

2.071.2

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 16 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml
go

1.7.3

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 132 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

5.4.1

PyPy 2

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 21 MB
Authors: The PyPy Developers
Default path: %HOMEDRIVE%\Programs\pypy2
pbox install pypy2 Show pbox.xml

9.1.5.0

JRuby Portable

JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language. JRuby is an implementation of the Ruby programming language atop the Java Virtual Machine, written largely in Java. It is free software released under a three-way EPL/GPL/LGPL license. JRuby is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access between the Java and the Ruby code (similar to Jython for the Python language).

Size: 28 MB
Authors: Charles Oliver Nutter, Thomas Enebo, Ola Bini and Nick Sieger
Default path: %HOMEDRIVE%\Programs\jruby
pbox install jruby-portable Show pbox.xml

2.7.12

Python 2

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 30 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-2
pbox install python2 Show pbox.xml

3.5.2

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 36 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml
php

7.0.12

PHP

PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. PHP is a server-side scripting language created in 1995 and designed for web development but also used as a general-purpose programming language. As of January 2013, PHP was installed on more than 240 million websites (39% of those sampled) and 2.1 million web servers. Originally created by Rasmus Lerdorf in 1994, the reference implementation of PHP (powered by the Zend Engine) is now produced by The PHP Group. While PHP originally stood for Personal Home Page, it now stands for PHP: Hypertext Preprocessor, which is a recursive backronym.

Size: 21 MB
Authors: The PHP Group
Default path: %HOMEDRIVE%\Programs\php
pbox install php Show pbox.xml
go

1.6.3

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 131 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

5.1.1

PyPy 3

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 22 MB
Authors: The PyPy Developers
Versions: 2.4.0, 5.1.1
Default path: %HOMEDRIVE%\Programs\pypy3
pbox install pypy3 Show pbox.xml

5.3.1

PyPy 2

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 21 MB
Authors: The PyPy Developers
Default path: %HOMEDRIVE%\Programs\pypy2
pbox install pypy2 Show pbox.xml
dmd

2.071.1

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 16 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

1.10.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 201 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml

1.9.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 195 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml
go

1.6.2

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 131 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml
dmd

2.071.0

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 16 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

2.11.8

Scala

Scala is a programming language for general software applications. Scala has full support for functional programming and a very strong static type system. This allows programs written in Scala to be very concise and thus smaller in size than other general-purpose programming languages. Many of Scala's design decisions were inspired by criticism of the shortcomings of Java.

Size: 28 MB
Authors: Programming Methods Laboratory of École Polytechnique Fédérale de Lausanne
Default path: %HOMEDRIVE%\Programs\scala
pbox install scala Show pbox.xml

1.6.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 169 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml
go

1.6

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 130 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

2.7.11

Python 2

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 29 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-2
pbox install python2 Show pbox.xml

3.5.1

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 35 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml
go

1.5.2

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 118 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml
dmd

2.069.2

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 65 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

4.0.1

PyPy 2

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 21 MB
Authors: The PyPy Developers
Default path: %HOMEDRIVE%\Programs\pypy2
pbox install pypy2 Show pbox.xml

3.5.0

Python 3 Portable with NumPy and SciPy Libraries

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 64 MB
Authors: Python Software Foundation
Versions: 3.5.0, 3.5.2
Default path: %HOMEDRIVE%\Programs\python3-ext-portable
pbox install python3-ext-portable Show pbox.xml

2.7.10

Python 2 Portable with NumPy and SciPy Libraries

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 53 MB
Authors: Python Software Foundation
Versions: 2.7.10, 2.7.12
Default path: %HOMEDRIVE%\Programs\python2-ext-portable
pbox install python2-ext-portable Show pbox.xml

1.7.9

JRuby Portable

JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language. JRuby is an implementation of the Ruby programming language atop the Java Virtual Machine, written largely in Java. It is free software released under a three-way EPL/GPL/LGPL license. JRuby is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access between the Java and the Ruby code (similar to Jython for the Python language).

Size: 16 MB
Authors: Charles Oliver Nutter, Thomas Enebo, Ola Bini and Nick Sieger
Default path: %HOMEDRIVE%\Programs\jruby
pbox install jruby-portable Show pbox.xml

9.0.3.0

JRuby Portable

JRuby is a high performance, stable, fully threaded Java implementation of the Ruby programming language. JRuby is an implementation of the Ruby programming language atop the Java Virtual Machine, written largely in Java. It is free software released under a three-way EPL/GPL/LGPL license. JRuby is tightly integrated with Java to allow the embedding of the interpreter into any Java application with full two-way access between the Java and the Ruby code (similar to Jython for the Python language).

Size: 34 MB
Authors: Charles Oliver Nutter, Thomas Enebo, Ola Bini and Nick Sieger
Default path: %HOMEDRIVE%\Programs\jruby
pbox install jruby-portable Show pbox.xml
v8

4.8.0

V8 JavaScript Engine

V8 is Google's open source JavaScript engine. V8 is written in C++ and is used in Google Chrome, the open source browser from Google. V8 implements ECMAScript as specified in ECMA-262, 5th edition, and runs on Windows (XP or newer), Mac OS X (10.5 or newer), and Linux systems that use IA-32 (SSE2 required), x64, ARM (ARMv6 + VFP2 required) or MIPS processors. V8 can run standalone, or can be embedded into any C++ application.

Size: 13 MB
Authors: Google
Versions: 3.23.0, 4.8.0
Default path: %HOMEDRIVE%\Programs\v8
pbox install v8 Show pbox.xml
dmd

2.068.2

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 57 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

3.5.0

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 35 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml

0.93

G95

G95 is a stable, production Fortran 95 compiler available for multiple cpu architectures and operating systems. Innovations and optimizations continue to be worked on. Parts of the F2003 and F2008 standards have been implemented in g95.

Size: 4 MB
Authors: G95 Team
Versions: 0.93
Default path: %HOMEDRIVE%\Programs\g95
pbox install g95-portable Show pbox.xml

0.12.7

Node.js

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world. CoffeeScript module is included out-of-the-box.

Size: 46 MB
Authors: Node.js Developers
Default path: %HOMEDRIVE%\Programs\nodejs
pbox install nodejs-portable Show pbox.xml

1.0

OpenCOBOL

GnuCOBOL (formerly OpenCOBOL, and for a short time known as GNU Cobol) is a free implementation of the COBOL programming language. Originally designed by Keisuke Nishida, lead development was taken up by Roger While. Latest developments are now led by Simon Sobisch, Sergey Kashyrin and Ron Norman.

Size: 3 MB
Authors: Keisuke Nishida, Roger While, Sergey Kashyrin, Ron Norman, Simon Sobisch
Versions: 1.0
Default path: %HOMEDRIVE%\OpenCobol
pbox install opencobol Show pbox.xml
v8

3.23.0

V8 JavaScript Engine

V8 is Google's open source JavaScript engine. V8 is written in C++ and is used in Google Chrome, the open source browser from Google. V8 implements ECMAScript as specified in ECMA-262, 5th edition, and runs on Windows (XP or newer), Mac OS X (10.5 or newer), and Linux systems that use IA-32 (SSE2 required), x64, ARM (ARMv6 + VFP2 required) or MIPS processors. V8 can run standalone, or can be embedded into any C++ application.

Size: 11 MB
Authors: Google
Versions: 3.23.0, 4.8.0
Default path: %HOMEDRIVE%\Programs\v8
pbox install v8 Show pbox.xml

20071014

Roco

Roco is a programming language that experiments a bit with a sort of coroutines. It includes an interpreter (written in C++) that allows running roco programs.

Size: 227 KB
Authors: Lode Vandevenne
Versions: 20071014, 20071014.1
Default path: %HOMEDRIVE%\Programs\roco
pbox install roco Show pbox.xml

2.6.1

PyPy 2

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 26 MB
Authors: The PyPy Developers
Default path: %HOMEDRIVE%\Programs\pypy2
pbox install pypy2 Show pbox.xml
go

1.5.1

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 118 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml
dmd

2.068.1

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 57 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

2.0.0-p645

Ruby

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management.

Size: 16 MB
Authors: Yukihiro Matsumoto, et al.
Default path: %HOMEDRIVE%\Programs\ruby
pbox install ruby Show pbox.xml

2.1.6

Ruby

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management.

Size: 17 MB
Authors: Yukihiro Matsumoto, et al.
Default path: %HOMEDRIVE%\Programs\ruby
pbox install ruby Show pbox.xml
php

5.4.42

PHP 5

PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. PHP is a server-side scripting language created in 1995 and designed for web development but also used as a general-purpose programming language. As of January 2013, PHP was installed on more than 240 million websites (39% of those sampled) and 2.1 million web servers. Originally created by Rasmus Lerdorf in 1994, the reference implementation of PHP (powered by the Zend Engine) is now produced by The PHP Group. While PHP originally stood for Personal Home Page, it now stands for PHP: Hypertext Preprocessor, which is a recursive backronym.

Size: 16 MB
Authors: The PHP Group
Default path: %HOMEDRIVE%\Programs\php
pbox install php Show pbox.xml

2.11.7

Scala

Scala is a programming language for general software applications. Scala has full support for functional programming and a very strong static type system. This allows programs written in Scala to be very concise and thus smaller in size than other general-purpose programming languages. Many of Scala's design decisions were inspired by criticism of the shortcomings of Java.

Size: 28 MB
Authors: Programming Methods Laboratory of École Polytechnique Fédérale de Lausanne
Default path: %HOMEDRIVE%\Programs\scala
pbox install scala Show pbox.xml
php

5.6.10

PHP 5

PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. PHP is a server-side scripting language created in 1995 and designed for web development but also used as a general-purpose programming language. As of January 2013, PHP was installed on more than 240 million websites (39% of those sampled) and 2.1 million web servers. Originally created by Rasmus Lerdorf in 1994, the reference implementation of PHP (powered by the Zend Engine) is now produced by The PHP Group. While PHP originally stood for Personal Home Page, it now stands for PHP: Hypertext Preprocessor, which is a recursive backronym.

Size: 20 MB
Authors: The PHP Group
Default path: %HOMEDRIVE%\Programs\php
pbox install php Show pbox.xml

7.8

Pike (portable)

Pike is an interpreted, general-purpose, high-level, cross-platform, dynamic programming language, with a syntax similar to that of C. Unlike many other dynamic languages, Pike is both statically and dynamically typed, and requires explicit type definitions. It features a flexible type system that allows the rapid development and flexible code of dynamically typed languages, while still providing some of the benefits of a statically typed language.

Size: 9 MB
Authors: Pike development team supported by the Software and Systems division of the Department of Computer and Information Science (IDA) at Linköping University
Versions: 7.8
Default path: %HOMEDRIVE%\Programs\pike
pbox install pike-portable Show pbox.xml
tcl

8.5

Tcl

Tcl (originally from Tool Command Language, but conventionally spelled "Tcl" rather than "TCL"; pronounced as "tickle" or "tee-see-ell") is a scripting language created by John Ousterhout. Originally "born out of frustration", according to the author, with programmers devising their own languages intended to be embedded into applications, Tcl gained acceptance on its own. It is commonly used for rapid prototyping, scripted applications, GUIs and testing. Tcl is used on embedded systems platforms, both in its full form and in several other small-footprint versions.

Size: 19 MB
Authors: John Ousterhout, Tcl Core Team
Versions: 8.5
Default path: %HOMEDRIVE%\Programs\tcl
pbox install tcl Show pbox.xml

4.02.1

OCaml

OCaml is an industrial strength programming language supporting functional, imperative and object-oriented styles. OCaml, originally known as Objective Caml, is the main implementation of the Caml programming language, created by Xavier Leroy, Jérôme Vouillon, Damien Doligez, Didier Rémy and others in 1996. OCaml extends the core Caml language with object-oriented constructs.

Size: 143 MB
Authors: INRIA
Versions: 4.02.1
Default path: %HOMEDRIVE%\Programs\ocaml
pbox install ocaml Show pbox.xml

2014.2.0.0

Haskell Platform

The Haskell Platform is a single, standard Haskell development environment for everyone. It offers a set of blessed libraries and tools, to save you the task of picking and choosing which core Haskell libraries to use. Includes GHC 7.8.3.

Size: 244 MB
Authors: Haskell Platform Infrastructure Team
Versions: 8.6.3, 2014.2.0.0
Default path: %ProgramFiles(x86):ProgramFiles%\Haskell Platform\2014.2.0.0
pbox install haskellplatform Show pbox.xml

2.11.6

Scala

Scala is a programming language for general software applications. Scala has full support for functional programming and a very strong static type system. This allows programs written in Scala to be very concise and thus smaller in size than other general-purpose programming languages. Many of Scala's design decisions were inspired by criticism of the shortcomings of Java.

Size: 26 MB
Authors: Programming Methods Laboratory of École Polytechnique Fédérale de Lausanne
Default path: %HOMEDRIVE%\Programs\scala
pbox install scala Show pbox.xml
io

20080107

Io

Io is a prototype-based programming language inspired by Smalltalk (all values are objects, all messages are dynamic), Self (prototype-based), NewtonScript (differential inheritance), Act1 (actors and futures for concurrency), LISP (code is a runtime inspectable/modifiable tree) and Lua (small, embeddable).

Size: 3 MB
Authors: Steve Dekorte, Jonathan Wright, Jeremy Tregunna
Versions: 20080107
Default path: %HOMEDRIVE%\Programs\io
pbox install io Show pbox.xml
go

1.4.2

Go programming language

Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

Size: 88 MB
Authors: Google Inc.
Default path: %HOMEDRIVE%\Programs\go
pbox install go Show pbox.xml

2.2.958

PascalABC.NET

The new generation Pascal programming language that combines simplicity of classic Pascal, a great number of modern extensions and broad capabilities of Microsoft .NET Framework. Free, simple and powerful IDE. Built-in form designer for rapid development of Windows desktop applications.

Size: 67 MB
Authors: Southern Federal University (Russia)
Default path: %HOMEDRIVE%\Programs\PascalABC
pbox install pascalabcnet Show pbox.xml
php

5.6.9

PHP 5

PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. PHP is a server-side scripting language created in 1995 and designed for web development but also used as a general-purpose programming language. As of January 2013, PHP was installed on more than 240 million websites (39% of those sampled) and 2.1 million web servers. Originally created by Rasmus Lerdorf in 1994, the reference implementation of PHP (powered by the Zend Engine) is now produced by The PHP Group. While PHP originally stood for Personal Home Page, it now stands for PHP: Hypertext Preprocessor, which is a recursive backronym.

Size: 20 MB
Authors: The PHP Group
Versions: 5.6.9
Default path: %HOMEDRIVE%\Programs\php
pbox install php Show pbox.xml

1.0.0

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 174 MB
Authors: Mozilla
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml
dmd

2.067.1

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 52 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

2.2.2

Ruby

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management.

Size: 17 MB
Authors: Yukihiro Matsumoto, et al.
Default path: %HOMEDRIVE%\Programs\ruby
pbox install ruby Show pbox.xml

3.4.3

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 34 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml

2.5.1

PyPy 2

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 20 MB
Authors: The PyPy Developers
Default path: %HOMEDRIVE%\Programs\pypy2
pbox install pypy2 Show pbox.xml

2.7.10

Python 2

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 29 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-2
pbox install python2 Show pbox.xml

2.4.0

PyPy 3

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 17 MB
Authors: The PyPy Developers
Versions: 2.4.0, 5.10.0, 6.0.0, 7.1.1, 7.2.0, 7.3.0, 7.3.3
Default path: %HOMEDRIVE%\Programs\pypy3
pbox install pypy3 Show pbox.xml

2.5.0

PyPy 2

PyPy is a Python interpreter and just-in-time compiler. PyPy focuses on speed, efficiency and compatibility with the original CPython interpreter. PyPy started out as a Python interpreter written in the Python language itself. Current PyPy versions are translated from RPython to C code and compiled. The PyPy JIT (short for "Just In Time") compiler is capable of turning Python code into machine code at run time.

Size: 19 MB
Authors: The PyPy Developers
Versions: 2.5.0, 2.5.1
Default path: %HOMEDRIVE%\Programs\pypy2
pbox install pypy2 Show pbox.xml

2.7.9

Python 2

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 29 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-2
pbox install python2 Show pbox.xml

0.94

Factor

The Factor programming language combines powerful language features with a full-featured library. The implementation is fully compiled for performance, while still supporting interactive development. Factor applications are portable between all common platforms. Factor can deploy stand-alone applications on all platforms. Full source code for the Factor project is available under a BSD license.

Size: 16 MB
Authors: Slava Pestov
Versions: 0.94, 0.98
Default path: %HOMEDRIVE%\Programs\factor
pbox install factor Show pbox.xml

93

Befungee

Befunge is an esoteric programming language invented by Chris Pressey in 1993. It is unusual for having a two-dimensional toroidal code space. Commands are single characters. The instruction pointer can move up, down, left, and right across the source. The original specification is known as Befunge-93, which was later updated with additional features as Befunge-98.

Size: 33 KB
Authors: programble
Versions: 93
Default path: %HOMEDRIVE%\Programs\befungee
pbox install befungee Show pbox.xml

2.2

PascalABC.NET

The new generation Pascal programming language that combines simplicity of classic Pascal, a great number of modern extensions and broad capabilities of Microsoft .NET Framework. Free, simple and powerful IDE. Built-in form designer for rapid development of Windows desktop applications.

Size: 67 MB
Authors: Southern Federal University (Russia)
Default path: %HOMEDRIVE%\Programs\PascalABC
pbox install pascalabcnet Show pbox.xml

5.20.1.1

Strawberry Perl

Strawberry Perl is a binary distribution of Perl for the Windows operating system. It includes a bundled compiler and pre-installed modules that offer the ability to install XS CPAN modules directly from CPAN.

Size: 136 MB
Authors: Vanilla Perl Project
Versions: 5.20.1.1, 5.32.1.1
Default path: %HOMEDRIVE%\Programs\Perl
pbox install strawberryperl Show pbox.xml

2.1.5

Ruby

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan. According to its authors, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. It supports multiple programming paradigms, including functional, object-oriented, and imperative. It also has a dynamic type system and automatic memory management.

Size: 17 MB
Authors: Yukihiro Matsumoto, et al.
Default path: %HOMEDRIVE%\Programs\ruby
pbox install ruby Show pbox.xml

1.0.0-alpha

Rust

Rust is a general purpose, multi-paradigm, compiled programming language developed by Mozilla Research. It is designed to be a "safe, concurrent, practical language", supporting pure-functional, concurrent-actor, imperative-procedural, and object-oriented styles. The language grew out of a personal project by Mozilla employee Graydon Hoare. Mozilla began sponsoring the project in 2009 and announced it for the first time in 2010. The same year, work shifted from the initial compiler (written in OCaml) to the self-hosted compiler written in Rust itself. Known as rustc, it successfully compiled itself in 2011. The self-hosted compiler uses LLVM as its backend.

Size: 154 MB
Authors: Mozilla
Versions: 1.0.0, 1.0.0-alpha
Default path: %HOMEDRIVE%\Programs\rust
pbox install rust Show pbox.xml
dmd

2.065.0

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 47 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml
dmd

2.066.1

DMD Compiler for Windows

dmd is the reference compiler for the D programming language.

Size: 50 MB
Authors: https://github.com/orgs/D-Programming-Language/people
Default path: %HOMEDRIVE%\Programs\dmd
pbox install dmd Show pbox.xml

2.7.8

Python 2

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 26 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-2
pbox install python2 Show pbox.xml

3.4.2

Python 3

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in languages such as C++ or Java. The language provides constructs intended to enable clear programs on both a small and large scale. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive standard library.

Size: 34 MB
Authors: Python Software Foundation
Default path: %HOMEDRIVE%\Programs\Python-3
pbox install python3 Show pbox.xml

PBOX © MikeMirzayanov 2014