Sciweavers

SIGPLAN
1998
15 years 11 days ago
An Angry Half-Dozen
HardwareLimitedandHarlequinbothmarket commercialMLcompilers,eachbootstrappedinML. Insomecorners,functionallanguagesbearareputationforgrossinefficiency,butthisreputationisoutof dat...
Philip Wadler
SIGPLAN
1998
15 years 11 days ago
Optimizing Away C++ Exception Handling
A high performance implementation of C++ exception handling is crucial, because exception handling overhead is distributed across all code. The commonly-used table-driven approach...
Jonathan L. Schilling
132
Voted
SIGPLAN
1998
15 years 11 days ago
Unloading Java Classes That Contain Static Fields
In Java the de nition of a \program" is a bit fuzzy. A Java applet is essentially a Java application (i.e. program) that can be executed by a Java enabled Web browser (i.e. a...
Charles E. McDowell, Elizabeth A. Baldwin
82
Voted
SIGPLAN
1998
15 years 11 days ago
Revised5 Report on the Algorithmic Language Scheme
Richard Kelsey, William D. Clinger, Jonathan Rees
114
Voted
SIGPLAN
1998
15 years 11 days ago
Java and Distributed Object Models: An Analysis
Java has an important role in building distributed object oriented web enabled applications. In the article an analysis of two distributed object models in context of Java languag...
Marjan Hericko, Matjaz B. Juric, Ales Zivkovic, Iv...
SIGPLAN
1998
15 years 11 days ago
The DrScheme Project: An Overview
DrScheme provides a graphical user interface for editing and interactively evaluating Scheme programs on all major graphical platforms (Windows 95/nt, MacOs, Unix/X). The environm...
Matthias Felleisen, Robert Bruce Findler, Matthew ...
79
Voted
SIGPLAN
1998
15 years 11 days ago
Eat Your Own Dog Food
Brent W. Benson Jr.