You can make them (and all kinds of other circular structures) but there's currently no way of printing them out. Fixing that is not a top priority. There are plenty of things you don't want to print in the repl, like million-item lists. So in the repl the way to deal with this is by using e.g. (do1 t ...).
I admit it's a problem if you explicitly want to print a circular list, e.g. to store it in a file. But in my experience that is rare.