Mixing namespaces and define-type
19 Avr
2013
19 Avr
'13
00:21
The define-type macro generates a handful of procedure definitions. If that type is defined inside a namespace, then it's difficult to export those symbols to the top-level namespace. Is there a better way than listing each of them by hand? It makes sense to me that there should be a macro that just generates the list of used symbols. Something like... (##namespace (cons "foo#" (define-type-symbols bar member1 member2) )) would transform to... (##namespace ("foo#" make-bar bar? bar-member1-set! and so on... ))
Afficher les réponses par date
4800
Âge (en jours)
4800
Dernière activité (en jours)
0 commentaires
1 participants
participants (1)
-
Axis Sivitz