-
Notifications
You must be signed in to change notification settings - Fork 7
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
hs-outorg, a commandline outcommenter #1
Comments
Hey Jeremy, That's very cool! And the code is so short, too! I have looked at Haskell in the past but haven't grokked it yet, but this looks like a great example for someone wanting to learn simple text processing. Does it go in both directions? It doesn't look like it does, but since I'm not much with Haskell, maybe I missed it. If not, have you thought about adding that? It would be cool to have a two-way converter. I could see that being very useful, almost like a poor man's babel tangling. Thanks for sharing this! I will link to it in the readme. :) |
Only one direction for now as that's my use case. I have to say the other direction is not a priority for me as that's what I use outorg inside Emacs for. My gettyped project is keeping me quite busy, but if I ever get round to making hs-outorg do the round trip thing I'll certainly let you know. Babel is pretty awesome, especially being able to interactively evaluate things in a live buffer. But from a program generation point of view it sucks because you have to either run it manually from within Emacs or use batch mode. It would be nice if there was a compatible command line implementation. |
This one is my helper to generate README.org files:
|
Hi @alphapapa, fwiw I just wrote an outcommenter in haskell. I'm using it to auto-generate documentation without having to run emacs in batch mode on my build server. https://github.com/jedahu/hs-outorg
The text was updated successfully, but these errors were encountered: