math.plt problem (author: Jens Axel Søgaard)

This is a discussion on math.plt problem (author: Jens Axel Søgaard) within the Scheme forums in Programming Languages category; I can't get this really interesting PLaneT package to load in mzscheme or PLT Scheme. It keeps complaining with the following message: unbound variable in module in: reverse! I can't find this reverse! function anywhere....

Go Back   Application Development Forum > Programming Languages > Scheme

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 09-07-2008, 06:07 AM
rock69
Guest
 
Default math.plt problem (author: Jens Axel Søgaard)

I can't get this really interesting PLaneT package to load in mzscheme
or PLT Scheme. It keeps complaining with the following message:

unbound variable in module in: reverse!

I can't find this reverse! function anywhere.
Reply With Quote
  #2  
Old 09-07-2008, 08:39 AM
Jens Axel Soegaard
Guest
 
Default Re: math.plt problem (author: Jens Axel Søgaard)

rock69 wrote:
> I can't get this really interesting PLaneT package to load in mzscheme
> or PLT Scheme. It keeps complaining with the following message:
>
> unbound variable in module in: reverse!
>
> I can't find this reverse! function anywhere.


I have just uploaded a new version to PLaneT.

(require (planet "math.ss" ("soegaard" "math.plt" 1 3)))

The problem was that in the 300-series of PLT Scheme,
the function reverse! was present in the mzscheme language.
In the 400-series it was removed (and thus one needs to
import explicitly). What I did was to replace all occurences
of reverse! with reverse.

If you find other bugs, don't hessitate to use the
bug reporting tool Trac on the PLaeT site.

--
Jens Axel Søgaard
Reply With Quote
  #3  
Old 09-07-2008, 09:52 AM
rock69
Guest
 
Default Re: math.plt problem (author: Jens Axel Søgaard)

On Sep 7, 2:39*pm, Jens Axel Soegaard
<findrealaddresswithgoo...@soegaard.net> wrote:
> rock69 wrote:
> > I can't get this really interesting PLaneT package to load in mzscheme
> > or PLT Scheme. It keeps complaining with the following message:

>
> > unbound variable in module in: reverse!

>
> > I can't find this reverse! function anywhere.

>
> I have just uploaded a new version to PLaneT.
>
> * * (require (planet "math.ss" ("soegaard" "math.plt" 1 3)))
>
> The problem was that in the 300-series of PLT Scheme,
> the function reverse! was present in the mzscheme language.
> In the 400-series it was removed (and thus one needs to
> import explicitly). What I did was to replace all occurences
> of reverse! with reverse.
>
> If you find other bugs, don't hessitate to use the
> bug reporting tool Trac on the PLaeT site.
>
> --
> Jens Axel Søgaard


Thank you. I certainly will.
Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 08:25 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.