An open API service indexing awesome lists of open source software.

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.

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?