Post 9iEfFj2BRMpGcj7Moq by outkine@fosstodon.org
 (DIR) More posts by outkine@fosstodon.org
 (DIR) Post #9iEfFj2BRMpGcj7Moq by outkine@fosstodon.org
       2019-04-27T01:18:36Z
       
       0 likes, 0 repeats
       
       Working with OCaml has been the most fun I've ever had coding :)
       
 (DIR) Post #9iEfFjCSp9378bvZqK by codesections@fosstodon.org
       2019-04-27T14:33:02Z
       
       0 likes, 0 repeats
       
       @outkine > Working with OCaml has been the most fun I've ever had coding :)I have the vague feeling that this isn't the first time I've read a "working with $LANGUAGE is the most fun I've had coding" toot from you… :D
       
 (DIR) Post #9iHAQB5xS2h1RaGdDU by outkine@fosstodon.org
       2019-04-28T19:31:39Z
       
       0 likes, 0 repeats
       
       @codesections See, but there's a pattern that always works: ```match $LANGUAGE with  | MLFamily lang -> true  | _ -> false> true```