Sciweavers

10622 search results - page 321 / 2125
» Python Programming Language
Sort
View
FP
1992
87views Formal Methods» more  FP 1992»
15 years 8 months ago
On Program Transformation in the Glasgow Haskell Compiler
In this paper we describe a series of program transformations that are currently being implemented in the Glasgow Haskell Compiler. They are semantics preserving program transform...
André Santos, Simon L. Peyton Jones
ICFP
2005
ACM
16 years 4 months ago
Aspectual Caml: an aspect-oriented functional language
We propose an aspect-oriented programming (AOP) language called Aspectual Caml based on a strongly-typed functional language Objective Caml. Aspectual Caml offers two AOP mechanis...
Hidehiko Masuhara, Hideaki Tatsuzawa, Akinori Yone...
CSFW
1998
IEEE
15 years 7 months ago
Probabilistic Noninterference in a Concurrent Language
In previous work [16], we give a type system that guarantees that well-typed multithreaded programs are possibilistically noninterfering. If thread scheduling is probabilistic, ho...
Dennis M. Volpano, Geoffrey Smith
VL
2000
IEEE
15 years 8 months ago
Using the Cognitive Walkthrough to Improve the Design of a Visual Programming Experiment
Thomas R. G. Green, Margaret M. Burnett, Andrew Je...
SIGCSE
2005
ACM
123views Education» more  SIGCSE 2005»
15 years 9 months ago
Taming Java for the classroom
Java is the canonical language for teaching introductory programming, but its complex syntax and abundance of constructs are difficult for beginners to learn. This paper shows how...
James I. Hsia, Elspeth Simpson, Daniel Smith, Robe...