Tags : Browse Projects

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

Zorba

Compare

  No analysis available

Zorba is a general purpose XQuery processor implementing in C++ the W3C family of specifications. It is not an XML database. The query processor has been designed to be embeddable in a variety of environments such as other programming languages extended with XML processing capabilities, browsers ... [More] , database servers, XML message dispatchers, or smartphones. Its architecture employes a modular design, which allows customizing the Zorba query processor to the environment’s needs. In particular the architecture of the query processor allows a pluggable XML store (e.g. main memory, DOM stores, persistent disk-based large stores, S3 stores). Zorba runs on most platforms and is available under the Apache license v2. [Less]

0 lines of code

0 current contributors

0 since last commit

4 users on Open Hub

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

OpenEuphoria

Compare

  No analysis available

Euphoria is a powerful but easy-to-learn programming language. It has a simple syntax and structure with consistent rules, and is also easy to read. You can quickly, and with little effort, develop applications, big and small, for Windows, Unix variants (Linux, FreeBSD, ...) and OS X. Euphoria ... [More] was first released as shareware way back in 1993. Nowadays, it is being developed as an open source project that is community driven and maintained. The language has evolved into a sophisticated tool for programmers. Surprising to many, Euphoria is one of the fastest interpreted languages around however for more speed and ease of distribution Euphoria also includes an integrated Euphoria to C translator. [Less]

0 lines of code

0 current contributors

0 since last commit

4 users on Open Hub

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

Red Programming Language

Compare

  Analyzed about 15 hours ago

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 ... [More] 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. [Less]

45.7K lines of code

24 current contributors

19 days since last commit

4 users on Open Hub

Moderate Activity
5.0
 
I Use This
Licenses: Boost_Sof..., BSD-3-Clause

Irony — .NET Language Implementation Kit

Compare

  Analyzed about 17 hours ago

Irony is a development kit for implementing languages on .NET platform. Unlike most existing yacc/lex-style solutions Irony does not employ any scanner or parser code generation from grammar specifications written in a specialized meta-language. In Irony the target language grammar is coded directly ... [More] in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process. See the expression grammar sample for an example of grammar definition in c# class, and using it in a working parser. [Less]

25.9K lines of code

4 current contributors

about 2 months since last commit

4 users on Open Hub

Low Activity
5.0
 
I Use This

Retro Forth

Compare

  No analysis available

Retro is an implementation of the Forth language. It is designed to be small and easy to work with, but not totally minimal. In Retro you'll find influences from many sources. It runs on a portable virtual machine emulating a MISC-based computer.

0 lines of code

0 current contributors

0 since last commit

3 users on Open Hub

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

chibi-scheme

Compare

  Analyzed about 2 hours ago

Chibi-Scheme is a very small but mostly complete R5RS Scheme implementation using a reasonably fast custom VM. Chibi-Scheme tries as much as possible not to trade its small size by cutting corners, and provides full continuations, both low and high-level hygienic macros based on syntactic-closures ... [More] , string ports and exceptions. Chibi-Scheme is written in highly portable C and supports multiple VM instances running simultaneously. [Less]

70.1K lines of code

15 current contributors

about 1 month since last commit

3 users on Open Hub

Moderate Activity
5.0
 
I Use This

IronRuby

Compare

  Analyzed 2 minutes ago

IronRuby is an Open Source implementation of the Ruby programming language. It is built using the Dynamic Language Runtime, which makes it easier to build high-quality dynamic language implementations on top of Microsoft's .NET Framework.

2.79M lines of code

0 current contributors

over 7 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

libffi

Compare

  Analyzed about 18 hours ago

Compilers for high level languages generate code that follows certain conventions. These conventions are necessary, in part, for separate compilation to work. One such convention is the "calling convention". The "calling convention" is a set of assumptions made by the compiler about where function ... [More] arguments will be found on entry to a function. A "calling convention" also specifies where the return value for a function is found. The libffi library provides a portable, high level programming interface to various calling conventions. This allows a programmer to call any function specified by a call interface description at run-time. [Less]

59.5K lines of code

0 current contributors

over 1 year since last commit

3 users on Open Hub

Very Low Activity
5.0
 
I Use This

mruby

Compare

  Analyzed about 5 hours ago

Lightweight Ruby

85K lines of code

31 current contributors

1 day since last commit

3 users on Open Hub

High Activity
5.0
 
I Use This

Jint - Javascript Interpreter for .NET

Compare

  Analyzed 1 day ago

Jint is a script engine based on the Javascript language. Using Jint, developers can provide fully scriptable applications, execute .NET code without compiling, or create external configuration logic, using the most used script language. Jint aims at providing every JavaScript functionalities to ... [More] .NET applications, and bindings to .NET languages can be done in both sides. Jint scripts can use any .NET object from your application, and use every part of the .NET base class library. [Less]

223K lines of code

0 current contributors

5 days since last commit

2 users on Open Hub

Moderate Activity
0.0
 
I Use This