https://github.com/mattipunkt/hs-runner
run haskell-code in moodle2 coderunner extension
https://github.com/mattipunkt/hs-runner
coderunner fastapi haskell moodle2
Last synced: about 1 year ago
JSON representation
run haskell-code in moodle2 coderunner extension
- Host: GitHub
- URL: https://github.com/mattipunkt/hs-runner
- Owner: mattipunkt
- Created: 2025-03-05T09:50:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T09:55:55.000Z (about 1 year ago)
- Last Synced: 2025-03-05T10:42:03.683Z (about 1 year ago)
- Topics: coderunner, fastapi, haskell, moodle2
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Haskell Code-Runner
This is an attempt to build a Code-Runner module for running Haskell-Code in the Code-Runner-Extension for Moodle2 by sending web-requests to a FastAPI-Server, running the declarations in GHCi and returning the result, or the error.
This will only work if Moodle's CodeRunner-Extensions allows networking outside of the sandbox.