Sciweavers

4716 search results - page 85 / 944
» Tangible functional programming
Sort
View

Book
2455views
15 years 8 months ago
Art of Programming Contest - C Programming Tutorials | Data Structures | Algorithms
"The objective of this edition is not only to assist the contestants during the contest hours but also describing the core subjects of Computer Science such as C Programming, ...
Ahmed Shamsul Arefin
CSCW
2010
ACM
14 years 7 months ago
Pictionaire: supporting collaborative design work by integrating physical and digital artifacts
This paper introduces an interactive tabletop system that enhances creative collaboration across physical and digital artifacts. Pictionaire offers capture, retrieval, annotation,...
Björn Hartmann, Meredith Ringel Morris, Hrvoj...
JUCS
2008
165views more  JUCS 2008»
13 years 10 months ago
Shortcut Fusion of Monadic Programs
: Functional programs often combine separate parts of the program using intermediate data structures for communicating results. Programs so defined are easier to understand and mai...
Cecilia Manzino, Alberto Pardo
IFL
2001
Springer
137views Formal Methods» more  IFL 2001»
14 years 2 months ago
A Generic Programming Extension for Clean
Abstract. Generic programming enables the programmer to define functions by induction on the structure of types. Defined once, such a generic function can be used to generate a s...
Artem Alimarine, Marinus J. Plasmeijer
ICFP
2008
ACM
14 years 10 months ago
Scala for generic programmers
Datatype-generic programming involves parametrization by the shape of data, in the form of type constructors such as `list of'. Most approaches to datatype-generic programmin...
Bruno C. D. S. Oliveira, Jeremy Gibbons