Hello, I’m learning Catalan right now and I’d like to create a simple flash card practice program.
I’d like the program to accept new words and have a function that allows one to test the knowledge of the Catalan translation for the English and vice versa. As well as a function that provides the English translation and asks the player to spell the word.
I think I would only need a single language for this like Javascript or Python because it’s for myself and not necessarily for the web. Am I correct? What would be the best language to use?