Sciweavers

180 search results - page 4 / 36
» The when, why and why not of the BETA programming language
Sort
View
ECOOP
1992
Springer
14 years 18 days ago
Import is Not Inheritance - Why We Need Both: Modules and Classes
The design of many popular object-oriented languages like Smalltalk, Eiffel, or Sather follows a certain trend: The class is the only structuring form. In this paper, the need for ...
Clemens A. Szyperski
HASKELL
2007
ACM
14 years 12 days ago
Why it's nice to be quoted: quasiquoting for haskell
Quasiquoting allows programmers to use domain specific syntax to construct program fragments. By providing concrete syntax for complex data types, programs become easier to read, ...
Geoffrey Mainland
SOFSEM
2012
Springer
12 years 4 months ago
Turing Machines for Dummies - Why Representations Do Matter
Abstract. Various methods exists in the literature for denoting the configuration of a Turing Machine. A key difference is whether the head position is indicated by some integer ...
Peter van Emde Boas