Tag: Word Puzzle

Playing Word Games with LLM

Written by on June 28, 2025 in Word Games with 0 Comments
Playing Word Games with LLM

I don’t think my vocabulary is bad, but I love learning new English words. Especially weird ones! One book that is always on my desk is “More Weird and Wonderful Words” by McKeon. This is my goto book when I feel bored. More recently, I have switched to interacting with Claude and ChatGPT for learning […]

Continue Reading

Word Transformation Puzzle – Part 2: Implementation in Common Lisp

Written by on January 4, 2025 in LISP, Programming with 0 Comments
Word Transformation Puzzle – Part 2: Implementation in Common Lisp

In the last article I discussed an interesting word puzzle and showed how to solve it using Prolog. Here is the problem statement: “You are given two words of the same length. You have to transform the first word into the second word, by changing only one letter at a time. The additional constraint is that […]

Continue Reading

Using Prolog to Solve the Word Transformation Puzzle

Written by on December 17, 2024 in Programming, Prolog with 0 Comments
Using Prolog to Solve the Word Transformation Puzzle

In today’s article, I want to share an interesting word puzzle, and then show how to solve it in Prolog. Here is the puzzle: You are given two words of the same length. You have to transform the first word into the second word, by changing only one letter at a time. The additional constraint […]

Continue Reading

Top