Hi @cherryman @shymega @Javyre
I have an interesting idea/proposition for you.
I am author of https://github.com/org-rs/org-rs
(also check out my reddit post)
The long standing goal of my project is to make org-mode available to non-emacs users.
While I am working on a parser rewrite in pure rust, it is only a small part of org-mode itself. There are thousands of lines of elisp code that will also need to be ported outside of emacs. Rewriting it all may take ages, unless a smarter approach is taken.
Since version 2.2 Guile claims to have 100% compatibility with elisp and this opens a unique opportunity of running unmodified elisp code outside of emacs.
I badly need a project like yours to make this possible.
Will you be interested in continuing work on giule-rs and/or joining forces with org-rs organization?
We already have a couple of members and I am recruiting like-minded people.
Here are some examples of goals for guile-rs
- calling guile from rust and vice versa: emacs primitive funcitons,like cursor movements, text search etc will be implemented in rust, but have to be called from guile
- compiling rust statically linked with guile library - to be able to distribute the packaged code.
You are also welcome to take participation in org-rs directly, if you are interested. Let me know what you think!
Hi @cherryman @shymega @Javyre
I have an interesting idea/proposition for you.
I am author of https://github.com/org-rs/org-rs
(also check out my reddit post)
The long standing goal of my project is to make org-mode available to non-emacs users.
While I am working on a parser rewrite in pure rust, it is only a small part of org-mode itself. There are thousands of lines of elisp code that will also need to be ported outside of emacs. Rewriting it all may take ages, unless a smarter approach is taken.
Since version 2.2 Guile claims to have 100% compatibility with elisp and this opens a unique opportunity of running unmodified elisp code outside of emacs.
I badly need a project like yours to make this possible.
Will you be interested in continuing work on giule-rs and/or joining forces with org-rs organization?
We already have a couple of members and I am recruiting like-minded people.
Here are some examples of goals for guile-rs
You are also welcome to take participation in org-rs directly, if you are interested. Let me know what you think!