Tags : Browse Projects

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

Harbour Project

Compare

  Analyzed about 5 hours ago

Harbour is the free software implementation of a multi-platform, multi-threading, object-oriented, scriptable programming language, backward compatible with Clipper/xBase. Harbour consists of a compiler and runtime libraries with multiple UI and database backends, its own make system and a large ... [More] collection of libraries and interfaces to many popular APIs. [Less]

839K lines of code

10 current contributors

about 18 hours since last commit

5 users on Open Hub

Low Activity
5.0
 
I Use This
Licenses: No declared licenses

Nemerle

Compare

  Analyzed 1 day ago

Nemerle is a high-level statically-typed programming language for the .NET platform. It offers functional, object-oriented and imperative features. It has a simple C#-like syntax and a powerful meta-programming system. Features that come from the functional land are variants, pattern matching ... [More] , type inference and parameter polymorphism (aka generics). [Less]

556K lines of code

4 current contributors

almost 4 years since last commit

5 users on Open Hub

Inactive
5.0
 
I Use This

Nim-lang

Compare

  Analyzed 4 months ago

Nim (formerly known as "Nimrod") is a statically typed, imperative programming language that tries to give the programmer ultimate power without compromises on runtime efficiency. This means it focuses on compile-time mechanisms in all their various forms. Beneath a nice infix/indentation based ... [More] syntax with a powerful (AST based, hygienic) macro system lies a semantic model that supports a soft realtime GC on thread local heaps. Asynchronous message passing is used between threads, so no "stop the world" mechanism is necessary. An unsafe shared memory heap is also provided for the increased efficiency that results from that model. [Less]

77.8K lines of code

182 current contributors

4 months since last commit

5 users on Open Hub

Activity Not Available
5.0
 
I Use This

Scala.js

Compare

  Analyzed 1 day ago

Scala.js, a Scala to JavaScript compiler

171K lines of code

11 current contributors

4 days since last commit

5 users on Open Hub

Moderate Activity
0.0
 
I Use This

Portable Computing Language

Compare

  No analysis available

Portable OpenCL is an open source implementation of the OpenCL standard which can be easily adapted for new targets. One of the goals of the project is improving performance portability of OpenCL programs, avoiding the need for target-dependent manual optimizations. A "native" target is included ... [More] , which allows running OpenCL kernels on the host (CPU). [Less]

0 lines of code

15 current contributors

0 since last commit

5 users on Open Hub

Activity Not Available
4.0
   
I Use This
Mostly written in language not available
Licenses: mit

MLton

Compare

  Analyzed about 9 hours ago

MLton is an open-source, whole-program, optimizing Standard ML compiler.

28.5K lines of code

5 current contributors

about 2 months since last commit

4 users on Open Hub

Low Activity
4.5
   
I Use This

TenDRA

Compare

  Analyzed 1 day ago

TenDRA is a three clause BSD-licensed C and C++ compiler.

690K lines of code

0 current contributors

over 1 year since last commit

4 users on Open Hub

Very Low Activity
3.0
   
I Use This
Licenses: BSD-3-Clause, bsd

Mercury Language

Compare

  Analyzed about 17 hours ago

Mercury is a logic/functional programming language, which combines the clarity and expressiveness of declarative programming with advanced static analysis and error detection features. Its highly optimized execution algorithm delivers efficiency far in excess of existing logic programming systems ... [More] , and close to conventional programming systems. Mercury addresses the problems of large-scale program development, allowing modularity, separate compilation, and numerous [Less]

994K lines of code

11 current contributors

about 22 hours since last commit

4 users on Open Hub

High Activity
4.33333
   
I Use This

Native Client

Compare

  No analysis available

Native Client is an open-source technology for running native code in web applications, with the goal of maintaining the browser neutrality, OS portability, and safety that people expect from web apps. We've released this project at an early stage to get feedback from the open-source community. We ... [More] believe that Native Client technology will help web developers to create richer and more dynamic browser-based applications. Native Client runs on 32-bit x86 systems that use Windows, Vista, Mac OS X, or Linux. Some ARM and x86-64 support is implemented in the source base, and we hope to make it available for application developers later this year. How to get involvedYou can help make Native Client as secure and useful as possible. Here's how: Download the Native Client distr [Less]

0 lines of code

0 current contributors

0 since last commit

4 users on Open Hub

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

Irony — .NET Language Implementation Kit

Compare

  Analyzed about 19 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

2 months since last commit

4 users on Open Hub

Low Activity
5.0
 
I Use This