You are here |
dusty.phillips.codes | ||
| | | |
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... | |
| | | |
vadosware.io
|
|
| | | | Professional (software) yak shaving, writ large. No part of the software stack is left unshaven. | |
| | | |
www.tomoliver.net
|
|
| | | | Have you heard of _semantic_ Javascript ? You probably answered "No" because I just thought of it ?? Everyone knows they should be writing semantic HTML but why not apply the same standards to a "real" programming language. Semantic program... | |
| | | |
www.byjp.me
|
|
| | github.com Ruby-DLC is now available on github, and consequently as a gem! You can install with1: gem sources -a https://gems.github.com sudo gem install jphastings-dlc There's a gist explaining how to use the library and the rdoc documentation is still available on my project page. Please file an issue if you have any problems with the code, I haven't checked it thoroughly! Import note: This syntax is incorrect today, and the code only supports Ruby 1.x, so you'll have to make your own way if you're interested in using this!?? |