[plt-scheme] (v4) wildcard not allowed in expression

From: Jos Koot (jos.koot at telefonica.net)
Date: Mon Jun 23 20:39:18 EDT 2008

It works for me though:

#lang scheme

(define-syntax x
 (syntax-rules ()
  ((_ 1 _) 'one)
  ((_ _ 2) 'two)))

(x 1 monkey) ; one
(x monkey 2) ; two

Welcome to DrScheme, version 4.0.0.1-svn16jun2008 [3m].
Language: Module.

Jos
  ----- Original Message ----- 
  From: YC 
  To: pltscheme 
  Sent: Tuesday, June 24, 2008 12:32 AM
  Subject: [plt-scheme] (v4) wildcard not allowed in expression


  Hi - 

  It seems that in v4 `_` can no longer exist in the expression position for syntax-case, is there a reason for the change? 

  Thanks,
  yc




------------------------------------------------------------------------------


  _________________________________________________
    For list-related administrative tasks:
    http://list.cs.brown.edu/mailman/listinfo/plt-scheme
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20080624/f7403eaa/attachment.html>

Posted on the users mailing list.