Guile compiler is unable to compile tiny program: (define (fn l) (define (ok l) (or (and (pair? l) l) (error "list is empty"))) (cons (reverse (car l)) (ok l))) amaya@picasso:~/tmp/guile-3.0.9 $ ../prefix/bin/guile ~/tmp/guile-compiler-bug.scm ;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0 ;;; or pass the --no-auto-compile argument to disable. ;;; compiling /home/amaya/tmp/guile-compiler-bug.scm ;;; WARNING: compilation of /home/amaya/tmp/guile-compiler-bug.scm failed: ;;; not found 22 Compiler reports confusing message here: `not found 22’.
bug#62053: Guile compiler is unable to compile tiny program
Bug reports for GUILE, GNU's Ubiquitous Extension Language Wed, 08 Mar 2023 07:39:41 -0800
- bug#62053: Guil... Bug reports for GUILE, GNU's Ubiquitous Extension Language
- bug#62053:... tomas
- bug#62... Dr. Arne Babenhauserheide