R

TwitterFacebook
Get flash to fully experience Pearltrees

rabbitlang - The Rabbit programming language

RabbitはRubyライクな構文を持ったへなちょこ言語です Hello world print ( "hello world. http://code.google.com/p/rabbitlang/

Introduction - rathaxes - project description. - Rathaxes, a DSL for driver developement

A driver is a software which allows communication between hardware and operating system. Tasks like using a printer or a mouse could not be achieved without driver. Those softwares are very important and take the most part of code in an operating system: An operating system is composed by 70% of drivers; Some system like Windows provide generic drivers for common hardware; Often those softwares are made by hardware vendors. Dual skills Writing this kind of software is very tricky. http://code.google.com/p/rathaxes/wiki/Introduction
Robin is a programming language which draws from Scheme (via Pixley ), PicoLisp , and Erlang . Robin's core language is quite ascetic; however, Robin supports a module system, by which functionality can be brought in from modules (written in Robin, or some other language,) which expose their functionality to programs and other modules. The standard modules include a small "standard library" to make programming slightly easier, a module for concurrent processes with message-passing, and a module for handling exceptions. Robin programs are homoiconic, and presented in a S-expression-based syntax.

catseye / Robin

https://bitbucket.org/catseye/robin

rebeca - An Educational Software that teaches students computer programming in a 3D environment (internationalized Alice & Spanish)

Rebeca is based on Alice, a project originally developed at University Carnegie Mellon. Alice is an innovative 3D programming environment that makes it easy to create an animation for telling a story, playing an interactive game, or a video to share on the web. Alice is a freely available teaching tool designed to be a student's first exposure to object-oriented programming. http://code.google.com/p/rebeca/

DFKI - RELFUN Project

http://www.dfki.uni-kl.de/~vega/relfun.html Summary RELFUN is a logic -programming language with call-by-value (eager) expressions of non-deterministic, non-ground functions [Boley99] . Clauses are `hornish', succeeding with true (s), or `footed', returning any value(s). They define operations (relations and functions) permitting (apply-reducible) higher-order syntax with arbitrary terms (constants, structures, and variables) as operators. The language explicitly distinguishes structures [passive] and expressions (active). All structures and expressions, not only lists or tuples, can have varying arities.
... to the official RapidBATCH Homepage! RapidBATCH is a powerful scripting language and development platform for professional automation-tools and common Windows-applications. The brand-new version 5.1 of RapidBATCH opens new dimensions and possibilities, tuning RapidBATCH up to a real software solution system for different problems and purposes. RapidBATCH became very famous through its easy learnable syntax and high flexibility; Even beginners can create well running scripts with ony a few lines of coding effort. http://rb5.phorward-software.com/index.php?lang=1

RapidBATCH website :: Home

Ruri

http://onegeek.org/~tom/software/ruri/ Ruri is a compiler for a programming language (also called ruri). The ruri language mirrors the feature set of IJVM and IJVMA , and the compiler targets those assembly languages. There's also a demo page, which allows you to type in ruri-language code and have the appropriate IJVM or IJVMA output produced. Download
http://www.cs.cornell.edu/Info/Projects/zeno/Projects/Rivl.html

Rivl: A Multimedia Processing Language

The way we encode video algorithms today is similar to the way we expressed numerical algorithms in the days of assembly language. At that time, floating point operations were expressed by manipulating individual bits. Today, video and image operations are expressed by manipulating pixel values. Some systems (e.g. Data Explorer or Khoros ) provide a graphical programming environment where programs are expressed as flowcharts, but the limitations of flowcharts for expressing complex programs are well known.
http://www.complang.org/ragel/

Ragel State Machine Compiler

Ragel State Machine Compiler What is Ragel? Ragel compiles executable finite state machines from regular languages. Ragel targets C, C++, Objective-C, C#, D, Java, Ruby, OCaml and Go. Ragel state machines can not only recognize byte sequences as regular expression machines do, but can also execute code at arbitrary points in the recognition of a regular language.

reda4 - programming language derived from colorforth

http://code.google.com/p/reda4/ Originally by PHREDA (2005) group http://groups.google.com/group/reda4 videos http://www.youtube.com/user/pablohreda Programming Language for the WINE, WINCE and ANDROID platform: forth-like language to program computers. uses prefixes to guide compiler behavior, like colorForth but without colors..a colorless colorforth. has a VM, editor, games, programming samples. has a basic compiler for FASM asembler IDE is in progress Screenshots

Language RIGAL home page

Rigal is compiler construction language developed at the University of Latvia , Institute of Mathematics and Computer Science in 1987. The main data structures are atoms, lists and labelled trees. The control structures are based on advanced pattern matching. All phases of compilation, including parsing, optimization and code generation, can be programmed in this language in short and readable form. You can get information about Rigal from Vadim Engelson by e-mail vaden@ida.liu.se and from Mikhail Auguston by e-mail mikau@cs.nmsu.edu

Raven

I did not set out to create yet another programming language, nor did I have any specific aims going into this project. Instead a collection of separate scripting tools, hacked up for one task or another, grew slowly together into a whole during several years use on Linux boxes. After the third rewrite of the core, the result is a scripting language I've called Raven. Oh, and no special reason for the name.