Sciweavers

105 search results - page 1 / 21
» Writing and Compiling Code into Biochemistry
Sort
View
103
Voted
PSB
2010
15 years 1 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...
175
Voted
ICFP
2012
ACM
13 years 5 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
133
Voted
ITP
2010
172views Mathematics» more  ITP 2010»
15 years 7 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
128
Voted
POS
1998
Springer
15 years 7 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...
110
Voted
CASCON
1996
89views Education» more  CASCON 1996»
15 years 4 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