[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XLISP Hunk display



(SETQ MAKHUNK T)

(HUNK 'A NIL) => (NIL( .)

(HUNK 'A 'B)  => (B( .)

(HUNK 'A 'B 'C) =>  (A . BC .)

(HUNK 'A 'B 'C 'D) => (A . B . CD .)

Is this the shape of things to come? I was rather a fan of balancing
open and close parens... kinda thought it was more aesthetic...