Dear Pedro,

Thank you!

I'm wondering if https://github.com/phrb/ob-julia/blob/master/ob-doc-template.org is up to date? By up to date I mean will the examples in the file work with the latest ob-julia as in https://github.com/phrb/ob-julia?

Yours sincerely,

Xianwen

 


-------- Original Message --------

Subject: Re: [PATCH] Include support for evaluating julia code
Date: 2021-09-24 20:31
From: Pedro Bruel <pedro.bruel@gmail.com>
To: Timothy <tecosaur@gmail.com>


Hi Timothy,
 
Thanks for the reply! I am submitting a modded version the of the original ob-julia.el, where I had fixed the bugs I encountered and updated the interface with org-mode.
I've been using the version on https://github.com/phrb/ob-julia for a while now, mainly to write programming classes using julia.
 
Yours and Nicolò's version seems good though, I think you should submit it when you consider it ready. In the meantime, what do we do?
 
Thanks,
Pedro

Le ven. 24 sept. 2021 à 17:08, Timothy <tecosaur@gmail.com> a écrit :

Hi Pedro,

Thanks for your patch, it's great to see the interest in Julia support and it's something that I absolutely think should be in org-core 🙂. However, ob-julia.el was moved into org-contrib because it was not well maintained, and very buggy. I'm actually currently working on a successor with Nicolò (see the linked repo) in my free time, and intend to submit that to Org when I feel it is mature enough. See https://github.com/nico202/ob-julia/ for more information.

All the best,
Timothy

From: Pedro Bruel
Subject: [PATCH] Include support for evaluating julia code
To: Org-mode
Date: Sat, 25 Sep 2021 03:56:43 +0800

Hi,
 
This patch includes ob-julia.el from org-contrib, and a tentative test-ob-julia.el test file.
This is my first attempt at a patch, so please let me know if there's anything wrong!
 
Thanks,
Pedro