Sciweavers

3796 search results - page 551 / 760
» Presentations by Programmers for Programmers
Sort
View
CL
2004
Springer
15 years 2 months ago
A browser for incremental programming
Much of the elegance and power of Smalltalk comes from its programming environment and tools. First introduced more than 20 years ago, the Smalltalk browser enables programmers to...
Nathanael Schärli, Andrew P. Black
CORR
2004
Springer
125views Education» more  CORR 2004»
15 years 2 months ago
High-Level Networking With Mobile Code And First Order AND-Continuations
We describe a scheme for moving living code between a set of distributed processes coordinated with unification based Linda operations, and its application to building a comprehen...
Paul Tarau, Verónica Dahl
109
Voted
CC
2002
Springer
103views System Software» more  CC 2002»
15 years 2 months ago
StreamIt: A Language for Streaming Applications
We characterize high-performance streaming applications as a new and distinct domain of programs that is becoming increasingly important. The StreamIt language provides novel high-...
William Thies, Michal Karczmarek, Saman P. Amarasi...
COLING
2002
15 years 2 months ago
Extending a Broad-Coverage Parser for a General NLP Toolkit
With the rapid growth of real world applications for NLP systems, there is a genuine demand for a general toolkit from which programmers with no linguistic knowledge can build spe...
Hassan Alam, Hua Cheng, Rachmat Hartono, Aman Kuma...
124
Voted
CONCURRENCY
2000
99views more  CONCURRENCY 2000»
15 years 2 months ago
The Java memory model is fatally flawed
The Java memory model described in Chapter 17 of the Java Language Specification gives constraints on how threads interact through memory. This chapter is hard to interpret and po...
William Pugh