I need to use GAP with Haskell. How can you make an interface for Haskell to call GAP's functions?
Asked
Active
Viewed 199 times
1 Answers
4
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.

jev
- 2,023
- 1
- 17
- 26
-
Now Hets and Gap can be used with Haskell. Haskell is the King. – Khovanov Oct 05 '14 at 10:57
-
Gap can use singular, do HPC-GAP include Singular or its other packages? – Khovanov Oct 05 '14 at 10:58
-
You would need to double check the version of GAP used as the software is rather experimental. I've added another link above to a paper that describes the interface. – jev Oct 05 '14 at 17:08