Earlier quoted context omitted.
When do you work in emacs vs lem?
So, I've looked at lem. Lem seems to be a really great start and push in the right direction. I work in LEM for my personal projects, that dont have other LSP integration needs and hooks into my org-mode/org-babel workflow. These should not be show stoppers, but will eventually be a non issue. There are however some features that I'm missing in LEM before I can fully switch over. 1. The documentation for Lem is lacki…
Common Lisp's block / return-from and unwind-protect
61–63 of 63 posts
Re: Common Lisp's block / return-from and unwind-protect
#62Earlier quoted context omitted.
So, I've looked at lem. Lem seems to be a really great start and push in the right direction. I work in LEM for my personal projects, that dont have other LSP integration needs and hooks into my org-mode/org-babel workflow. These should not be show stoppers, but will eventually be a non issue. There are however some features that I'm missing in LEM before I can fully switch over. 1. The documentation for Lem is lacki…
I think lem looks really promising, buuuut .., I like org and tramp and slime-connect and structural editing and all the other great emacs things. Maybe I’ll try it out in the next few months or so . . .
Re: Common Lisp's block / return-from and unwind-protect
#63Earlier quoted context omitted.
I think lem looks really promising, buuuut .., I like org and tramp and slime-connect and structural editing and all the other great emacs things. Maybe I’ll try it out in the next few months or so . . .
Its slime is only local for now. Nrepl is something that I might work on this year.
Download micros, put it in your local-projects
git clone https://github.com/lem-project/micros
Load it.and run.
(micros:create-server :port 50000 :dont-close t)
Then use m-x slime-connect in lem.
It is not slime, but it works.