Sciweavers

303 search results - page 31 / 61
» Typing Safe Deallocation
Sort
View
SAIG
2000
Springer
14 years 2 months ago
Multi-Stage Imperative Languages: A Conservative Extension Result
Abstract. This paper extends the recent work [CMT00] on the operational semantics and type system for a core language, called MiniMLBN ref , which exploits the notion of closed typ...
Cristiano Calcagno, Eugenio Moggi
SLE
2009
Springer
14 years 5 months ago
ScalaQL: Language-Integrated Database Queries for Scala
One of the most ubiquitous elements of modern computing is the relational database. Very few modern applications are created without some sort of database backend. Unfortunately, r...
Daniel Spiewak, Tian Zhao
IROS
2007
IEEE
143views Robotics» more  IROS 2007»
14 years 5 months ago
A framework for planning motion in environments with moving obstacles
— In this paper we present a heuristic approach to planning in an environment with moving obstacles. Our approach assumes that the robot has no knowledge of the future trajectory...
Samuel Rodríguez, Jyh-Ming Lien, Nancy M. A...
PEPM
1999
ACM
14 years 3 months ago
Certifying Compilation and Run-Time Code Generation
A certifying compiler takes a source language program and produces object code, as well as a certi cate" that can be used to verify that the object code satis es desirable pr...
Luke Hornof, Trevor Jim
PLDI
2005
ACM
14 years 4 months ago
Checking type safety of foreign function calls
We present a multi-lingual type inference system for checking type safety across a foreign function interface. The goal of our system is to prevent foreign function calls from int...
Michael Furr, Jeffrey S. Foster