Ports Search

Results 7,7617,770 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.017 seconds)
java/junit-4.12 (Score: 8.972706E-5)
Regression testing utility for use with the Java(TM) Language
This is a port of JUnit, a simple testing framework for Java developed by Erich Gamma and Kent Beck. Using JUnit you can build a test suite that will help you measure your progress, spot unintended side effects, and focus your development efforts.
lang/parrot-8.1.0 (Score: 8.972706E-5)
Parrot - virtual machine for dynamic languages
Parrot is a virtual machine designed to efficiently compile and execute bytecode for dynamic languages. Parrot currently hosts a variety of language implementations in various stages of completion, including Tcl, Javascript, Ruby, Lua, Scheme, PHP, Python, Perl 6, APL, and a .NET bytecode translator.
lang/bf2c-1.3.1 (Score: 8.972706E-5)
Optimizing BrainF*ck to C compiler
BrainF*ck is a minimalistic, yet Turing-complete programming language with only 8 instructions. bf2c compiles a BF file into a corresponding C file, optimizing as much as possible for speed, size and readability. It is written for fun, self-educating purposes and to beat existing BF compilers.
lang/gforth-0.7.3 (Score: 8.972706E-5)
Fast and portable Forth system
Gforth is a fast and portable implementation of the ANS Forth language. It works nicely with the Emacs editor, offers some nice features such as input completion and history and a powerful locals facility, and it even has a manual. Gforth employs traditional implementation techniques: its inner innerpreter is indirect or direct threaded.
lang/mlton-20100608 (Score: 8.972706E-5)
Optimizing Standard ML compiler
This is a port of MLton, the whole-program optimizing Standard ML Compiler. MLton runs on a variety of platforms, generates excellent code, has a fast C FFI, profiling, and many useful libraries, including an interface to the GNU multiprecision library. For more information, go to the MLton home page.
lang/nml-0.92b (Score: 8.972706E-5)
Dialect/harmony of Standard ML of New Jersey and Objective Caml
- nML is a dialect/harmony of Standard ML of New Jersey and Objective Caml. - nML is a higher-order and typed programming language. - nML does not stand against the C programming convention. - nML compiler is a compiler of the nML language using the Objective Caml compiler: nML parser + nML type-checker + nML-to-OCaml translator + the OCaml compiler.
lang/prolog-0.1 (Score: 8.972706E-5)
Python extension embedding SWI-Prolog
A Python extension embedding SWI-Prolog PyProlog is a Python extension that permits direct access to an embedded PROLOG. The extension lends Python the efficient unification and backtracking of PROLOG, and allows a programmer to instrument Python classes with PROLOG code. Callbacks from PROLOG to Python are also supported.
lang/rexx-imc-1.76 (Score: 8.972706E-5)
Procedural programming language designed by IBM's UK Laboratories
REXX/imc is a Rexx interpreter for Unix. It supports all the standard instructions and built-in functions, plus a small number of extensions, and has a partial implementation of the SAA API allowing applications to call Rexx programs and to register addressing environments, Rexx functions, and exit handlers.
lang/wrapper-2.4 (Score: 8.972706E-5)
Tool that wraps Rexx source or tokenised code into an executable
Rexx/Wrapper is a tool that wraps Rexx source or tokenised code into an executable. The Rexx source code can be optionally compressed and encoded to ensure that the original Rexx code cannot be viewed (unless you have the original encryption key). To use Rexx/Wrapper you need two extra bits of software: 1. A supported Rexx interpreter 2. A supported C compiler
lang/scala-2.11.8 (Score: 8.972706E-5)
Scala Programming Language
Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages, enabling Java and other programmers to be more productive. Code sizes are typically reduced by a factor of two to three when compared to an equivalent Java application.