Ports Search

Results 191200 of 417 for /lang/.(0.002 seconds)
lang/basic256-1.1.4.0 (Score: 0.13971135)
Easy to use BASIC language and IDE for education
BASIC-256 is an easy to use version of BASIC designed to teach anybody (especially middle and high-school students) the basics of computer programming. It uses traditional control structures like gosub, for/next, and goto, which helps kids easily see how program flow-control works. It has a built-in graphics mode which lets them draw pictures on screen in minutes, and a set of detailed, easy-to-follow tutorials that introduce programming concepts through fun exercises.
lang/cilkplus-20160603 (Score: 0.13971135)
Intel Cilk Runtime
Intel Cilk Plus is an extension to the C and C++ languages to support data and task parallelism. Primary Features High Performance: * An efficient work-stealing scheduler provides nearly optimal scheduling of parallel tasks * Vector support unlocks the performance that's been hiding in your processors * Powerful hyperobjects allow for lock-free programming Easy to Learn: * Only 3 new keywords to implement task parallelism * Serial semantics make understanding and debugging the parallel program easier *Array Notations provide a natural way to express data parallelism Easy to Use: * Automatic load balancing provides good behavior in multi-programmed environments * Existing algorithms easily adapted for parallelism with minimal modification * Supports both C and C++ programmers
lang/mosml-2.10.1 (Score: 0.13971135)
Lightweight implementation of Standard ML
This is Moscow ML, a lightweight implementation of Standard ML: The current version of Moscow ML * implements the full Standard ML language, as revised 1997, including Modules and some extensions * yet is backwards compatible with versions prior to 2.00 * implements large parts of the new SML Basis Library * implements separate compilation * can produce compact stand-alone executables (a la Caml Light) * supports quotations and antiquotations, useful for metaprogramming * supports dynamic linking of external functions
lang/mtasc-1.14 (Score: 0.13971135)
Motion-Twin ActionScript 2 Compiler
MTASC is the first ActionScript 2 Open Source free compiler. It can compile large number of .as class files in a very short time and generate directly the corresponding SWF bytecode without relying on Macromedia Flash or other tools.
lang/munger-5.7.1 (Score: 0.13971135)
Static lisp interpreter with text processing abilities
Munger is a simplified, statically-scoped, interpreted lisp specialized for writing text processors for 8-bit text. With Munger the programmer may write line-by-line filters, if serial access to the text is sufficient, or the programmer may load text into buffers and have line-oriented random access to those lines, if that is more convenient. Munger makes it easy to write simple text editors, shells, utility filters, CGI scripts, and simple network client and server programs. Mung (or munge) is computer jargon for, "to make repeated changes which individually may be reversible, yet which ultimately result in an unintentional irreversible destruction of large portions of the original item." Laugh, it's a joke.
lang/nbc-1.2.1.r4 (Score: 0.13971135)
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/newlisp-10.6.1 (Score: 0.13971135)
LISP like scripting language
The newLISP is a scripting language for developing web applications and programs in general and in the domains of artificial intelligence (AI) and statistics.
lang/newlisp-10.6.2 (Score: 0.13971135)
LISP like scripting language
The newLISP is a scripting language for developing web applications and programs in general and in the domains of artificial intelligence (AI) and statistics.
lang/nhc98-1.22 (Score: 0.13971135)
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/nml-0.92b (Score: 0.13971135)
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.