haskellgap-system

How can you make an interface GAP for Haskell?


I need to use GAP with Haskell. How can you make an interface for Haskell to call GAP's functions?


Solution

  • There is a project HPC-GAP that uses a version of GUM, a run-time system for Glasgow parallel Haskell, to provide an interface to GAP and allow running it on clusters or Grids. This paper describes how to call GAP from Haskell and the other way round.