Name: Anonymous 2011-12-24 23:32
Discuss how the perfect module/namespace should behave. Keep in mind things like multimethods (which should be merge rather than shadow).
(x . y)
-like shortcuts, for things like set!
for example. But don't worry, it's still homoiconic (since I want my macros to work properly without any surprises).
(filter posts
(lambda (post)
(zero?
(mod (slot-value post 'id)
11))))
(S (NP-ERG *)
(NP-ABS (S-NOM (N geme)
(NP-ERG (PN ludumuzik)
(ERG e))
(VC-F (CN i)
(P1 n)
(V tuku))
(NOM a)))
(NP-TER (N-C (N ec)
(N kiri))
(TER ece))
(VC-F (MD na)
(CN ba)
(V du)))
_ENV
as any variable, which means that you can close over it or use it as an argument.