Sporadic posts about my interests, e.g. software development (mostly .NET), technology in general and some occasional rant.
Browse by Tags
All Tags »
Functional programming (
RSS)
-
|
As you can see here a check digit according to check digit procedure ISO7064 MOD 11,10 has to be attached to blood bag numbers prior to delivery as haemotherapeutic drug. In Croatia the same check digit is used as a personal identification number (also...
|
-
|
From Wikipedia: In functional programming , fold or reduce or accumulate is a family of higher-order functions that process a data structure in some order and build up a return value. This is as opposed to the family of unfold functions which take a starting...
|
-
|
Wikipedia defines functional programming as: programming paradigm that treats computation as the evaluation of the mathematical functions and avoids state and mutable data . This is in contrast with the imperative programming (including object oriented...
|