Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第15,51115,520项(搜索用时0.011秒)
lang/huc-3.21 (Score: 5.180394E-5)
PC Engine C compiler which can create ROMs (hucard) or CD images
HuC is a PC Engine C compiler. It can create ROMs (hucard) or CD images and is bundled with an assembler and all kinds of libraries. You can ouput text, scrolls, make sound, control CD, handle sprites and tiles, and more.
lang/io-2015.11.11 (Score: 5.180394E-5)
Small prototype-based programming language
Io is small prototype-based programming language. The ideas in Io are mostly inspired by Smalltalk (all values are objects), Self (prototype-based), NewtonScript (differential inheritance), Act1 (actors and futures for concurrency), LISP (code is a runtime inspectable/modifiable tree) and Lua (small, embeddable).
lang/kawa-2.1 (Score: 5.180394E-5)
Java-based Scheme implementation
Kawa is a full Scheme implementation written in Java. With Kawa you can access Java objects, methods, fields and classes within your Scheme code. Scheme functions and files are compiled into optimized Java byte-code, allowing you to write Java applications, applets, classes, and servlets in Scheme.
lang/haskell-mode-13.20.1 (Score: 5.180394E-5)
Emacs lisp mode for editing haskell programs
Haskell-mode is a major Emacs mode for editing Haskell source code. It provides syntax highlighting and automatic indentation and comes with inf-haskell which allows interaction with an inferior Haskell interactive loop such as the one of Hugs or GHCi. Note that if you want to use haskell-mode under XEmacs, you should install editors/xemacs-packages instead.
lang/lua-ada-1.0 (Score: 5.180394E-5)
Ada binding for Lua
These are bindings to a Lua library for Ada. The gpr file is written for the version of Lua that is default on the system that builds the port. (see Mk/bsd.default-versions.mk) There is no documentation available, but two examples with sources are built and installed for illustration.
lang/nawk-20121220 (Score: 5.180394E-5)
Brian Kernighan's pattern scanning and processing language
Awk scans input files for specified patterns and can perform an associated action when a line of the file matches the pattern. This is the One True version of awk described in "The AWK Programming Language" by Al Aho, Brian Kernighan, and Peter Weinberger (Addison-Wesley, 1988, ISBN 0-201-07981-X).
lang/nbc-1.2.1.r4 (Score: 5.180394E-5)
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/nhc98-1.22 (Score: 5.180394E-5)
Fully-fledged compiler for Haskell 98
nhc98 is a fully-fledged compiler for Haskell 98, the standard lazy functional programming language. Written in Haskell, it is small and very portable, and aims to produce small executables that run in small amounts of memory. It comes with extensive tool support for automatic compilation, foreign language interfacing, heap and time profiling, tracing, and debugging.
lang/Try-Tiny-Retry-0.004 (Score: 5.180394E-5)
Extends Try::Tiny to allow retries
This module extends Try::Tiny to add support for retries. Try::Tiny provides bare bones try/catch statements that are designed to minimize common mistakes done with eval blocks (for instance assuming that $@ is set to a true value on error, or clobbering previous values of $@, and NOTHING else.
lang/pfe-0.33.71 (Score: 5.180394E-5)
Implementation of ANSI Forth
This package contains all necessary ANSI-C source files to build a running Forth-environment on most UNIX machines, on DOS and on OS/2. The Forth-system is closely modeled along the new American National Standard for the programming language Forth. Every word of every word set mentioned in the dpANS-6 document of June 1993 has been implemented. Additionally it is compatible to Forth-83.