-
-
Notifications
You must be signed in to change notification settings - Fork 878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Haskell #336
Haskell #336
Conversation
add Haskell support; closes #312
Awesome. Thanks! |
BTW, may I have your name added to DESCRIPTION? https://github.com/yihui/knitr/blob/master/DESCRIPTION |
Off course, thanks |
hi @michelk, is it possible to write the code into a file and run |
hi @yihui,
Unlike R, in Haskell you couldn't just copy-paste between script and interpreter. The following works for the interpreter:
Compilation is more tricky and hard generalize; the corresponding
or
Currently in |
I see. Thanks for the explanation. I'll add multiline support soon. |
Added support for
haskell
as foreign language (#312)