Simple Project List Software Map

5 projects in result set
LastUpdate: 2014-04-30 20:28

Red language

Red language is a native-code compiled functional, imperative, symbolic, and homoiconic programming language that re-uses most of REBOL's syntax and semantics. Both static and JIT compilation support are planned. A strong emphasis is made on concurrency and both task and data parallelism support using an actor-like abstraction and parallel collections (Scala-like). The target range of usage spreads from low-level system programming (thanks to the built-in Red/System C-level DSL) and embedded systems, up to high-level scripting, with an optional REPL console.

LastUpdate: 2012-04-14 07:56

Syllable

The Syllable project creates a family of operating systems that form a network platform. Syllable Desktop is a complete desktop operating system that is exceptionally powerful, fast, and easy to use. It has its own kernel, filesystem, GUI, and applications. Syllable Desktop is based on AtheOS, is largely POSIX.1 compliant, and uses many of the GNU utilities. Syllable Server is a server operating system built to be similar to Syllable Desktop, but on the Linux kernel.

(Machine Translation)
LastUpdate: 2012-04-12 09:38

Syllable Desktop operating system

Syllable Desktopは使いやすく強力な、軽量かつ非常に高速なオペレーティングシステムです。 これには独自のカーネル、ファイルシステム、GUIとアプリケーションが含まれます。 Syllable Serverは小さく効率的なLinuxサーバです。

LastUpdate: 2013-09-13 09:14

evplayer

オーディオファンの Wav 唯一の音楽プレーヤー。私は試みました、音楽プレーヤーのどれも私のニーズを満たされているので evplayer に取り組んで開始プレイヤーのクライアント サーバーであり、非常にシンプルなインターフェイスを持っています。

(Machine Translation)
LastUpdate: 2010-06-10 22:52

ORCA REBOL language clone

ORCA is an interpreter for a REBOL-like language. The interpreter is a C library so that C/C++ applications can use ORCA as an embedded scripting system. ORCA stands for Open-source Rebol Can be Achieved.