-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this repo still actively maintained? #138
Comments
Not the dev, but this is pretty much complete. Inim is a bit slow, but as nim approaches v2, speed should trickle down to Inim. I do have problems with indentation, but I found out about a neovim plugin called Codi, and implemented inim on it. So I can have a scratchpad like development, without the indentation problems. It works well in my opinion, though slightly slow compared with python or R. |
@lf-araujo could you tell me how you implemented the interaction with Codi? I'm trying to build an inferior mode for Emacs, but I currently am stuck on being able to properly get multi-line inputs to work. Maybe this could give me some hints. |
Yes, sure. The implementation is public and can be found here: metakirby5/codi.vim@83b9859 After much testing, this approach clearly is too slow for very long scripts. My intention is to go back to this and try implementing to nlvm: https://forum.nim-lang.org/t/10697 Also, I am using emacs too currently. |
Thanks for the links! |
If not, are there alternatives?
The text was updated successfully, but these errors were encountered: