Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Guido van Robot

Compare

  Analyzed 2 days ago

Guido van Robot, or GvR for short, is a programming language and free software application designed to introduce beginners to the fundamentals of programming. GvR runs on Windows, Macintosh, and GNU/Linux, in a variety of languages! It's great in both the classroom and the home as a way of ... [More] introducing people to the basic concepts of programming. [Less]

32.1K lines of code

0 current contributors

over 10 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

The pluk language compiler.

Compare

  No analysis available

The pluk language compiler.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: WTFPL_2_0

Relational Meta Language (RML)

Compare

  No analysis available

A compiler-compiler that builds compilers from Natural Semantics specifications.

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
3.0
   
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

The Fancy Programming Language

Compare

  Analyzed about 9 hours ago

Fancy is a dynamic, object-oriented programming language heavily inspired by Smalltalk, Ruby and Erlang. It supports dynamic code evaluation (as in Ruby & Smalltalk), class-based mixins, (simple) pattern matching, runtime introspection & reflection, "monkey patching" and much more. It runs ... [More] on Rubinius, the Ruby VM, and thus has first-class integration with Ruby's core library and any additional Ruby libraries that run on Rubinius, including most C-extensions. [Less]

2.84K lines of code

0 current contributors

over 9 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

clyther

Compare

  Analyzed about 3 hours ago

CLyther is an object oriented extension to the OpenCL language definition.

14.4K lines of code

0 current contributors

almost 12 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

fcc

Compare

  Analyzed 1 day ago

FCC, Feep's Crazed Compiler, is an ongoing experiment in writing a compiler for a D-like language, unburdened by decades of compiler writing "best practices". Tentatively alpha-state, it is already usable but has lots of dark corners remaining. Check the nehe/ folder for OpenGL examples.

32.1K lines of code

0 current contributors

over 6 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

L

Compare

  No analysis available

L is a general-purpose, compiled, extensible programming language. Extensions appear at three different levels: the syntax is completely replacable; Lisp-like macros allows for creation of new construct in the language; new global definitions enable to change the paradigm of the language. The ... [More] language is organised in layers : at the bottom there is a low-level programming language, similar to a C that could enforce strong typing; libraries provide higher level capabilities to the language. The L project provides an interactive compiler for the L programming language and its associated tools: lexer and parser generators, translation from L code to C... [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl

maglev

Compare

  Analyzed about 19 hours ago

Ruby that scales™ MagLev /măg-lĕv/ n. a fast, stable, Ruby implementation with integrated object persistence and distributed shared cache.

199K lines of code

0 current contributors

almost 2 years since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

mirah

Compare

  Analyzed about 16 hours ago

The Mirah Programming Language

87.5K lines of code

0 current contributors

over 6 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

Hare Language

Compare

  Analyzed about 22 hours ago

Hare is a systems programming language designed to be simple, stable, and robust. Hare uses a static type system, manual memory management, and a minimal runtime. It is well-suited to writing operating systems, system tools, compilers, networking software, and other low-level, high performance tasks.

25.1K lines of code

0 current contributors

2 days since last commit

0 users on Open Hub

High Activity
0.0
 
I Use This
Licenses: gpl3, mozilla_p...