|
You are here |
theprogrammersparadox.blogspot.com | ||
| | | | |
diego-pacheco.blogspot.com
|
|
| | | | | Several years ago it was impossible to think about software development without having at least a business specification(usually in a word... | |
| | | | |
www.artima.com
|
|
| | | | | ||
| | | | |
www.softdevtube.com
|
|
| | | | | Programming history is filled with bugs that turned out to be features and limitations that pushed developers to make even more interesting products. We'll journey through code that was so 'bad' it was actually good. Along the way we'll look at the important role failure plays in learning. Then we'll tame our inner perfectionists and | |
| | | | |
coredumped.dev
|
|
| | | The Threading library Starting in Emacs 26 some very ambitious changes were added. Basic thread support was enabled, laying the groundwork for a future concurrent emacs. The docs layout this possibility: Emacs Lisp provides a limited form of concurrency, called threads. All the threads in a given instance of Emacs share the same memory. Concurrency in Emacs Lisp is "mostly cooperative", meaning that Emacs will only switch execution between threads at well-defined times. | ||