Ports Search

Results 10,69110,700 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.009 seconds)
lang/librep-0.92.6 (Score: 7.3261835E-5)
Emacs Lisp like runtime library
Librep is a Lisp system for UNIX, needed by Sawfish window manager. It contains a Lisp interpreter, byte-code compiler and virtual machine. Applications may use the Lisp interpreter as an extension language, or it may be used for stand-alone scripts. The Lisp dialect was originally inspired by Emacs Lisp, but with the worst features removed. It also borrows many ideas from Scheme.
lang/Data-JavaScript-1.13 (Score: 7.3261835E-5)
Data::JavaScript - Dump perl structures to JavaScript code
This module is aimed mainly for CGI programming, when a perl script generates a page with client side JavaScript code that needs access to structures created on the server. It works by creating one line of JavaScript code per datum. Therefore, structures cannot be created anonymously and needed to be assigned to variables. This enables dumping big structures.
lang/Pugs-Compiler-Rule-0.37 (Score: 7.3261835E-5)
Compiler for Perl 6 Rules
This module provides an implementation for Perl 6 Rules. It is a front-end to several other modules: * Pugs::Grammar::Rule parses the Rules syntax. * Pugs::Grammar::Rule::Rule specifies the Rules syntax with Rules. * Pugs::Emitter::Rule::Perl5 converts parsed Rules to Perl 5 code. * Pugs::Runtime::Rule provides the runtime engine for Rules. * Pugs::Runtime::Match represents a Match object.
lang/Try-Catch-1.0.0 (Score: 7.3261835E-5)
Try/Catch exception handler based on Try::Tiny, but faster
A small, fast, try catch blocks for perl, it's inspired and mostly copied from Try::Tiny but with some modifications to boost execution speed. Consider Try::Catch a stripped Try::Tiny version with no blessing and no usage of Sub::Name.
lang/eperl-2.2.14 (Score: 7.3261835E-5)
Perl Modules of ePerl package: Parse::ePerl, Apache::ePerl
____ _ ___| _ \ ___ _ __| | / _ \ |_) / _ \ '__| | | __/ __/ __/ | | | \___|_| \___|_| |_| ePerl -- Embedded Perl 5 Language ePerl interprets an ASCII file bristled with Perl 5 program statements by evaluating the Perl 5 code while passing through the plain ASCII data. It can operate in various ways: As a stand-alone Unix filter or integrated Perl 5 module for general file generation tasks and as a powerful Webserver scripting language for dynamic HTML page programming.
lang/elixir-1.3.3 (Score: 7.3261835E-5)
Functional, meta-programming aware language built on top of Erlang VM
Elixir is a functional, meta-programming aware language built on top of the Erlang VM. It is a dynamic language that focuses on tooling to leverage Erlang's abilities to build concurrent, distributed and fault-tolerant applications with hot code upgrades.
lang/pharo-1.4 (Score: 7.3261835E-5)
Pharo is Smalltalk-inspired environment
Pharo is a clean, innovative, open-source Smalltalk-inspired environment. - pure object-oriented language - runs on all major platforms - stable core with large test suite - a clean look and feel - good developer tools - low memory footprint It runs under squeak virtual machine.
lang/pure-0.64 (Score: 7.3261835E-5)
Modern-style functional programming language
Pure is a modern-style functional programming language based on term rewriting. It offers equational definitions with pattern matching, full symbolic rewriting capabilities, dynamic typing, eager and lazy evaluation, lexical closures, built-in list and matrix support and an easy-to-use C interface. The interpreter uses LLVM as a backend to JIT-compile Pure programs to fast native code.
lang/armv7-20160822 (Score: 7.3261835E-5)
C/Ada cross-compiler, target: Android ARMv7
The gnatdroid-armv7 port builds a C/Ada cross-compiler based on GCC 6 that targets the Android operating system (up to version 6.0, API level 23) running on ARM architecture (version 7). This produces binaries that run natively on Android devices built with Cortex-A series chips.
lang/duktape-1.5.1 (Score: 7.3261835E-5)
Embeddable Javascript engine
Duktape is an embeddable Javascript engine, with a focus on portability and compact footprint. Duktape is easy to integrate into a C/C++ project: add duktape.c and duktape.h to your build, and use the Duktape API to call Ecmascript functions from C code and vice versa.