Haskell is a modern, functionalprogramming language with an interesting story to tell about parallelism: rather than using concurrent threads and locks, Haskell offers a variety of libraries that enable concise, high...
详细信息
Haskell is a modern, functionalprogramming language with an interesting story to tell about parallelism: rather than using concurrent threads and locks, Haskell offers a variety of libraries that enable concise, high-level parallel programs with results that are guaranteed to be deterministic (independent of the number of cores and the scheduling being used).
Developers use the open source Erlang programming language in domains such as telecommunications, database systems, and the Web due to its superior support for concurrency and reliability. Erlang applications comprise...
详细信息
Developers use the open source Erlang programming language in domains such as telecommunications, database systems, and the Web due to its superior support for concurrency and reliability. Erlang applications comprise numerous processes-lightweight user-space threads-that communicate via message passing. This article focuses on Erlang's concurrency support and details an example 1D Poisson solver program.
Rappture is a new GUI development kit that enables developers to build I/O interfaces for specific applications. In this article, the authors describe the Rappture toolkit's use in generating a GUI for the Zori co...
详细信息
Rappture is a new GUI development kit that enables developers to build I/O interfaces for specific applications. In this article, the authors describe the Rappture toolkit's use in generating a GUI for the Zori computer code.
MedlinePlus Mobile provides a core set of the authoritative health information found on ***, optimized for mobile devices. The authors detail the technical approach taken to create this website, from the system archit...
详细信息
MedlinePlus Mobile provides a core set of the authoritative health information found on ***, optimized for mobile devices. The authors detail the technical approach taken to create this website, from the system architecture through development and testing.
暂无评论