Tags : Browse Projects

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

Rust (programming language)

Compare

Claimed by Mozilla Foundation Analyzed about 7 hours ago

Rust is a systems programming language that runs blazingly fast, prevents almost all crashes, and eliminates data races. It provides both high-level features and low-level control: algebraic data types, pattern matching, closures, type inference, zero-cost abstractions, guaranteed memory safety ... [More] , optional garbage collection, concurrency without data races, minimal runtime, efficient FFI. [Less]

1.86M lines of code

640 current contributors

about 17 hours since last commit

54 users on Open Hub

Very High Activity
4.78947
   
I Use This

Herschel

Compare

  Analyzed about 13 hours ago

Heather is an general-purpose multiparadigm programming language. It is strongly typed, offering type inference and parametric polymorphism ("generics"). It is consequently object oriented (everything is a object, even functions), while its consequent multiple dispatch approach keeps a strong ... [More] functional touch. The object model is class-oriented, supporting multiple inheritance as well as the separation of types ("protocols", "interfaces") and classes. The grammar is regular, small, and (mostly) context free. In particular it can be parsed without symbol tables, and does not require a special preprocessor since it offers powerful hygienic macros as part of the language and special support for conditional compilation. [Less]

107K lines of code

0 current contributors

over 8 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

helen-llvm

Compare

  Analyzed about 3 hours ago

Helen language compiler and interpreter based on LLVM.

1.96K lines of code

1 current contributors

over 5 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This