From eedb6e770adaf5a88e2a5a5521f6997cbbf32138 Mon Sep 17 00:00:00 2001 From: Razor Date: Thu, 27 Dec 2018 15:43:29 +0100 Subject: [PATCH] Added OCaml playground (#3067) * Added OCaml playground * delint --- free-programming-playgrounds.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-playgrounds.md b/free-programming-playgrounds.md index 3ed152c9..757d6055 100644 --- a/free-programming-playgrounds.md +++ b/free-programming-playgrounds.md @@ -12,6 +12,7 @@ * [Kotlin](#kotlin) * [.Net](#dotnet) * [Node.js](#nodejs) +* [OCaml](#ocaml) * [Perl](#perl) * [PHP](#php) * [Python](#python) @@ -91,6 +92,11 @@ * [Ideone](http://ideone.com) +### OCaml + +* [Try OCaml](https://try.ocamlpro.com) + + ### Perl * [Perl](http://tryperl.pl) -- GitLab