I need to make something like this but in ACL2: for (i=1; i<10; i++) { print i; } It uses COMMON LISP, but I haven\'t any idea how to do this task...
I\'m developing a web app for Firefox that has a button that triggers a client-side XSLT transformation of the document\'s DOM, with a stylesheet fetched via AJAX.