quasiquote.mes: disable, too slow.

This commit is contained in:
Jan Nieuwenhuizen 2016-07-26 23:22:32 +02:00
parent 3864d434fc
commit d949b81402
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with Mes. If not, see <http://www.gnu.org/licenses/>.
(define-macro (quasiquote x)
(define-macro (works-but-sloooooow-quasiquote x)
(define (check x)
(cond ((pair? (cdr x)) (cond ((null? (cddr x)))
(#t (error (car x) "invalid form ~s" x))))))