Org Babel functions for Raku evaluation.
- Download ob-raku.el and put it somewhere in your load path.
- Add raku to the list of languages Babel can load:
(org-babel-do-load-languages
'org-babel-load-languages
'((raku . t)))
- Sessions are not supported yet.
- Putting a
MAIN()
in won't automatically execute. - Maybe other stuff?