Keep It Simple, Shauna (Recurse Day 4)
Today I finally tackled making a code madlibs program.
2 posts
Today I finally tackled making a code madlibs program.
When we left off, I’d written some rather ugly code that gave us the basic features of a madlibs program without using any macros. But the whole point of this project is to better understand lisp macros. So today I focused on refactoring my program to use macros instead.