1 Oct 2003 01:24
Re: Conclusion (was Re: Looking for a better Text and HTML Lisp syntax)
Marc Battyani <marc.battyani <at> fractalconcept.com>
2003-09-30 23:24:48 GMT
2003-09-30 23:24:48 GMT
From: "james anderson" <james.anderson <at> setf.de> Sent: Tuesday, September 30, 2003 11:05 PM Hmm... Step by step I will finish to see what you mean(Continue reading)As I told you I already agree with you for data representation but I still don't see how you apply this to mixed code/data. As a picture is supposed to be better that N words (especially in a non native language), can you rewrite the following code snipset so that I can see a clearer picture... (compile-text () (table (:col-widths '(58 58) :border 0 :padding 0) (loop for info in (otfr::source obj) do (row () (if info (progn (cell ()(paragraph (:h-align :centered :font "Helvetica" :font-size *s-cell-liste*) (put-string (otfr::description info)))) (cell ()(paragraph (:h-align :centered :font "Helvetica" :font-size *s-cell-liste*) (put-string (otfr::address info))))) (progn (cell ()(paragraph (:h-align :centered :font "Helvetica" :font-size *s-cell-liste*) "----")) (cell ()(paragraph (:h-align :centered :font "Helvetica" :font-size *s-cell-liste*) "----")))))))) Marc
As I told you I already agree with you for data representation but I still
don't see how you apply this to mixed code/data.
As a picture is supposed to be better that N words (especially in a non
native language), can you rewrite the following code snipset so that I can
see a clearer picture...
(compile-text ()
(table (:col-widths '(58 58) :border 0 :padding 0)
(loop for info in (otfr::source obj) do
(row ()
(if info
(progn
(cell ()(paragraph (:h-align :centered :font "Helvetica" :font-size
*s-cell-liste*)
(put-string (otfr::description info))))
(cell ()(paragraph (:h-align :centered :font "Helvetica" :font-size
*s-cell-liste*)
(put-string (otfr::address info)))))
(progn
(cell ()(paragraph (:h-align :centered :font "Helvetica" :font-size
*s-cell-liste*) "----"))
(cell ()(paragraph (:h-align :centered :font "Helvetica" :font-size
*s-cell-liste*) "----"))))))))
Marc
RSS Feed