Comment by bandrami
2 days ago
iPython was famous for a while but I think its popularity has waned, but yes as you point out really any dynamic language can do a repl; it's just that it's mostly the lisp/scheme and forth families that have leaned so heavily into the idea.
Not only dynamic languages! Java has `jshell` for instance