Josh Tilles wrote on 04/11/2016 07:51 PM:
I'm trying to implement a Lisp-2 in Racket,

I would first decide whether and how I want functions and variables provided by modules in this language, to be usable from modules in other `#lang`s. That narrows down the options of how to do it.

If you're writing an Emacs Lisp implementation, I would look at what Guile has done. And also consider whether the dynamically-scoped and buffer-local variables affect how you solve your Lisp-2 namespaces problem.

Neil V.

--
You received this message because you are subscribed to the Google Groups "Racket 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to