Skip to content

normenmueller/f-p

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Function Passing: Typed, Distributed Functional Programming

Build Status

The F-P library uses sbt for building and testing. Distributed tests and examples are supported using the sbt-multi-jvm sbt plug-in.

Homepage: http://lampwww.epfl.ch/~hmiller/f-p

How to Run Examples and Tests

Examples and tests can be launched from the sbt prompt:

> project samples
[info] Set current project to f-p samples (in build file:/Users/nrm/Sources/f-p/)
> multi-jvm:run multijvm.cs.Example

Implementation agnostic

The default F-P realization is backed by [Netty](http://netty.io Netty). In order to demonstrate our implementation agnostic approach, you can find at samples/single-jvm/main/scala/actor an [Akka](http://akka.io Akka)-based, alternative realization.

About

A new programming model for asynchronous and distributed programming.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%