Re: [O] Ruby or Python or Something

2017-07-17 Thread Axel E. Retif
On 07/17/2017 05:27 AM, Adam Jackson wrote: Hi Byung-Hee, org-mode itself uses emacs lisp as the programming language for development and extension and you may need to use a little lisp to access some of the features. However, if you are interested in learning Python and/or Ruby I highly r

Re: [O] Ruby or Python or Something

2017-07-17 Thread Adam Jackson
Hi Byung-Hee, org-mode itself uses emacs lisp as the programming language for development and extension and you may need to use a little lisp to access some of the features. However, if you are interested in learning Python and/or Ruby I highly recommend you look at the org-babel features:

Re: [O] Ruby or Python or Something

2017-07-17 Thread Roland Everaert
I guess it depends if you need to access external resources or not (DB, webservices) or if you need to do heavy computations, for exemple. If not and if you know lisp well, then, I think, it is better to stick with it. As a dev/sysadmin, I tend to use whatever language suites my needs when writing