Jump to content

First class environments: Difference between revisions

m
fixed typos
(Added EchoLisp)
m (fixed typos)
Line 293:
 
=={{header|EchoLisp}}==
'''(environment-new ((name value) ..) ''' is used to vreatecreate a new envrionment. '''(eval form env)''' is used to evaluate a form in a specified environment.
<lang scheme>
(define (bump-value)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.