[Bese-devel] Parenscript: slot-value doesn't like expressions

Daniel Gackle gackle at shaw.ca
Sat Dec 30 21:42:31 UTC 2006


In Parenscript 20061003, 

  (js (slot-value (if yes a b) 'prop)) => 
    "yes ? a : b.prop;"

when I need "(yes ? a : b).prop". Similarly,

  (js (slot-value (or a b) 'prop)) => 
    "a || b.prop;"

instead of "(a || b).prop". Can this be fixed, and/or is there a way to make
the parentheses go the way I want?

Thank you,
Daniel




More information about the bese-devel mailing list