-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
new recipe: psci #2124
new recipe: psci #2124
Conversation
Package creation ok + install package ok.
Thanks! You'll need to depend on It seems very odd to me that this major mode would rely on the Also, you should quote the names of shell command arguments. Finally, instead of unconditionally modifying Hope that helps! |
Hello,
Yes! Thanks for this.
There surely is!
Thanks!
Lol, indeed, now that you mention it! Thanks again for the heads up!! I will take all of this into consideration for the future version! Cheers, |
Happy to help.
Here's how to get the root folder, then: (locate-dominating-file default-directory ".psci") |
Yes. I enjoy helping too (when I can :D)
Thanks. Cheers, |
As an additional nitpick, I'd suggest you remove the Finally, I strongly suggest avoiding the |
Ok.
Arf, I like the / better than simply - (and indeed, it's clojure written all other it :)
why strongly? Cheers, |
Hop! Cheers, |
https://www.gnu.org/software/emacs/manual/html_node/elisp/Coding-Conventions.html Different languages have different conventions, and "-" is the Emacs convention, just like "/" is the Clojure convention. I could technically choose to name my elisp symbols I'm not going to refuse to merge this just because of the |
Hello,
Yes, of course conventions. It's good to follow conventions but we can bend them a little sometimes, don't you think? Also, for me, in this case, readability is more important than convention.
Yes, but I do not follow this one because it works well in clojure or look nice. When I read the (Could it be because I have a bad vision?)
Cool, thanks.
Well, I hope you know me a little by now, I'm a reasonable guy so sure I'll give it some thought. Again, thanks for the exchange, feedback, information. Cheers, |
Hello, here is psci (purescript repl) major mode.
https://github.com/ardumont/emacs-psci.git
I'm the maintainer.
Package creation ok
Install package ok.