Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndmitchell/ghc-process
Compiling and linking files in a single process using the GHC API
https://github.com/ndmitchell/ghc-process
Last synced: 25 days ago
JSON representation
Compiling and linking files in a single process using the GHC API
- Host: GitHub
- URL: https://github.com/ndmitchell/ghc-process
- Owner: ndmitchell
- Created: 2015-09-04T10:42:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-04T12:34:09.000Z (about 9 years ago)
- Last Synced: 2024-05-08T20:22:28.648Z (6 months ago)
- Language: Haskell
- Size: 137 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ghc-process
Experiments to compile and link files in a single process using the GHC API,
hopefully going faster than using the command line.