A sort of sequel to the Caesar cipher to try out functional programming concepts
- C++ 65.9%
- Makefile 34.1%
| cpp | ||
| .gitignore | ||
| README.md | ||
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