https://github.com/kiridi/concurrent-fp
https://github.com/kiridi/concurrent-fp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kiridi/concurrent-fp
- Owner: kiridi
- Created: 2020-09-06T10:32:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T22:20:32.000Z (about 4 years ago)
- Last Synced: 2025-01-29T20:50:32.288Z (4 months ago)
- Language: Haskell
- Size: 12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CFP - Concurrent functional programming
An monadic interpreter for a functional language that contains channel based communication (a la CSP) and exception handling. The implementation of these two uses (multi-prompt) delimited continuations, and overall the implementation is quite extensible, and other control related constructs can be added without too much effort.
# Running it
`stack run` in the directory will compile the source files and start the interpreter.