Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
The Hume Project at Heriot-Watt University
[go: Go Back, main page]

The Hume Project at Heriot-Watt University

  1. Introduction
  2. People
  3. Funding
  4. Resources
Hume - Higher-order Unified Meta-Environment

1. Introduction

This page provides information about and links to Hume activity at Heriot-Watt University within the Dependable Systems Group. The wider Hume project home page is here.

Hume is a novel programming language, intended for resource bounded domains, designed at Heriot-Watt University and the University of St Andrews. It is based on concurrent finite state automata controlled by pattern matching and recursive functions over rich types. Hume has been designed as a multi-level language, where different levels have different formal properties amenable to different analyses. HW-Hume is a relatively impoverished language of bits and tuples for characterising hardware, with decidable equivalence and termination, and predictable time and space behaviour. FSM-Hume introduces fixed precision abstractions over bit tuples, including integers, reals, strings and vectors, with associated operators and conditional constructs. This level, oriented to wider finite state machine-based designs, has strongly bounded time and space behaviour. HO-Hume augments FSM-Hume with a repertoire higher-order function with known cost models, such as map and fold, and user-defined non-recursive functions. PR-Hume extends HO-Hume with user-defined primitive recursive bounded functions and full Hume is a Turing Complete language.

Active areas of research include: the development of characterisation, time and space analyses for the different levels; the elaboration of a semantics-preserving refinement methodology from higher to lower levels, to improve the accuracy of costing; native code compilation for PC and embedded use; applications in image and vision processing, and control.

Current Hume implementations include a reference interpreter, available below, and an abstract machine with associated compiler. Current Hume costing tools include space analysers for HW-, FSM- and PR-Hume.

2. People

3. Funded Research

4. Resources

Hume Community
email forum
Documentation
Hume Report - PDF (349Kb)
Hume Manual - PS (276Kb)
Example Programs
Directory...
Currently we provide binaries for OSX (10.4) and Red Hat Linux (2.6).
There are at least four ways of running Hume programs: We also provide a tool for the live debugging of a compiled HAM program - 'hamdb'.
hume v0.2 (Hume Interpreter)
OSX PPC (1.23Mb)old May require GHC 6.4.1 to be installed
Linux x86 (845Kb) May require GHC 6.2.2 to be installed
phamc v0.8 (Prototype HAM Compiler)
OSX PPC (1.47Mb)old May require GHC 6.4.1 to be installed
Linux x86 (948Kb) May require GHC 6.2.2 to be installed
ehami (Extended HAM Interpreter)
OSX PPC (112Kb)
Linux x86 (38Kb)
humec (Hume Compiler - includes hamc & RTS)
OSX PPC (168Kb)old
Linux x86 (102Kb)
Source Code for RTS (20Kb) - optional, only required to target different architecture
Notes - PPT (40Kb)
hamdb (HAM DeBug)
Cross-platform (21Kb) Requires at least java 1.4