All of James_C.'s Comments + Replies

James_C.110

Internal state is not necessary. Consider a function f mapping strings to strings by means of a lookup table. Here are some examples of f evaluated with well-chosen inputs:

f("Hi, Dr. S here, how are you now that you're a lookup table?") = "Very well, thank you. I notice no difference."

f("Hi, Dr. S here, how are you now that you're a lookup table? Really, none at all?") = "Yes, really no differences at all."

f("Hi, Dr. S here, how are you now that you're a lookup table? You have insulted my entire family!") =... (read more)