Tags : Browse Projects

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

GNU Forth

Compare

Claimed by GNU Analyzed about 15 hours ago

Gforth is a fast and portable implementation of the ANS Forth language. It works nicely with the Emacs editor, offers some nice features such as input completion and history and a powerful locals facility, and it has a rather complete manual.

126K lines of code

3 current contributors

2 days since last commit

9 users on Open Hub

High Activity
4.5
   
I Use This

Pike

Compare

  No analysis available

Pike is a dynamic programming language with a syntax similar to Java and C. It is simple to learn, does not require long compilation passes and has powerful built-in data types allowing simple and really fast data manipulation.

0 lines of code

18 current contributors

0 since last commit

9 users on Open Hub

Activity Not Available
4.8
   
I Use This
Mostly written in language not available
Licenses: gpl, lgpl, mozilla_p...

Umple

Compare

  Analyzed 1 day ago

Umple is a technology for model-oriented programming. It can be used for pure UML modeling or to add UML constructs, such as associations and state machines to code written in Java, Python, PHP, C++ or Ruby. It generates code in these languages that can save a large amount of programming effort ... [More] and result in higher quality. The UmpleOnline tool allows you to edit UML diagrams graphically, and watch the Umple textual code being written in real time. This works the other way too: You can write textual Umple and watch the corresponding UML diagram appear. Umple is being extended to support patterns, tracing and a variety of other features. Umple is written in itself, which is central to maintaining its quality. Umple can be used today by any programmer or modeler [Less]

1.06M lines of code

10 current contributors

7 days since last commit

8 users on Open Hub

High Activity
5.0
 
I Use This

MacRuby

Compare

  Analyzed about 11 hours ago

MacRuby is a version of Ruby 1.9, ported to run directly on top of Mac OS X core technologies such as the Objective-C common runtime and garbage collector, and the CoreFoundation framework. While still a work in progress, it is the goal of MacRuby to enable the creation of full-fledged Mac OS X ... [More] applications which do not sacrifice performance in order to enjoy the benefits of using Ruby. [Less]

630K lines of code

0 current contributors

about 9 years since last commit

7 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: gpl, Ruby_License

Modelica Standard Library

Compare

  Analyzed about 2 hours ago

The object-oriented modeling language Modelica is designed to allow convenient, component-oriented modeling of complex physical systems, e.g., systems containing mechanical, electrical, electronic, hydraulic, thermal, control, electric power or process-oriented subcomponents. The free Modelica ... [More] language, free Modelica libraries and Modelica simulation tools are available, ready-to-use and have been utilized in demanding industrial applications, including hardware-in-the-loop simulations. The development and promotion of Modelica is organized by the non-profit Modelica Association. [Less]

546K lines of code

20 current contributors

1 day since last commit

7 users on Open Hub

High Activity
4.66667
   
I Use This

NIP2

Compare

  Analyzed 1 day ago

nip2, the "free love child of Photoshop and Excel," is the GUI of vips. You don't directly edit images --- instead, like a spreadsheet, you build relationships between objects. nip2 actively manages these relationships: if you change an object property, the change is propagated "spreadsheet-style." ... [More] Like vips, nip2 is fast and needs little memory. You can comfortably work with multi-gigabyte images on very modest hardware. In addition to the visual programming interface accessible through the GUI, nip2 has command-line and batch modes. It even has its own functional programming language (for writing extensions). [Less]

176K lines of code

1 current contributors

about 2 months since last commit

6 users on Open Hub

Very Low Activity
5.0
 
I Use This

Nim-lang

Compare

  Analyzed 3 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

3 months since last commit

5 users on Open Hub

Activity Not Available
5.0
 
I Use This

Nickle

Compare

  No analysis available

The Nickle Programming Language is a C-like language with modern programming language features, intended for rapid prototyping, complex scripting, and numerical calculation. The current implementation is an interactive compiler to byte code written in C, with a runtime system written in C and Nickle.

0 lines of code

1 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

Nemerle

Compare

  Analyzed about 10 hours 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

Nu

Compare

  No analysis available

Nu is an interpreted object-oriented language. Its syntax comes from Lisp, but Nu is semantically closer to Ruby than Lisp. Nu is written in Objective-C and is designed to take full advantange of the Objective-C runtime and the many mature class libraries written in Objective-C. Nu code can fully ... [More] interoperate with code written in Objective-C; messages can be sent to and from objects with no concern for whether those messages are implemented in Objective-C or Nu. [Less]

0 lines of code

1 current contributors

0 since last commit

5 users on Open Hub

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