Skip to content

Org Babel functions for Raku evaluation.

License

Notifications You must be signed in to change notification settings

ohmycloud/ob-raku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

Org Babel functions for Raku evaluation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published