[Bese-devel] parenscript & missing ";"

Evrim ULU evrim at core.gen.tr
Sat Jul 15 15:10:47 UTC 2006


Hi,

I'm having problems while compilling parenscripts. It seems parenscript
js:js misses ";" characters at the end.

CL-USER> (js:js* `(setf gee (lambda () nil)) `(setf eeg (lambda () t)))
"gee =
function () {
  null;
}
eeg =
function () {
  true;
}"

If this is case and newlines inside the code is omitted, IE does not
compile this js code and complains about missing ";" between two
declerations. If there exists a newline, no error is thrown.

Is there a way to "formalize" parenscript js code by adding ; to the end
of the statements?

evrim.



More information about the bese-devel mailing list