Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 397 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 397 Bytes

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:
(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?