Tags : Browse Projects

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

NumPy

Compare

  Analyzed 2 days ago

NumPy is the fundamental package for scientific computing with Python. It contains among other things: a powerful N-dimensional array object sophisticated (broadcasting) functions tools for integrating C/C++ and Fortran code useful linear algebra, Fourier transform, and random number ... [More] capabilities Besides its obvious scientific uses, NumPy can also be used as an efficient multi-dimensional container of generic data. Arbitrary data-types can be defined. This allows NumPy to seamlessly and speedily integrate with a wide variety of databases. NumPy is licensed under the BSD license, enabling reuse with few restrictions. [Less]

404K lines of code

219 current contributors

3 days since last commit

337 users on Open Hub

Very High Activity
4.71667
   
I Use This
Licenses: No declared licenses

GHC

Compare

  Analyzed about 1 hour ago

Haskell is an advanced purely functional programming language. The product of more than twenty years of cutting edge research, it allows rapid development of robust, concise, correct software. With strong support for integration with other languages, built-in concurrency, debuggers, profilers, rich ... [More] libraries and an active community, Haskell makes it easier to produce flexible, maintainable high-quality software. GHC is a state-of-the-art, open source, compiler and interactive environment for Haskell. [Less]

648K lines of code

152 current contributors

3 days since last commit

236 users on Open Hub

Very High Activity
4.65517
   
I Use This

Scala

Compare

  Analyzed 6 months ago

Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages. It is also fully interoperable with Java.

376K lines of code

98 current contributors

6 months since last commit

235 users on Open Hub

Activity Not Available
4.82192
   
I Use This

Steel Bank Common Lisp

Compare

  Analyzed about 1 year ago

Steel Bank Common Lisp, aka SBCL, is an open source compiler and runtime system for ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, a debugger, and many extensions.

490K lines of code

18 current contributors

about 1 year since last commit

130 users on Open Hub

Activity Not Available
4.70588
   
I Use This
Licenses: BSD-3-Clause, Public_Do...

OCaml

Compare

  Analyzed 3 days ago

Caml is a general-purpose programming language, designed with program safety and reliability in mind. It is very expressive, yet easy to learn and use. Caml supports functional, imperative, and object-oriented programming styles. It has been developed and distributed by INRIA, France's national ... [More] research institute for computer science, since 1985. The OCaml system is the main implementation of the Caml language. It features a powerful module system and a full-fledged object-oriented layer. It comes with a native-code compiler that supports numerous architectures, for high performance; a bytecode compiler, for increased portability; and an interactive loop, for experimentation and rapid development. [Less]

857K lines of code

76 current contributors

3 days since last commit

88 users on Open Hub

Very High Activity
4.66667
   
I Use This

GNU CLISP - an ANSI Common Lisp

Compare

Claimed by GNU Analyzed about 1 hour ago

GNU CLISP is an ANSI Common Lisp implementation with an interpreter, compiler, debugger, object system (CLOS, MOP), sockets, fast bignums, arbitrary precision floats, and foreign language interface which runs on most UNIXes and Win32.

762K lines of code

0 current contributors

almost 5 years since last commit

55 users on Open Hub

Inactive
4.4375
   
I Use This

Racket

Compare

  Analyzed 7 days ago

Programming language suitable for implementation tasks ranging from scripting to application development, and supporting the creation of new programming languages. It includes the DrRacket programming environment, a virtual machine with a just-in-time compiler, and various other tools.

3.21M lines of code

115 current contributors

8 days since last commit

40 users on Open Hub

Very High Activity
4.21429
   
I Use This

NixOS

Compare

  Analyzed 2 days ago

NixOS is a Linux distribution with a unique approach to package and configuration management. Built on top of the Nix package manager, it is completely declarative, makes upgrading systems reliable, and has many other advantages. NixOS has a completely declarative approach to configuration ... [More] management: you write a specification of the desired configuration of your system in NixOS’s modular language, and NixOS takes care of making it happen. NixOS has atomic upgrades and rollbacks. It’s always safe to try an upgrade or configuration change: if things go wrong, you can always roll back to the previous configuration. Declarative specs and safe upgrades make NixOS a great system for DevOps use. [Less]

2.77M lines of code

1,214 current contributors

3 days since last commit

39 users on Open Hub

Very High Activity
5.0
 
I Use This

bytestring

Compare

  Analyzed over 3 years ago

A time and space-efficient implementation of byte vectors using packed Word8 arrays, suitable for high performance use, both in terms of large data quantities, or high speed requirements. Byte vectors are encoded as strict Word8 arrays of bytes, held in a ForeignPtr, and can be passed between C and Haskell with little effort.

0 lines of code

0 current contributors

0 since last commit

29 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

google-collections

Compare

  Analyzed over 3 years ago

This library was renamed to Guava! What you see here is ancient and unmaintained. Do not use it. Guava is a fully compatible superset of the old Google Collections Library. It also includes years worth of bug fixes, doc fixes, and performance fixes, so we strongly encourage you to use Guava ... [More] instead of Google Collections. If your application ever ends up with both google-collect-1.0.jar and guava-r##.jar on the same classpath, simply remove the Google Collections JAR and you should be fine. If you don't remove it, it will either cause terrible problems (if it comes before guava in the classpath) or will never even be seen anyway (if it comes after). The project you're looking at now will not be maintained. We apologize for any confusion this causes. [Less]

131K lines of code

0 current contributors

about 13 years since last commit

21 users on Open Hub

Activity Not Available
4.71429
   
I Use This