Tail call: yes, and it actually seems to be faster than mzscheme with a factorial function I benchmarked earlier.
Continuations: call/cc is ccc.
Slices: see subseq.
Ranges: there's a range function that works by successively adding 1, but that's not really what you're asking for.