[Implement JS and JS-INLINE in terms of JS* and JS-INLINE* Marco Baringer **20050815063921] { hunk ./js.lisp 1259 - `(string-join - (js-to-statement-strings (js-compile '(progn ,@body)) 0) - (string #\Newline))) + `(js* '(progn ,@body))) hunk ./js.lisp 1262 - "Just like JS except that BODY is evaluated before being -converted to javascript." + "Return the javascript string representing BODY. + +Body is evaluated." hunk ./js.lisp 1290 - `(concatenate 'string "javascript:" - (string-join (js-to-statement-strings (js-compile '(progn ,@body)) 0) " "))) + `(js-inline '(progn ,@body))) }