Sciweavers

3708 search results - page 12 / 371
» Programming with C Exceptions
Sort
View
90 views 91 votes 16 years 21 days ago  ICFP 2003»
All classical -terms typable with disjunctive normal forms are shown to share a common computational behavior: they implement a local exception handling mechanism whose exact work...
136 views 111 votes 15 years 2 months ago  ECOOP 2008»
Exception handling mechanisms are intended to support the development of robust software. However, the implementation of such mechanisms with aspectoriented (AO) programming might ...
120 views 75 votes 15 years 9 months ago  PADL 2010»
Abstract. We describe a monad for checked, explicitly typed exceptions, which provides as a simple Haskell library what for other languages is a native feature. Multi parameter typ...
108 views 97 votes 15 years 4 months ago  FPCA 1995»
We add functional continuations and prompts to a language with an ML-style type system. The operators signi cantly extend and simplify the control operators in SML/NJ, and can be ...
131 views 88 votes 15 years 2 months ago  SFP 2004»
: In previous work we showed how to verify a compiler for a small language with exceptions. In this article we show how to calculate, as opposed to an abstract machine for this lan...
78 views 84 votes 15 years 5 months ago  ECOOPWEXCEPTION 2000»
Interface exceptions (explicitly declared exceptions that a method can propagate outside) are an inherent part of the interface describing the behaviour of a particular class of ob...
385 views 224 votes 16 years 11 months ago
"This is an archive of style guides for C and C++ code."
153 views 78 votes 16 years 1 months ago  SIGSOFT 2008»
Asynchronous exception propagation is a useful alternative form of communication among threads, especially if timely propagation is ensured. However, timely propagation is impossi...
101 views 96 votes 15 years 7 months ago  ECOOP 2007»
Most modern programming languages rely on exceptions for dealing with abnormal situations. Although exception handling was a significant improvement over other mechanisms like chec...
208 views 98 votes 14 years 10 months ago  ENTCS 2010»
In this paper, we present Aspic, an automatic polyhedral invariant generation tool for flowcharts programs. Aspic implements an improved Linear Relation Analysis on numeric counte...