BlogHide Resteemsaldrik (25)in programming • 4 years agosteemCreated with Sketch.Exception and explicit error managementOcaml language have a well supported exception mechanism, and also predefined types in library for explicit error management. People have their preferences, as I have mine. a surprising aspect is…aldrik (25)in programming • 4 years agosteemCreated with Sketch.Is array data structure evil ?In functional programming array is not the more used data structure. So the first assumption is that array isn't easy to use in this paradigm. Not so easy to use Array is available in the…aldrik (25)in programming • 4 years agosteemCreated with Sketch.Zipper listIn functional programming, we use a lot recursion to iterate on datastructure. There is many kind of recursion, some of them can trigger a stack overflow. I read in the internet that a good use of…aldrik (25)in ocaml • 4 years agosteemCreated with Sketch.Usage of ; and ;; in ocamlWhen I started to learn programming, I used a lot ; to separate statements. Later I discorvered Python, and it was quite strange. But more strange was when I started Ocaml. You have ; but also ;;…aldrik (25)in ocaml • 4 years agosteemCreated with Sketch.Does TDD replace static types need ?The usage of unit testing through TDD deeply impact my view of how to design and think architecture, and honestly for the good. I practiced it with Python, PHP and Java and now in OCaml. I read…aldrik (25)in hive-172186 • 4 years agosteemCreated with Sketch.Does unit testing makes static typing unuseful?The usage of unit testing through TDD deeply impact my view of how to design and think architecture, and honestly for the good. I practiced it with Python, PHP and Java and now in OCaml. I read…resteemedsarahjay1 (69)in hive-109160 • 4 years ago"Better Than Nothing Beta" SpaceX launches the beta version of its Starlink internet service(Image: SpaceX) SpaceX has launched a public beta test of the Starlink satellite internet system for users in the US and Canada. Starlink is a global satellite internet system that has been…aldrik (25)in ocaml • 4 years agosteemCreated with Sketch.chicken and rabbit math problem in OcamlReading the post , I feeled the desire to try it in my favorite language. Sor first, thank you @justyy for sharing initialy the solving of this litlle math game in Python. Solving it first on a…aldrik (25)in hive-172186 • 4 years agosteemCreated with Sketch.Hello world!I'm very pleased to start my travel in Steemit world. Who am I ? I'm Aldrik, a 40 years man, working as a professional agile coach, living in France, with a strong passion for music, and…aldrik (25)in ocaml • 4 years agohow to work efficiently with type inference of Ocaml languageOcaml is a strongly infered static type language. For those who want to go in more details, Ocaml type engine use a Hindley Milner type system. the goal of this article is find a way to use…aldrik (25)in introduce • 4 years agoHi world !I'm very pleased to start my travel in Steemit world. Who am I ? I'm a professional agile coach, living in France, with a strong passion for music, and development. I searched since a long time…