<%@ page language="java" contentType="text/html" %> <%-- Include common initialisation code --%> <%@ include file="/arch/common.jsp" %> <%-- The current tab --%> <% String currentTab = "Research"; %> <%-- Content of navigation pane --%> <%@ include file="nav.jsp" %> <% showCurrentLink=true; %> <%-- Current navigation location --%> <% String currentNav = "Reports and Theses"; %> <%-- Include the code for the document header --%> <%@ include file="/arch/header.jsp" %>

Research Report CS-RR-148

<%-- Include the code for the lines and navigation --%> <%@ include file="/arch/middle.jsp" %>

Simon L. Peyton Jones and M.S. Joy, FLIC - a Functional Language Intermediate Code (June 1, 1990).

Abstract

FLIC is a Functional Language Intermediate Code, intended to provide a common intermediate language between diverse implementations of functional languages, including parallel ones. This paper gives a formal definition of FLIC's syntax and semantics, in the hope that its existence may encourage greater exchange of programs and benchmarks between research groups.

Download

cs-rr-148.ps.gz

<%-- Include the code for the document footer --%> <%@ include file="/arch/footer.jsp" %>