Sciweavers

11909 search results - page 2 / 2382
» The Scheme Programming Language
Sort
View
MCMASTER
1993
13 years 9 months ago
A Systolizing Compilation Scheme for Nested Loops with Linear Bounds
With the recent advances in massively parallel programmable processor networks, methods for the infusion of massive MIMD parallelism into programs have become increasingly relevant...
Michael Barnett, Christian Lengauer
LCPC
2001
Springer
13 years 9 months ago
Translation Schemes for the HPJava Parallel Programming Language
Bryan Carpenter, Geoffrey Fox, Han-Ku Lee, Sang Bo...
DLS
2007
177views Languages» more  DLS 2007»
13 years 6 months ago
An adaptive package management system for scheme
This paper presents a package management system for the Scheme programming language. It is inspired by the Comprehensive Perl Archive Network (CPAN) and various GNU/Linux distribu...
Manuel Serrano, Erick Gallesio
PLDI
2011
ACM
12 years 7 months ago
Languages as libraries
Programming language design benefits from constructs for extending the syntax and semantics of a host language. While C’s stringbased macros empower programmers to introduce no...
Sam Tobin-Hochstadt, Vincent St-Amour, Ryan Culpep...