Vigenère cipher: Difference between revisions

Content added Content deleted
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
m (OCaml: update links)
Line 2,411: Line 2,411:


This is a custom, more functional version of the existing solution, due to
This is a custom, more functional version of the existing solution, due to
'''[https://caml.inria.fr/pub/docs/manual-ocaml/libref/String.html OCaml 4.05's unsafe-string compatibility mode]'''
'''[https://ocaml.org/api/String.html OCaml 4.05's unsafe-string compatibility mode]'''


{{works with|OCaml|4.05 or above}}
{{works with|OCaml|4.05 or above}}
Line 2,419: Line 2,419:
(* This is a custom, more functional version of an existing solution,
(* This is a custom, more functional version of an existing solution,
due to OCaml 4.05's unsafe-string compatibility mode:
due to OCaml 4.05's unsafe-string compatibility mode:
https://caml.inria.fr/pub/docs/manual-ocaml/libref/String.html
https://ocaml.org/api/String.html
*)
*)