Ports Search

Results 201210 of 417 for /lang/.(0.003 seconds)
lang/nqc-3.1.r6 (Score: 0.13971135)
Compiler for writing programs for the Lego RCX
A compiler for a simple language for programming the LEGO RCX or CyberMaster controllers. The language itself is "Not Quite C" and includes preprocessor and control structures very similar to the C language, but with restrictions imposed by the limitations of the RCX hardware/firmware itself. Besides compiling, nqc also provides functions for downloading the RCX firmware as well as uploading programs to and downloading from the RCX. The NQC home page includes documentation for the language itself including examples.
lang/nwcc-0.8.3 (Score: 0.13971135)
Nils Weller's C compiler for Unix systems
nwcc is a small C compiler for Unix systems under the BSDL The primary goals of nwcc currently are portability and correctness. Various C99 and GNU C features are also supported. It works with FreeBSD/OpenBSD/Solaris/Linux on 80x86, FreeBSD/Linux on AMD64, Solaris on SPARC, AIX on PowerPC, and IRIX on MIPS hardware. Cross-compilation is also supported. The x86 and AMD64 backends support two assemblers; nasm/yasm and gas. This can be useful for side-by-side assembler syntax comparison
lang/nx-2.0.0 (Score: 0.13971135)
Highly flexible, Tcl-based, object-oriented scripting language
NX is a highly flexible, Tcl-based, object-oriented scripting language. It is a descendant of XOTcl and was designed based on 10 years of experience with XOTcl in projects containing several hundred thousand lines of code. While XOTcl was the first language designed to provide language support for design patterns and to provide a highly dynamic programming environment, the Next Scripting Framework (NSF) and NX add to these features support for language-oriented programming.
lang/ocaml-4.02.3 (Score: 0.13971135)
Objective Caml compiler and programming environment
lang/ocaml-4.02.3 (Score: 0.13971135)
Objective Caml compiler and programming environment
Objective Caml is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system and a powerful module system in the style of Standard ML. Objective Caml comprises two compilers. One generates bytecode which is then interpreted by a C program. This compiler runs quickly, generates compact code with moderate memory requirements, and is portable to essentially any 32 or 64 bit Unix platform. Performance of generated programs is quite good for a bytecoded implementation: almost twice as fast as Caml Light 0.7. This compiler can be used either as a standalone, batch-oriented compiler that produces standalone programs, or as an interactive, toplevel-based system. The other compiler generates high-performance native code for a number of processors. Compilation takes longer and generates bigger code, but the generated programs deliver excellent performance, while retaining the moderate memory requirements of the bytecode compiler.
lang/csharp-mode.el-0.8.5 (Score: 0.13971135)
Emacs/XEmacs major mode for editing C# source code
After a good number of years, we noticed that there wasn't a "non-patched" version of a csharp-mode for Emacs. There were a few, but most of them had comments that they were "in progress" or "about to merge", but then we noticed that those notices were there even after a couple of months. Then, we saw a request for a csharp-mode on the cc-mode Emacs site, so we decided to follow the rules and create one that required no patching or modification to the core cc-mode engine (which is a good thing). So, this is the C# mode.
lang/ohugs-0.5 (Score: 0.13971135)
Interpreter for Haskell with object-oriented features
OHugs is an approach to combine the features of functional programming languages (Haskell) with object-oriented languages. Steffen Mazanek <steffen.mazanek@unibw-muenchen.de>
lang/onyx-5.1.2 (Score: 0.13971135)
Embeddable stack-based threaded interpreted language
Onyx is an embeddable stack-based threaded interpreted language. This port contains both a stand alone interpreter and a library that can be used to embed Onyx in an application. Extensive documentation is included.
lang/JavaScript-Value-Escape-0.07 (Score: 0.13971135)
Perl extension to avoid XSS with JavaScript value interpolation
There are a lot of XSS, a security hole typically found in web applications, caused by incorrect (or lack of) JavaScript escaping. This module is aimed to provide a secure JavaScript escaping to avoid XSS with JavaScript values. The escaping routine JavaScript::Value::Escape provides escapes q!"!, q!'!, q!&!, q!=!, q!-!, q!+!, q!;!, q!<!, q!>!, q!/!, q!\! and control characters to JavaScript unicode entities like "\u0026".
lang/oo2c-2.1.11 (Score: 0.13971135)
Optimizing Oberon-2 compiler of University of Kaiserslautern, Germany
Niklaus Wirth's language Oberon-2 implemented by a german university at Kaiserslautern. More information about Oberon is available from its webpage at http://www.oberon.ethz.ch/.