Sciweavers

2604 search results - page 89 / 521
» General constant expressions for system programming language...
Sort
View
SIGDIAL
2010
13 years 6 months ago
Hand Gestures in Disambiguating Types of You Expressions in Multiparty Meetings
The second person pronoun you serves different functions in English. Each of these different types often corresponds to a different term when translated into another language. Cor...
Tyler Baldwin, Joyce Yue Chai, Katrin Kirchhoff
IFL
1998
Springer
113views Formal Methods» more  IFL 1998»
14 years 1 months ago
Shared Memory Multiprocessor Support for SAC
Abstract. Sac (Single Assignment C) is a strict, purely functional programming language primarily designed with numerical applications in mind. Particular emphasis is on efficient ...
Clemens Grelck
USENIX
1990
13 years 10 months ago
Tcl: An Embeddable Command Language
Tcl is an interpreter for a tool command language. It consists of a library package that is embedded in tools (such as editors, debuggers, etc.) as the basic command interpreter. ...
John K. Ousterhout
ACL2
2006
ACM
14 years 2 months ago
Implementing a cost-aware evaluator for ACL2 expressions
One of ACL2’s most interesting features is that it is executable, so users can run the programs that they verify, and debug them during verification. In fact, the ACL2 implemen...
Ruben Gamboa, John R. Cowles
TOOLS
2008
IEEE
14 years 3 months ago
Ownership, Uniqueness, and Immutability
Programming in an object-oriented language demands a fine balance between high degrees of expressiveness and control. At one level, we need to permit objects to interact freely t...
Johan Östlund, Tobias Wrigstad, Dave Clarke, ...