Sciweavers

1550 search results - page 14 / 310
» Erlang for Concurrent Programming
Sort
View
ERLANG
2003
ACM
14 years 1 months ago
Automated test generation for industrial Erlang applications
We present an implemented technique for generating test cases from state machine specifications. The work is motivated by a need for testing of protocols and services developed b...
Johan Blom, Bengt Jonsson
PPOPP
2012
ACM
12 years 4 months ago
Concurrent breakpoints
In program debugging, reproducibility of bugs is a key requirement. Unfortunately, bugs in concurrent programs are notoriously difficult to reproduce because bugs due to concurre...
Chang-Seo Park, Koushik Sen
ICFP
1997
ACM
14 years 18 days ago
A Practical Subtyping System For Erlang
We present a type system for the programming language Erlang. The type system supports subtyping and declarationfree recursive types, using subtyping constraints. Our system is si...
Simon Marlow, Philip Wadler
CONCURRENCY
2002
79views more  CONCURRENCY 2002»
13 years 8 months ago
Programming environments for multidisciplinary Grid communities
Naren Ramakrishnan, Layne T. Watson, Dennis G. Kaf...
ERLANG
2007
ACM
14 years 9 days ago
Extended process registry for Erlang
The built-in process registry has proven to be an extremely useful feature of the Erlang language. It makes it easy to provide named services, which can be reached without knowing...
Ulf Wiger