You are here |
blog.fogus.me | ||
| | | |
drewdevault.com
|
|
| | | | ||
| | | |
danielpecos.com
|
|
| | | | Function composition is one the key features (among others) of functional programming. Programming languages that offer higher order functions as a feature can potentially use function composition. But, still, programmers need to be aware of some key concepts to successfully apply this pattern in our code. Function composition, as defined on Wikipedia, isan act or mechanism to combine simple functions to build more complicated ones. In other words, we can define new functions, equivalent to the result of... | |
| | | |
trendless.tech
|
|
| | | | This is a comparison of programming languages. The thrust of it is to give an approximation of the strengths and weaknesses of that language compared to other programming languages. It's worth noting that each "lang" has its "use case", so none of them are technically "bad", though many of them are awkward for doing specific [...]Read More... from Programming Languages, Anecdotally | |
| | | |
bayxao.wordpress.com
|
|
| | Change in .emacs:* Fixing Garbage Characters in the Emacs Shell:(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on) * From Benjamin Rutt : (tips for c-mode)* Enable soft word wrapper : choose text-mode* Festival for emacs: festival.el and how config festival works with alsa.* Using ispell with aspell for spelling check : tips* Emacs snapshort v.23.0.0.1 for Feisty. |