[Larceny-users] HOWTO procedure-name-set! ?

KenD Ken.Dickey at Whidbey.com
Wed May 18 20:50:21 EDT 2016


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)kend at 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)kend at localhost:~/SiS$ larceny -r7r6
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!

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



More information about the Larceny-users mailing list