[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plt-scheme] upgrading to 200 from 103



hi all,
last night, i posted a message about problems with defining macros in v103.
many of you suggested that i should upgrade to 200.

i tried 200 and i encountered some problems while importing libraries.
i have a bunch of files and each of them import libraries. when i load
these scm files in the mzscheme, if a same file is imported twice (from
2 different code files), mzscheme gives an error message that the lib is
not found (i dont rememeber the exact msg text). 

also, since it is v200 is still not stable, i didnt want to be wrestling 
with such unknown problems.

or, is v200 quite safe to use?

thanks,
Deva Seetharam

-------------------------------------------------
617.666.6674 (h)
617.253.1522 (w)

E15-426,
MIT Media Laboratory,
20 Ames Street,
Cambridge, MA 02139
-------------------------------------------------

On Tue, 28 May 2002, Matthias Felleisen wrote:

> 
> 1. Please update to 200. 
> 
> 2. If you want to use old-fahsioned macros, use the macro library
>    (see HelpDesk). 
> 
> -- Matthias
> 
> 
> 
> At Tue, 28 May 2002 05:17:33 -0400 (EDT), Deva Seetharam wrote:
> > hi all
> > i am trying to define a macro like this
> > (define-macro (new-core) `(make-vector 4 0))
> > 	
> > when i run this in mzscheme within emacs, it gives me
> > the following error message:
> > "define-macro: not an identifier at: (new-core) in (define-macro 
> > (new-core) (quasiquote ...)"
> > 
> > what is wrong?
> > 
> > thanks,
> > Deva Seetharam
> > 
> > -------------------------------------------------
> > 617.666.6674 (h)
> > 617.253.1522 (w)
> > 
> > E15-426,
> > MIT Media Laboratory,
> > 20 Ames Street,
> > Cambridge, MA 02139
> > -------------------------------------------------
> 
>