Tags : Browse Projects

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

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

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

huginn programming language

Compare

  No analysis available

huginn - programming language with no quirks, so simple every child can master it. Huginn is a computer programming language with following traits: - interpreted - imperative - functional style (functions, lambdas and closures are first class citizens) - object oriented (user defined types ... [More] , composition, inheritance, exceptions) - introspective, non-reflective type system - strongly typed (absolutely no implicit value conversions and no implicit type coercion) - dynamically typed (final type consistency checks are done at runtime) - duck typing - no quirks guarantee - support arbitrary precision calculations per built-in type - interpreter/executor trivially embeddable in C++ code [Less]

0 lines of code

1 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: afpl, by-nc-nd-40

Horse64

Compare

  Analyzed about 9 hours ago

A simple & versatile high-level programming language inspired by a mix of Python, Lua, and Go!

14.5K lines of code

0 current contributors

3 days since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This
Licenses: No declared licenses