Skip to content

Latest commit

 

History

History

wizzardo-http

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This is the implementation of an Http server using [wizzardo-http][wizzardo-http] with Haskell callbacks using inline-java.

Furtheremore, an experimental interface of inline-java is used, where -XLinearTypes ensures references to Java objects are handled correctly on the Haskell side.

A copy of this code is kept in https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/frameworks/Haskell/wizzardo-inline

The instruction to run the benchmarks can be found in https://github.com/TechEmpower/FrameworkBenchmarks