Packages 194

18.1.2

LLVM-18-64

The LLVM-18-64 compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM-64 is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.

Size: 458 MB
Authors: Vikram Adve, Chris Lattner, LLVM-64 Developer Group
Versions: 18.1.2
Default path: %HOMEDRIVE%\Programs\LLVM-18-64
pbox install llvm-18-64 Show pbox.xml

1.4.14-portable

Steel Bank Common Lisp 1-64

Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. It is open source / free software, with a permissive license. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions.

Size: 8 MB
Authors: Various
Versions: 1.4.14, 1.4.14-portable
Default path: %HOMEDRIVE%\Programs\sbcl1-64
pbox install sbcl1-64 Show pbox.xml

2.4.2-portable

Steel Bank Common Lisp 2

Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. It is open source / free software, with a permissive license. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions.

Size: 9 MB
Authors: Various
Versions: 2.4.2, 2.4.2-portable
Default path: %HOMEDRIVE%\Programs\sbcl2
pbox install sbcl2 Show pbox.xml

1.4.14

Steel Bank Common Lisp 1-64

Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. It is open source / free software, with a permissive license. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions.

Size: 12 MB
Authors: Various
Versions: 1.4.14, 1.4.14-portable
Default path: %HOMEDRIVE%\Programs\sbcl1-64
pbox install sbcl1-64 Show pbox.xml

2.4.2

Steel Bank Common Lisp 2

Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. It is open source / free software, with a permissive license. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions.

Size: 13 MB
Authors: Various
Versions: 2.4.2, 2.4.2-portable
Default path: %HOMEDRIVE%\Programs\sbcl2
pbox install sbcl2 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

17.0.2

LLVM-64

The LLVM-64 compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM-64 is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.

Size: 417 MB
Authors: Vikram Adve, Chris Lattner, LLVM-64 Developer Group
Versions: 12.0.1, 14.0.5, 17.0.2
Default path: %HOMEDRIVE%\Programs\LLVM-64
pbox install llvm-64 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

2.2.11

Steel Bank Common Lisp

Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. It is open source / free software, with a permissive license. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions.

Size: 13 MB
Authors: Various
Versions: 1.4.14, 2.2.11
Default path: %HOMEDRIVE%\Programs\sbcl
pbox install sbcl 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
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

12.0.1

LLVM-64

The LLVM-64 compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM-64 is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.

Size: 279 MB
Authors: Vikram Adve, Chris Lattner, LLVM-64 Developer Group
Versions: 12.0.1, 14.0.5, 17.0.2
Default path: %HOMEDRIVE%\Programs\LLVM-64
pbox install llvm-64 Show pbox.xml

14.0.5

LLVM-64

The LLVM-64 compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM-64 is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.

Size: 333 MB
Authors: Vikram Adve, Chris Lattner, LLVM-64 Developer Group
Versions: 12.0.1, 14.0.5, 17.0.2
Default path: %HOMEDRIVE%\Programs\LLVM-64
pbox install llvm-64 Show pbox.xml

14.0.5

LLVM

The LLVM compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.

Size: 325 MB
Authors: Vikram Adve, Chris Lattner, LLVM Developer Group
Default path: %HOMEDRIVE%\Programs\LLVM
pbox install llvm 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
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

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

12.0.1

LLVM

The LLVM compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.

Size: 242 MB
Authors: Vikram Adve, Chris Lattner, LLVM Developer Group
Default path: %HOMEDRIVE%\Programs\LLVM
pbox install llvm 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

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
nim

1.4.8

Nim

Nim (formerly named Nimrod) is an imperative, multi-paradigm, compiled programming language designed and developed by Andreas Rumpf. It is designed to be efficient, expressive, and elegant, supporting metaprogramming, functional, message passing, procedural, and object-oriented programming styles by providing several features such as compile time code generation, algebraic data types, a foreign function interface (FFI) with C and compiling to JavaScript, C and C++.

Size: 24 MB
Authors: Andreas Rumpf
Versions: 0.17.2, 1.4.8
Default path: %HOMEDRIVE%\Programs\nim
pbox install nim Show pbox.xml

11.0.0

LLVM

The LLVM compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.

Size: 389 MB
Authors: Vikram Adve, Chris Lattner, LLVM Developer Group
Default path: %HOMEDRIVE%\Programs\LLVM
pbox install llvm 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
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

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

10.0.0

LLVM

The LLVM compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.

Size: 373 MB
Authors: Vikram Adve, Chris Lattner, LLVM Developer Group
Default path: %HOMEDRIVE%\Programs\LLVM
pbox install llvm 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

8.0.0

LLVM

The LLVM compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.

Size: 105 MB
Authors: Vikram Adve, Chris Lattner, LLVM Developer Group
Default path: %HOMEDRIVE%\Programs\LLVM
pbox install llvm 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

1.4.14

Steel Bank Common Lisp

Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler. It is open source / free software, with a permissive license. In addition to the compiler and runtime system for ANSI Common Lisp, it provides an interactive environment including a debugger, a statistical profiler, a code coverage tool, and many other extensions.

Size: 11 MB
Authors: Various
Versions: 1.4.14, 2.2.11
Default path: %HOMEDRIVE%\Programs\sbcl
pbox install sbcl 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

7.0.1

LLVM

The LLVM compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.

Size: 82 MB
Authors: Vikram Adve, Chris Lattner, LLVM Developer Group
Default path: %HOMEDRIVE%\Programs\LLVM
pbox install llvm 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

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

6.0.0

LLVM

The LLVM compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.

Size: 93 MB
Authors: Vikram Adve, Chris Lattner, LLVM Developer Group
Default path: %HOMEDRIVE%\Programs\LLVM
pbox install llvm 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

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

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
nim

0.17.2

Nim

Nim (formerly named Nimrod) is an imperative, multi-paradigm, compiled programming language designed and developed by Andreas Rumpf. It is designed to be efficient, expressive, and elegant, supporting metaprogramming, functional, message passing, procedural, and object-oriented programming styles by providing several features such as compile time code generation, algebraic data types, a foreign function interface (FFI) with C and compiling to JavaScript, C and C++.

Size: 26 MB
Authors: Andreas Rumpf
Versions: 0.17.2, 1.4.8
Default path: %HOMEDRIVE%\Programs\nim
pbox install nim 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

5.0.0-1

LLVM

The LLVM compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.

Size: 71 MB
Authors: Vikram Adve, Chris Lattner, LLVM Developer Group
Default path: %HOMEDRIVE%\Programs\LLVM
pbox install llvm Show pbox.xml

5.0.0

LLVM

The LLVM compiler infrastructure project (formerly Low Level Virtual Machine) is a "collection of modular and reusable compiler and toolchain technologies" used to develop compiler front ends and back ends. LLVM is written in C++ and is designed for compile-time, link-time, run-time, and "idle-time" optimization of programs written in arbitrary programming languages. Originally implemented for C and C++.

Size: 71 MB
Authors: Vikram Adve, Chris Lattner, LLVM Developer Group
Default path: %HOMEDRIVE%\Programs\LLVM
pbox install llvm 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

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

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

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

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

7.0

Delphi 7 Compiler

Delphi's compilers use their own Object Pascal dialect of Pascal and generate native code for 32- and 64-bit Windows operating systems, as well as 32-bit Mac OS X, iOS and Android.

Size: 7 MB
Authors: Embarcadero Technologies
Versions: 7.0
Default path: %HOMEDRIVE%\Programs\Delphi7
pbox install delphi7-compiler 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

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