Projects tagged ‘interpreter’ and ‘scripting’


[36 total ]
1988

PHP

   
Primary Language: C Licensed as: Apache Software License,GNU General Public License 2.0,GNU Lesser General Public License 2.1,PHP License

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.

Metrics updated about 14 hours ago

1073

Python programming language

   
Primary Language: C Licensed as: Python Software Foundation License

Python is a dynamic, object-oriented programming language that can be used for many kinds of software development. It offers strong support for integration with other languages and tools, comes with extensive standard libraries, and can be learned in ... [More] a few days. Many Python programmers report substantial productivity gains and feel the language encourages the development of better code. [Less]

Metrics updated 06 Oct 08

517

Perl

   
Primary Language: Perl Licensed as: Artistic License,GNU General Public License 2.0

Perl is a general-purpose programming language originally developed for text manipulation and now used for a wide range of tasks including system administration, web development, network programming, GUI development, and more. Its major features ... [More] include support for multiple programming paradigms (procedural, object-oriented, and functional styles), automatic memory management, built-in support for text processing, and a large collection of third-party modules. It's worth noting that Perl is currently under /very/ active development - although the commit stats here don't reflect that fact because the version control system Perl uses isn't yet compatible with Ohloh. Hopefully that can be fixed - the Perl community would certainly like Ohloh to show recent activity. [Less]

Metrics updated 11 Sep 08

435

Ruby

   
Primary Language: Ruby Licensed as: GNU General Public License 2.0,Ruby License

Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable.

Metrics updated 11 Oct 08

93

GHC

   
Licensed as: BSD-ish License

Haskell is an advanced purely functional programming language. The product of more than twenty years of cutting edge research, it allows rapid development of robust, concise, correct software. With strong support for integration with other languages ... [More] , built-in concurrency, debuggers, profilers, rich libraries and an active community, Haskell makes it easier to produce flexible, maintainable high-quality software. GHC is a state-of-the-art, open source, compiler and interactive environment for Haskell. [Less]

62

Lua

   
Primary Language: C Licensed as: MIT License

Lua is a powerful, fast, light-weight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by ... [More] interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. [Less]

Metrics updated about 16 hours ago

39

Parrot

   
Primary Language: Perl Licensed as: Artistic License 2.0

Parrot is the virtual machine (VM) that will run Perl 6. Its register-based design with object oriented internal types is optimized for the needs of dynamic languages such as Perl 6, PHP, Python, Ruby, JavaScript, Lisp, Lua, Tcl, ... . This ... [More] differentiates it from other VMs such as Java's JVM and .NET's CLR which are stack-based and primarily aimed at static languages. [Less]

Metrics updated 11 Oct 08

38

JRuby

   
Primary Language: Ruby Licensed as: Common Public License 1.0,GNU General Public License 2.0,GNU Lesser General Public License 2.1

JRuby is an 100% pure-Java implementation of the Ruby programming language. JRuby is the effort to recreate the Ruby interpreter in Java. JRuby is tightly integrated with Java to allow both to script any Java class and to embed the interpreter into any Java application.

Metrics updated 07 Oct 08

30

Tcl/Tk

   
Primary Language: C Licensed as: BSD-ish License

Tcl (Tool Command Language) is a very powerful but easy to learn dynamic programming language, suitable for a very wide range of uses, including web and desktop applications, networking, administration, testing and many more. Open source and ... [More] business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible. Tk is a graphical user interface toolkit that takes developing desktop applications to a higher level than conventional approaches. Tk is the standard GUI not only for Tcl, but for many other dynamic languages, and can produce rich, native applications that run unchanged across Windows, Mac OS X, Linux and more. [Less]

Metrics updated 07 Oct 08

28

Boo Programming Language

   
Primary Language: C# Licensed as: BSD-ish License

A wrist-friendly language targeting the Common Language Runtime (.NET / Mono) with an extensible compiler pipeline, a syntax reminiscent of Python, and many other features (like type inference, syntactic macros, etc.)

Metrics updated about 7 hours ago