[<<][staapl][>>][..]
Thu Aug 16 13:42:21 CEST 2007
compilation syntax
i'm thinking about adding some syntax to compile code using different
syntax..
(a b c) is still default demantics quoted code, but
(lang : a b c) is interpreted as compiled with 'lang'.
or maybe
(lang: 1 2 +)
let's see if i can do this first on the rep.ss level: just store a
symbol naming the rep.
probably the first thing that needs to change is to change state-stx
to take an anonymous compiler as 2nd op..
it's really annoying to be at the border of compile/run the whole time!
first, the above is not really possible since state-stx code fallback
code is not derived from a named compiler.
[Reply][About][<<][staapl][>>][..]