Making async programming easier in emacs with macros
nic.ferrier.me.uk
Making async programming easier in emacs with macros
1–3 of 3 posts
Re: Making async programming easier in emacs with macros
#2I wonder if future versions of Emacs will eventually support some kind of threading. Seems reasonable, considering that 24 is introducing real lexical scope. Just have to make sure that legacy dynamically-scoped code doesn't trip on the threads...
Re: Making async programming easier in emacs with macros
#3I wonder if future versions of Emacs will eventually support some kind of threading. Seems reasonable, considering that 24 is introducing real lexical scope. Just have to make sure that legacy dynamically-scoped code doesn't trip on the threads...
as previously discussed here, threads are coming to emacs. there is a long standing effort to introduce them, here's the branch: