Re: Trouble using (current-filename)

2012-02-20 Thread Ludovic Courtès
Hi, Noah Lavine noah.b.lav...@gmail.com skribis: What about having two bits of syntax, current-filename and current-file-path? Or better yet, current-filename and current-file-directory, with the guarantee that (string-append (current-file-directory) path-separator (current-filename)) points

Re: Adding Identities to Peval

2012-02-20 Thread Noah Lavine
Done. I added two tests, for good measure :-). Noah On Sun, Feb 19, 2012 at 4:53 AM, Andy Wingo wi...@pobox.com wrote: On Sat 18 Feb 2012 17:20, Noah Lavine noah.b.lav...@gmail.com writes: Here is another patch that fixes the first of my examples. (let* ((x (random)) (y x)) (eq? x y)) now