This distribution contains a Modula-3 compiler and runtime, a large set of libraries, and a few other tools. On the UNIX platforms, the compiler uses a gcc-based back-end and should be fairly easy to port.
S-lang is a C-like programming language, designed to be embedded in programs. It provides standard screen handling functions, similar to curses, and it can provide access to program internals, allowing the program users to create customized procedures. Th
REBOL/core is an Internet-native messaging language that now spans more than 20 platforms and handles Internet protocols such as HTTP, FTP, SMTP, POP and CGI.REBOL provides built-in networking support, which means that no additional modules or objects
Pliant resembles an interpreted language, especially since you can write small pieces of code and run them directly. It's as simple and straightforward as any other scripting language.Pliant also emulates a rich and efficient compiled language, one wit
Pike is a dynamic programming language with a syntax similar to C's. It is simple to learn, does not require long compilation passes and has powerful built-in data types, allowing for simple and fast data manipulation.