Sciweavers

909 search results - page 6 / 182
» Generic Programming: An Introduction
Sort
View

Book
403views
16 years 6 months ago
Eloquent JavaScript An opinionated guide to programming
"Eloquent JavaScript is a digital book providing a comprehensive introduction (tutorial) to the JavaScript programming language. Apart from a bookful of text, it contains plen...
Marijn Haverbeke
CEFP
2007
Springer
15 years 2 months ago
An Introduction to iTasks: Defining Interactive Work Flows for the Web
Rinus Plasmeijer, Peter Achten, Pieter W. M. Koopm...
AC
2003
Springer
15 years 3 months ago
Generic Haskell: Applications
Generic Haskell is an extension of Haskell that supports the construction of generic programs. These lecture notes discuss three advanced generic programming applications: generic ...
Ralf Hinze, Johan Jeuring
OOPSLA
1990
Springer
15 years 2 months ago
Type Substitution for Object-Oriented Programming
Genericity allows the substitution of types in a class. This is usually obtained through parameterized classes, although they are inflexible since any class can be inherited but i...
Jens Palsberg, Michael I. Schwartzbach

Book
358views
16 years 8 months ago
Java for the Beginning Programmer
"Java for the Beginning Programmer teaches Java to someone with absolutely no programming background. This book focuses on core programming topics such as variables, looping, ...
Jeff Heaton