dev-lang
Description
Development languages (and related tools)Ports
-
dmd-bin
Digital Mars D Compiler
- fpc
- lua
-
mono
Mono - a Common Language Infrastructure runtime and class library
-
nasm
The Netwide Assembler, NASM, is an 80x86 and x86-64 assembler designed for portability and modularity. It supports a range of object file formats, including Linux and *BSD a.out, ELF, COFF, Mach-O, Microsoft 16-bit OBJ, Win32 and Win64. It will also output plain binary files. Its syntax is designed to be simple and easy to understand, similar to Intel's but less complex. It supports all currently known x86 architectural extensions, and has strong support for macros.
-
orc
The Oil Runtime Compiler
-
perl
Larry Wall's Practical Extraction and Report Language
-
php
The PHP language runtime engine: CLI, CGI and Apache2 SAPIs.
- python
-
regina-rexx
Portable Rexx interpreter
-
ruby
A dynamic, object-orientated, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
-
swi-prolog
free, small, and standard compliant Prolog compiler
-
swig
Simplified Wrapper and Interface Generator
-
tcl
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 business-friendly, Tcl is a mature yet evolving language that is truly cross platform, easily deployed and highly extensible.
-
tk
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 native applications that run unchanged across Windows, Mac OS X, Linux and more.
-
yasm
Yasm is a complete rewrite of the NASM assembler under the "new" BSD License. Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O, RDOFF2, COFF, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats. Yasm can be easily integrated into Visual Studio 2005/2008 and 2010 for assembly of NASM or GAS syntax code into Win32 or Win64 object files.