Ports 搜索

共有5,827项符合/net-mgmt/的查询结果,以下是第4,4514,460项(搜索用时0.006秒)
lang/ecl-15.3.7 (Score: 0.0061257896)
ANSI Common Lisp implementation
ECL (Embeddable Common-Lisp) is an interpreter of the Common-Lisp language as described in the X3J13 ANSI specification, featuring CLOS (Common-Lisp Object System), conditions, loops, etc, plus a translator to C, which can produce standalone executables.
lang/mawk-1.3.4.20160615 (Score: 0.0061257896)
Interpreter for the AWK Programming Language
mawk is an interpreter for the AWK Programming Language. The AWK language is useful for manipulation of data files, text retrieval and processing, and for prototyping and experimenting with algorithms. mawk is a new awk meaning it implements the AWK language as defined in Aho, Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley Publishing, 1988 (hereafter referred to as the AWK book.) mawk conforms to the Posix 1003.2 (draft 11.3) definition of the AWK language which contains a few features not described in the AWK book, and mawk provides a small number of extensions.
lang/regina-3.9.1 (Score: 0.0061257896)
Rexx interpreter
Regina is a Rexx interpreter that has been ported to most Unix platforms (Linux, FreeBSD, Solaris, AIX, HP-UX, etc.) and also to OS/2, eCS, DOS, Win9x/Me/NT/2k/XP, Amiga, AROS, QNX, BeOS, MacOS X, EPOC32, AtheOS, OpenVMS and OpenEdition. Rexx is a programming language that was designed to be easy to use for inexperienced programmers yet powerful enough for experienced users. It is also a language ideally suited as a macro language for other applications. There are two major goals for Regina: * become 100% compliant with the ANSI Standard. * be available on as many platforms as possible.
lang/gauche-0.9.4 (Score: 0.0061257896)
Scheme script interpreter with multibyte character handling
Gauche is a Scheme interpreter conforming Revised^5 Report on Algorithmic Language Scheme. It is designed for rapid development of daily tools like system management and text processing. It can handle multibyte character strings natively.
lang/itcl-3.4.1 (Score: 0.0061257896)
Object-oriented extension to Tcl [incr Tcl]
This package contains [incr Tcl] version 3.0.1. [incr Tcl] is an object oriented extension to Tcl. The [incr Tcl] language is also known as ``itcl''. A companion to [incr Tcl] called [incr Tk] builds a ``mega-widget'' framework into Tk. The [incr Tk] extension is also known as ``itk'' and is available in x11-toolkits.
lang/nbc-1.2.1.r4 (Score: 0.0061257896)
Programming language for the LEGO MINDSTORMS NXT
NBC (Next Byte Codes) is a programming language for the LEGO MINDSTORMS NXT product. NBC's syntax is based on assembler programming languages, so experienced assembler programmers (or just about any programmers) should find it very easy to get started with. Even if you aren't an experienced programmer, NBC is relatively easy to learn.
lang/nqc-3.1.r6 (Score: 0.0061257896)
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/python-mode.el-1.0 (Score: 0.0061257896)
Emacs lisp module for the Python language
Emacs lisp modules for the Python language.
lang/prolog-0.1 (Score: 0.0061257896)
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/sketchy-20070218 (Score: 0.0061257896)
Interpreter for purely applicative Scheme
SketchyLISP is an embeddable interpreter for a purely applicative dialect of Scheme. It may be considered an implementation of pure LISP plus global definitions and some input/output functions. This package contains the SketchyLISP interpreter and library, the manual, and example programs.