Skip to content

Deep embedding of imperative programs with code generation

License

Notifications You must be signed in to change notification settings

valderman/aplite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aplite

An embedded, domain-specific language for high-performance web applications. This paper explains the general idea behind it.

Installation

First, make sure that you have version 0.6 or newer of the Haste compiler installed. See the build instructions for information about how to actually make this work if you're building from source.

Then, fetch a few hacked-up dependencies as well as Aplite itself:

$ git clone https://github.com/valderman/syntactic.git
$ git clone https://github.com/valderman/open-typerep.git
$ git clone https://github.com/valderman/aplite.git

Finally, install the dependencies plus Aplite:

$ haste-cabal install ./aplite ./syntactic ./open-typerep

About

Deep embedding of imperative programs with code generation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 97.6%
  • C 2.4%