Packages 65

2.13.15

Scala

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

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

15.8.0

Node.js

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

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

3.2.2

Ruby

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

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

16.13.0

Node.js

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

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

3.0.2

Ruby

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

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

5.32.1.1

Strawberry Perl

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

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

2.13.6

Scala

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

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

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

14.17.5

Node.js

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

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

9.2.19.0

JRuby Portable

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

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

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

12.6.3

Node.js

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

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

2.7.1

Ruby

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

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

7.4.4

PHP

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

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

8.6.3

Haskell Platform

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

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

2.12.8

Scala

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

Size: 20 MB
Authors: Programming Methods Laboratory of École Polytechnique Fédérale de Lausanne
Default path: %HOMEDRIVE%\Programs\scala
pbox install scala Show pbox.xml
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

20071014.1

Roco

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

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

2018.1.4

IntelliJ PyCharm Community Edition

PyCharm is an Integrated Development Environment (IDE) used for programming in Python. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django. PyCharm is developed by the Czech company JetBrains.

Size: 188 MB
Authors: JetBrains
Versions: 4.0.4, 4.5.1, 4.5.4, 2017.3, 2018.1.4
Default path: %ProgramFiles(x86):ProgramFiles%\JetBrains\PyCharm Community Edition 2018.1.4
pbox install pycharm Show pbox.xml
php

7.2.6

PHP

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

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

2.12.6

Scala

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

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

2.12.5

Scala

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

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

9.4.0

Node.js

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

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

2017.3

IntelliJ PyCharm Community Edition

PyCharm is an Integrated Development Environment (IDE) used for programming in Python. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django. PyCharm is developed by the Czech company JetBrains.

Size: 192 MB
Authors: JetBrains
Versions: 4.0.4, 4.5.1, 4.5.4, 2017.3, 2018.1.4
Default path: %ProgramFiles(x86):ProgramFiles%\JetBrains\PyCharm Community Edition 2017.3
pbox install pycharm Show pbox.xml

9.1.15.0

JRuby Portable

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

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

9.1.14.0

JRuby Portable

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

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

2.12.4

Scala

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

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

6.9.1c

Node.js

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

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

2.12.2

Scala

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

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

2.4.1

Ruby

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

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

6.9.1

Node.js

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

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

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

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

2.11.8

Scala

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

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

1.7.9

JRuby Portable

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

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

9.0.3.0

JRuby Portable

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

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

4.8.0

V8 JavaScript Engine

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

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

4.5.4

IntelliJ PyCharm Community Edition

PyCharm is an Integrated Development Environment (IDE) used for programming in Python. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django. PyCharm is developed by the Czech company JetBrains.

Size: 151 MB
Authors: JetBrains
Versions: 4.0.4, 4.5.1, 4.5.4, 2017.3, 2018.1.4
Default path: %ProgramFiles(x86):ProgramFiles%\JetBrains\PyCharm Community Edition 4.5.4
pbox install pycharm Show pbox.xml

0.93

G95

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

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

0.12.7

Node.js

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

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

1.0

OpenCOBOL

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

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

3.23.0

V8 JavaScript Engine

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

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

20071014

Roco

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

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

2.0.0-p645

Ruby

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

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

2.1.6

Ruby

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

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

5.4.42

PHP 5

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

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

2.11.7

Scala

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

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

5.6.10

PHP 5

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

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

7.8

Pike (portable)

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

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

8.5

Tcl

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

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

4.02.1

OCaml

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

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

2014.2.0.0

Haskell Platform

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

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

2.11.6

Scala

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

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

20080107

Io

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

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

4.5.1

IntelliJ PyCharm Community Edition

PyCharm is an Integrated Development Environment (IDE) used for programming in Python. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django. PyCharm is developed by the Czech company JetBrains.

Size: 150 MB
Authors: JetBrains
Versions: 4.0.4, 4.5.1, 4.5.4, 2017.3, 2018.1.4
Default path: %ProgramFiles(x86):ProgramFiles%\JetBrains\PyCharm Community Edition 4.5.1
pbox install pycharm 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

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

93

Befungee

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

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

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

4.0.4

IntelliJ PyCharm Community Edition

PyCharm is an Integrated Development Environment (IDE) used for programming in Python. It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django. PyCharm is developed by the Czech company JetBrains.

Size: 145 MB
Authors: JetBrains
Versions: 4.0.4, 4.5.1, 4.5.4, 2017.3, 2018.1.4
Default path: %ProgramFiles(x86):ProgramFiles%\JetBrains\PyCharm Community Edition 4.0.4
pbox install pycharm 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

PBOX © MikeMirzayanov 2014