search expand
Skip to content

The Always Learning Marty

Exploring the breadth of software engineering.

Category: OCaml

Learning About Names and Functions in OCaml

Posted on May 28, 2018May 29, 2018 by Marty

In chapter 2 of OCaml from the very beginning, I learned the following: Naming an expression Use the following constructs to define our own name (e.g., x) to stand for the result of evaluating an expression: let x = (expression) ;; let x = (expression) in (another expression) ;; OCaml…

Posted in OCamlLeave a Comment on Learning About Names and Functions in OCaml

OCaml – from the very beginning

Posted on May 25, 2018May 31, 2018 by Marty

I’m going to deep dive the language of OCaml and become an expert of this language.  Why OCaml?  Because I want to write programs that make no mistakes, and OCaml seems to help with that.  As explained in this website ‘OCaml is a general purpose programming language with an emphasis…

Posted in OCamlLeave a Comment on OCaml – from the very beginning

Posts navigation

Previous 1 … 3 4

Get in touch

thealmartyblog[at]gmail.com

About Me

Twitter

Github

LinkedIn

Medium

Recent Posts

  • Recursion: An Indispensable Tool For Every Functional Programmer [Example With Insertion Sort]
  • Why you should learn functional programming
  • Dependent types: formal definition and examples
  • Smart Contract Language Design: Reflections from Devcon 5
  • Programming with Envelopes in OCaml and Haskell

Categories

  • Algorithms
  • Communication skills
  • FP series
  • Functional Programming
  • Haskell
  • Lambda Calculus
  • OCaml
  • Uncategorized

Archives

Powered by Miniva WordPress Theme