| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| 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. |
|
#2
| |||
| |||
| 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 |
|
#3
| |||
| |||
| 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. |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.