Browsing projects by Tag(s)

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

Showing page 1 of 1

Erlang is a programming language designed at the Ericsson Computer Science Laboratory. Ericsson released the entire source code of the Erlang system including extensive libraries of code for building robust fault-tolerant distributed applications.

4.80435
   
  2 reviews  |  128 users  |  2,389,142 lines of code  |  92 current contributors  |  Analyzed 10 days ago
 
 
Compare

Library that gives access to SDL and Opengl functionality in Erlang software.

5.0
 
  0 reviews  |  3 users  |  31,518 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

lfe

Compare

Lisp Flavoured Erlang (LFE)

0
 
  0 reviews  |  1 user  |  17,894 lines of code  |  8 current contributors  |  Analyzed about 12 hours ago
 
 

Open Server Platform (OSP) is a system to abstract away all the boilerplate code from developing scalable server daemons designed to run on multiple machines. It allows developers to just focus on writing the server logic in a XML file using Erlang syntax which then gets run by OSP on a number of machines, replicating state between them.

4.5
   
  0 reviews  |  1 user  |  7,605 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 
Compare

FANG is a new programming language to both learn more about language development and to create a useful language that has a clean Scheme/Lisp like syntax, and nice features from a number of other languages without the cruft.

5.0
 
  0 reviews  |  1 user  |  1,101 lines of code  |  0 current contributors  |  Analyzed 6 months ago
 
 

Fancy is a dynamic, object-oriented programming language heavily inspired by Smalltalk, Ruby and Erlang. It supports dynamic code evaluation (as in Ruby & Smalltalk), class-based mixins, (simple) pattern matching, runtime introspection & reflection, "monkey patching" and much more. ... [More] It runs on Rubinius, the Ruby VM, and thus has first-class integration with Ruby's core library and any additional Ruby libraries that run on Rubinius, including most C-extensions. [Less]

0
 
  0 reviews  |  1 user  |  2,878 lines of code  |  2 current contributors  |  Analyzed about 4 hours ago
 
 

Jonathan Hawkes is a software developer who writes the occasional programming related article at http://devblog.techhead.biz. This project is for housing the example code and other small projects.

0
 
  0 reviews  |  0 users  |  6,823 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

The Haskell Notebook (another Haskell Cookbook) contains some common and not so common Haskell programming idioms that are contained in a collection of working/compilable examples. There is also a collection of source code from other functional programming languages including Lisp and Erlang. This ... [More] project is similar to other cookbook projects that you may find on the web for various other programming languages. To get the latest source and examples, browse the subversion repository: http://haskellnotebook.googlecode.com/svn/trunk/ Compiling the SourceIf you are attempting to compile the source, you should be able to do the following assuming that you have the Glasgow Haskell Compiler installed. In the event that you copied the code from one of the wiki pages and you receive an error, check the subversion repository or downloads for a mirror of the wiki example (the formatting on the wiki may have caused the issue). ghc --make -fglasgow-exts Simple.hsFunctional Programming and FactorThis notebook and set of cookbook examples was ideally setup to explore different functional programming languages. Even though Factor is not considered to be a functional programming language. It is still an interesting project and language, so some factor cookbook examples will also show up under this project. Resourceshttp://factorcode.org/ http://en.wikipedia.org/wiki/Factor_programming_language http://www.haskell.org/ghc/ Milestone and CHANGELOG highlightsHaskell/Erlang examples set1 (3/28/2008)uploaded HaskellSimpleTextMining.tar.gz - haskell text mining example; covers many different aspect of haskell. Including a web scraper (python) and tools to analysis web document, naive bayes analysis, finding simple document statistics. uploaded SimpleIrcClient_Erlang.tar.gz - simple erlang IRC client uploaded erlang_set1_d032008.tar.gz - erlang cookbook examples set1 uploaded haskell_set1_d032008.tar.gz - haskell cookbook examples set1, many topics include monads, cabal, reading/writing binary files, etc uploaded lisp_set1_d032008.tar.gz - lisp cookbook examples set1, lisp widget toolkit (example FFI source code), lisp apache log file analysis tool [Less]

0
 
  0 reviews  |  0 users  |  61,239 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

plists is a drop-in replacement for the Erlang module lists, making most list operations parallel. It can operate on each element in parallel, for IO-bound operations, on sublists in parallel, for taking advantage of multi-core machines with CPU-bound operations, and across erlang nodes, for ... [More] parallizing inside a cluster. It handles errors and node failures. It can be configured, tuned, and tweaked to get optimal performance while minimizing overhead. Almost all the functions are identical to equivalent functions in lists, returning exactly the same result, and having both a form with an identical syntax that operates on each element in parallel and a form which takes an optional "malt", a specification for how to parallize the operation. fold is the one exception, parallel fold is different from linear fold. This module also include a simple mapreduce implementation, and the function runmany. All the other functions are implemented with runmany, which is as a generalization of parallel list operations. Documentation is available at http://freeyourmind.googlepages.com/plists.html, and a blog post with some examples at http://plists.wordpress.com/2007/09/20/introducing-plists-an-erlang-module-for-doing-list-operations-in-parallel/. [Less]

0
 
  0 reviews  |  0 users  |  1,433 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

I've been programming since 1978 and I'm constantly finding that I'm reusing my small parts of my code base or porting them from one language to another. I hope to keep this collection of utility code here others to use.

0
 
  0 reviews  |  0 users  |  637 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.