Gabriella439 / Gabriella439/turtle
Feature suggestion: inline-shell
Open
- Dominant language
- Haskell
- Stars
- 978
- Forks
- 94
- PR merge metrics
- No merged PRs in 30d
Description
Suggestion: I think this library would be an order of magnitude more useful if it implemented something akin to [inline-C](https://github.com/fpco/inline-c). I.e:
```
main :: IO ()
main = do
x <- [S.block| {
# Print something to console from bash.
echo "Hello from"
} |]
putStrLn $ x ++ " Haskell!"
```
This would allow someone to mix quick bash scripts with the aid of Turtle's typing system.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.