Difference between revisions of "SAPL"

From Clean
Jump to navigationJump to search
Line 7: Line 7:
 
SAPL is a purely functional, intermediate language and related infrastructure for supporting cross-compilation of lazy functional languages to different target platforms. It currently supports [[Clean]] and [http://www.haskell.org/ghc/‎ GHC] as source languages and provides JavaScript as target platform, but a [http://www.dartlang.org‎ DART] target is under development.
 
SAPL is a purely functional, intermediate language and related infrastructure for supporting cross-compilation of lazy functional languages to different target platforms. It currently supports [[Clean]] and [http://www.haskell.org/ghc/‎ GHC] as source languages and provides JavaScript as target platform, but a [http://www.dartlang.org‎ DART] target is under development.
  
== Download ==
+
== Getting started ==
  
 
So far, no official version of the SAPL compiler infrastructure is released. The current development version can be
 
So far, no official version of the SAPL compiler infrastructure is released. The current development version can be
checked out from https://svn.cs.ru.nl/repos/clean-sapl.
+
checked out from https://svn.cs.ru.nl/repos/clean-sapl. Installation instructions are available here: [[SAPL/Install]]
  
 
|style="width:30%; vertical-align: top; padding-right: 20px;"|
 
|style="width:30%; vertical-align: top; padding-right: 20px;"|

Revision as of 16:34, 2 January 2014

SAPL

SAPL is a purely functional, intermediate language and related infrastructure for supporting cross-compilation of lazy functional languages to different target platforms. It currently supports Clean and GHC as source languages and provides JavaScript as target platform, but a DART target is under development.

Getting started

So far, no official version of the SAPL compiler infrastructure is released. The current development version can be checked out from https://svn.cs.ru.nl/repos/clean-sapl. Installation instructions are available here: SAPL/Install

News

  • January 2 2014: The first draft version of the SAPL wiki is added