Tags : Browse Projects

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

Amber Smalltalk

Compare

  Analyzed 8 minutes ago

Amber, formerly known as Jtalk, is an implementation of the Smalltalk-80 language. It is designed to make client-side development faster and easier. It allows developers to write client-side heavy web applications in Smalltalk. Amber includes an integrated development environment with a class ... [More] browser, workspace, transcript, object inspector and debugger. Amber is written in itself, including the compiler, and compiles into efficient JavaScript, mapping one-to-one with the JS equivalent. [Less]

43.7K lines of code

0 current contributors

almost 8 years since last commit

13 users on Open Hub

Inactive
4.6
   
I Use This

GNU Smalltalk

Compare

Claimed by GNU Analyzed about 19 hours ago

GNU Smalltalk is a free implementation of the Smalltalk-80 language.

330K lines of code

0 current contributors

about 1 month since last commit

12 users on Open Hub

Very Low Activity
4.66667
   
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...

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

The Slate Programming Language

Compare

  No analysis available

OverviewThis is the source management site for the Slate programming language. Getting StartedTo get started with Slate, you need: A VM: Some pre-built VMs are available in the Downloads section. Or, get the sources via one of our repositories (cloning an hg or git repository or extracting a ... [More] tarball), and build using 'make'. A pre-made Slate image. Download the appropriate Slate image from our Downloads section. Currently we support all little-endian systems with a GCC toolchain or Visual Studio out of the box, with either a 32-bit or 64-bit build of VM and image equally supported. Build instructions are contained within the README in the source tree. If tweaks are required for your platform, please let us know so we can improve our support. Finally, run "./slate -i imagefile.image" Release PracticesWe are not currently making versioned releases, but image snapshots with the latest core library updates are uploaded mid-month or at the end of the month after confirming basic stability. If the images are not dated recently, that should be because they're still compatible with source trees from that date onward. IssuesStability should be steadily improving, and any major crashes are worth reporting. [Less]

0 lines of code

0 current contributors

0 since last commit

4 users on Open Hub

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

Fantom Programming Language

Compare

  No analysis available

Fantom is an OO, functional programming language designed to cross compile to both the Java and .NET platforms. It provides a concise syntax along with elegant, cross portable libraries.

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: academic

ELENA Programming Language

Compare

  Analyzed about 3 hours ago

ELENA is a general-purpose, object-oriented, polymorphic language with late binding. It features message dispatching / manipulation, dynamic object mutation, a script engine / interpreter and group object / mix-in support.

125K lines of code

4 current contributors

1 day since last commit

2 users on Open Hub

Moderate Activity
5.0
 
I Use This

Open Object Rexx

Compare

  Analyzed about 3 hours ago

Open Object Rexx interpreter based on the original IBM Object Rexx product.

277K lines of code

3 current contributors

8 days since last commit

2 users on Open Hub

Moderate Activity
5.0
 
I Use This

clyther

Compare

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

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