Re: org-mode functional programming library

2020-07-30 Thread Bastien
Hi, "Dwarshuis, Nathan J" writes: > It has been a while but I renamed this library (now org-ml instead of > om.el) and updated it to version 2.0.0 with new features and bug > fixes. Thanks for the update. > I would like to add something on worg about it as previously discussed > but I don't

Re: org-mode functional programming library

2020-07-24 Thread Dwarshuis, Nathan J
(looking here: https://code.orgmode.org/explore/users). Do I need to be added by someone else? Thank you, Nate From: Bastien Sent: 2020-02-12T12:35:51-0500 To: Dwarshuis, Nathan J Subject: org-mode functional programming library Hi Nate, "Dwarshuis, Nat

Re: org-mode functional programming library

2020-02-12 Thread Bastien
Hi Nate, "Dwarshuis, Nathan J" writes: > Thank you for the feedback. I don't mind writing something up > myself. Under what section should this be submitted ("contributed > packages" or "additions under development")? I would say *both* to give it as much visibility as possible. Also, beware

Re: org-mode functional programming library

2020-02-12 Thread Dwarshuis, Nathan J
8-0500 To: Dwarshuis, Nathan J Subject: org-mode functional programming library Hello Nathan, this looks very interesting and promising, thanks for this work. I hope you can work with Nicolas to spot possible enhancements to your own library or to org-element.el, if that's relevant. I will ref

Re: org-mode functional programming library

2020-02-11 Thread Bastien
Hello Nathan, this looks very interesting and promising, thanks for this work. I hope you can work with Nicolas to spot possible enhancements to your own library or to org-element.el, if that's relevant. I will reference om.el (or org-ml.el?) on Worg, but if you want to do it yourself, please

Re: org-mode functional programming library

2020-02-03 Thread Adam Porter
Nicolas Goaziou writes: > Note that, at some point, Org will support "seq.el", i.e., when we > drop support for Emacs 24. Just a small FYI about seq.el, for those who may not be aware: while it's a very useful library, it can be quite slow since it uses generics. For example, here are some

Re: org-mode functional programming library

2020-02-03 Thread Dwarshuis, Nathan J
_ From: Nicolas Goaziou Sent: 2020-02-01T08:53:43-0500 To: Dwarshuis, Nathan J Subject: org-mode functional programming library Hello, "Dwarshuis, Nathan J" writes: > I recently authored an package called "om.el" which is a functional > org-mode API akin to

Re: org-mode functional programming library

2020-02-01 Thread Nicolas Goaziou
Hello, "Dwarshuis, Nathan J" writes: > I recently authored an package called "om.el" which is a functional > org-mode API akin to dash.el primarily using org-element. Briefly, it > provides a library of (mostly) pure functions that manipulate the > parse tree generated by org-element.el, and

Re: org-mode functional programming library

2020-01-21 Thread Tim Visher
On Mon, Jan 20, 2020 at 6:48 PM Dwarshuis, Nathan J wrote: > I recently authored an package called "om.el" which is a functional > org-mode API akin to dash.el primarily using org-element. Briefly, it > provides a library of (mostly) pure functions that manipulate the parse > tree generated by

org-mode functional programming library

2020-01-20 Thread Dwarshuis, Nathan J
Hello, I recently authored an package called "om.el" which is a functional org-mode API akin to dash.el primarily using org-element. Briefly, it provides a library of (mostly) pure functions that manipulate the parse tree generated by org-element.el, and uses this to either edit or query the