Fork me on GitHub
#parinfer
<
2018-03-06
>
tianshu04:03:12

emacs can use the rust port. it's a good news

eraserhd13:03:30

Oh, let me push what I have so far.

eraserhd13:03:33

The only interesting deviation so far is that I renamed Result to State, because Result<> is Rust's way of handling functions which can fail.

eraserhd14:03:17

@doglooksgood How can emacs use it? By dynamic loading?

tianshu14:03:43

@eraserhd Yes, Emacs has a feature called dynamic module.

tianshu14:03:42

a few days ago, I was trying to port parinfer to rust, but give up. rust is too hard for me.

eraserhd14:03:32

Well, contributions are welcome, as well as questions or discussion or what not.

tianshu15:03:35

When this port is done, I want to try it with emacs.

tianshu15:03:55

It should be much faster than the elisp version I think.