A sort of sequel to the Caesar cipher to try out functional programming concepts
  • C++ 65.9%
  • Makefile 34.1%
Find a file
2026-06-10 16:23:12 +02:00
cpp add cpp hello world 2026-06-10 16:23:12 +02:00
.gitignore add cpp hello world 2026-06-10 16:23:12 +02:00
README.md add cpp hello world 2026-06-10 16:23:12 +02:00

vigenere-cipher

A sort of sequel to the Caesar cipher to try out functional programming concepts

About

This is merely ane excercise

Languages and reason for them

  • C++23: Most familiar in general
  • F#: The first real step to functional programming, in a language made for it
  • Haskell: Pure functional and mathematical