If I'm making a bunch of shortcuts like: (define vr vector-ref) is this going to mess with the performance of the JIT compiler or other compilation phases? Is it better to make it an identifier macro? --Mark