Maxima Function
charlist (string)
Returns the list of all characters in string.
(%i1) charlist("Lisp"); (%o1) [L, i, s, p] (%i2) %[1]; (%o2) L