Ports Search

Results 111120 of 417 for /lang/.(0.003 seconds)
lang/gcc-4.7.4 (Score: 0.13971135)
GNU Compiler Collection 4.7
GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C, C++, Fortran and Java front ends as gcc47, g++47, gfortran47, and gcj47, respectively. Gerald Pfeifer <gerald@FreeBSD.org>
lang/php70-1.1 (Score: 0.13971135)
"meta-port" to install PHP extensions
This is a "meta-port" to install the extensions for PHP 5.5. Defaults to: ctype, dom, filter, hash, iconv, json, pdo, pdo_sqlite, phar, posix, session, simplexml, sqlite3, tokenizer, xml, xmlreader and xmlwriter.
lang/php70-7.0.11 (Score: 0.13971135)
PHP Scripting Language
PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically generated webpages quickly, but you can do much more with PHP.
lang/picoc-2.1 (Score: 0.13971135)
Very small C interpreter for scripting
PicoC is a very small C interpreter for scripting. It was originally written for scripting a UAV's on-board flight system and it's also very suitable for other robotic, embedded and non-embedded applications too.
lang/pypy3-5.2.0.a1 (Score: 0.13971135)
Fast, compliant implementation of the Python language
lang/qore-0.8.12 (Score: 0.13971135)
Qore Programming Language
Qore is a dynamically-typed, embeddabble programming language designed for SMP scalability.
lang/pypy-5.4.1 (Score: 0.13971135)
Fast, compliant implementation of the Python language
PyPy is a fast, compliant alternative implementation of the Python language (2.7.1). It has several advantages and distinct features: - Speed: thanks to its Just-in-Time compiler, Python programs often run faster on PyPy. - Memory usage: large, memory-hungry Python programs might end up taking less space than they do in CPython. - Compatibility: PyPy is highly compatible with existing python code. It supports ctypes and can run popular python libraries like twisted and django. - Sandboxing: PyPy provides the ability to run untrusted code in a fully secure way. - Stackless: PyPy can be configured to run in stackless mode, providing micro-threads for massive concurrency. - As well as other features.
lang/qml-5.6.1 (Score: 0.13971135)
Qt QML and JavaScript language module
lang/seed7-05.20160831 (Score: 0.13971135)
High-level, extensible programming language
Seed7 is an extensible general purpose programming language designed by Thomas Mertes. It is a higher level language compared to Ada, C/C++ and Java. In Seed7 new statements and operators can be declared easily. Functions with type results and type parameters are more elegant than a template or generics concept. Object orientation is used where it brings advantages and not in places where other solutions are more obvious. Although Seed7 contains several concepts from other programming languages, it is generally not considered a direct descendant of any other programming language. Major features include: - user defined statements and operators, - abstract data types, - templates without special syntax, - OO with interfaces and multiple dispatch, - statically typed, - interpreted or compiled, - portable, - runs under Linux/Unix/Windows.
lang/sisc-1.16.6 (Score: 0.13971135)
Extensible Java-based Scheme interpreter
SISC is an extensible Java based interpreter of the algorithmic language Scheme. SISC uses modern interpretation techniques, and handily outperforms all existing Java interpreters.