https://github.com/ohmycloud/ob-raku
Org Babel functions for Raku evaluation.
https://github.com/ohmycloud/ob-raku
Last synced: 5 months ago
JSON representation
Org Babel functions for Raku evaluation.
- Host: GitHub
- URL: https://github.com/ohmycloud/ob-raku
- Owner: ohmycloud
- License: gpl-3.0
- Created: 2020-02-22T02:19:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-19T12:12:03.000Z (over 6 years ago)
- Last Synced: 2025-02-24T16:14:27.511Z (over 1 year ago)
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ob-raku
Org Babel functions for Raku evaluation.
## Installation
1. Download ob-raku.el and put it somewhere in your load path.
2. Add raku to the list of languages Babel can load:
```emacs-lisp
(org-babel-do-load-languages
'org-babel-load-languages
'((raku . t)))
```
## Caveats
* Sessions are not supported yet.
* Putting a `MAIN()` in won't automatically execute.
* Maybe other stuff?