/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.rickyterrell.com
| | sookocheff.com
4.9 parsecs away

Travel
| | Writing correct programs is hard; writing correct concurrent programs is harder. Java Concurrency in Practice. So, why bother with concurrency? A number of reasons: Concurrency provides a natural method for composing asynchronous code. Concurrency allows your program to avoid blocking user operations. Concurrency provides one of the easiest ways take advantage of multi core systems. As processor counts increase, exploiting concurrency will be an even more important facet of high performance systems.
| | rugu.dev
5.6 parsecs away

Travel
| |
| | sreekar.ch
4.1 parsecs away

Travel
| | But first What is functional programming Functional programming is a programming paradigm in which most computation is treated as evaluation of functions. It emphasizes on expression evaluation instead of command execution. Wikipedia When did it all start In the 90s, there was a war between declarative programming and imperative programming. Declarative programming then represented by logic programming languages like Prolog and early functional languages like Erlang. And imperative languages were r...
| | zignar.net
32.9 parsecs away

Travel
| Personal weblog about programming, linux, life, the universe and everything