command-qq: Quasiquoters for external commands
Features:
Quasiquotation syntax for external interpreters
>>> [sh_| echo hello world! |] hello world!
Custom quasiquoters
ghci = quoter $ callCommand "ghc" ["-ignore-dot-ghci", "-e"]
Then you can use ghci in ghci!
>>> [ghci| putStrLn "hello world!" |] :: IO () hello world!
For more examples, see System.Command.QQ.Predef
Haskell values embedding
See README.md for an example
DSLs
See examples/CommandT.hs
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- command-qq-0.3.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.3.0.0, 0.3.1.0 |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4 && <5), process, template-haskell, text [details] |
| License | BSD-2-Clause |
| Author | Matvey Aksenov |
| Maintainer | matvey.aksenov@gmail.com |
| Category | System |
| Home page | http://biegunka.github.io/command-qq/ |
| Source repo | head: git clone https://github.com/biegunka/command-qq this: git clone https://github.com/biegunka/command-qq(tag 0.3.1.0) |
| Uploaded | by MatveyAksenov at 2020-01-09T08:52:38Z |
| Distributions | NixOS:0.3.1.0 |
| Reverse Dependencies | 3 direct, 0 indirect [details] |
| Downloads | 6024 total (14 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs available [build log] Last success reported on 2020-01-09 [all 1 reports] |

