Sciweavers

105 search results - page 1 / 21
» Writing and Compiling Code into Biochemistry
Sort
View
PSB
2010
13 years 2 months ago
Writing and Compiling Code into Biochemistry
rmed at a conceptual level, in terms of abstract biochemical reactions
Adam Shea, Brian Fett, Marc D. Riedel, Keshab K. P...
ICFP
2012
ACM
11 years 7 months ago
Shake before building: replacing make with haskell
Most complex software projects are compiled using a build tool (e.g. make), which runs commands in an order satisfying userdefined dependencies. Unfortunately, most build tools r...
Neil Mitchell
ITP
2010
172views Mathematics» more  ITP 2010»
13 years 8 months ago
Equations: A Dependent Pattern-Matching Compiler
Abstract. We present a compiler for definitions made by pattern matching on inductive families in the Coq system. It allows to write structured, recursive dependently-typed functi...
Matthieu Sozeau
POS
1998
Springer
13 years 9 months ago
Optimizing the Read and Write Barriers for Orthogonal Persistence
Persistent programming languages manage volatile memory as a cache for stable storage, imposing a read barrier on operations that access the cache, and a write barrier on updates ...
Antony L. Hosking, Nathaniel Nystrom, Quintin I. C...
CASCON
1996
89views Education» more  CASCON 1996»
13 years 6 months ago
A functional intermediate form for diverse source languages
This paper describes the use of WatIF, a simple compiler intermediate form based on the -calculus, for writing compiler front-ends for a wide range of programming languages. Somew...
David V. Mason