KenD
2016-05-19 00:50:21 UTC
Greetings,
I am using R7 code but also procedure-name-set! which has just become unavailabel with -r7r6.
Is there a 'lenient option?
Can I do an (import (cruft ..)) ?
What is the proper way to get procedure-name-set! and friends back into the global environment?
Thanks for any help,
-KenD
------------------
(trusty)***@localhost:~/SiS$ larceny
Larceny v0.99a1 (alpha test) (May 18 2016 07:04:49, precise:Linux:split)
larceny.heap, built on Wed May 18 07:47:33 PDT 2016
Larceny v0.99a1 (alpha test) (May 18 2016 07:04:49, precise:Linux:split)
larceny.heap, built on Wed May 18 07:47:33 PDT 2016
Compound condition has these components:
#<record &assertion>
#<record &message>
message : "?: undefined global variable: procedure-name-set! \n"
Entering debugger; type "?" for help.
debug>
------------------#!EOF
I am using R7 code but also procedure-name-set! which has just become unavailabel with -r7r6.
Is there a 'lenient option?
Can I do an (import (cruft ..)) ?
What is the proper way to get procedure-name-set! and friends back into the global environment?
Thanks for any help,
-KenD
------------------
(trusty)***@localhost:~/SiS$ larceny
Larceny v0.99a1 (alpha test) (May 18 2016 07:04:49, precise:Linux:split)
larceny.heap, built on Wed May 18 07:47:33 PDT 2016
procedure-name-set!
#<PROCEDURE procedure-name-set!>(exit)
(trusty)***@localhost:~/SiS$ larceny -r7r6Larceny v0.99a1 (alpha test) (May 18 2016 07:04:49, precise:Linux:split)
larceny.heap, built on Wed May 18 07:47:33 PDT 2016
procedure-name-set!
Error: unhandled condition:Compound condition has these components:
#<record &assertion>
#<record &message>
message : "?: undefined global variable: procedure-name-set! \n"
Entering debugger; type "?" for help.
debug>
------------------#!EOF