From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Abou Samra Newsgroups: gmane.lisp.guile.user Subject: Auto-compilation and the REPL Date: Sun, 27 Jun 2021 00:04:04 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="30472"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun Jun 27 00:04:23 2021 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lxGPX-0007op-9F for guile-user@m.gmane-mx.org; Sun, 27 Jun 2021 00:04:23 +0200 Original-Received: from localhost ([::1]:44084 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lxGPV-00085j-CX for guile-user@m.gmane-mx.org; Sat, 26 Jun 2021 18:04:21 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33676) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lxGPL-00085a-5l for guile-user@gnu.org; Sat, 26 Jun 2021 18:04:11 -0400 Original-Received: from mout.kundenserver.de ([212.227.17.10]:47499) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lxGPJ-0007XK-0G for guile-user@gnu.org; Sat, 26 Jun 2021 18:04:10 -0400 Original-Received: from [192.168.1.130] ([82.65.251.18]) by mrelayeu.kundenserver.de (mreue109 [212.227.15.184]) with ESMTPSA (Nemesis) id 1MA7Su-1m7goJ0u9S-00BcyF for ; Sun, 27 Jun 2021 00:04:05 +0200 Content-Language: en-US X-Provags-ID: V03:K1:HUJHAvjIO9ZT1AYXGoEdGPJEoII/k+iHUZPUehpWA4UjOnPU4Fb mpFra9YJElg8TgHpC0oaxvh+c0QspaZeHR9NO58A4FvDvGdYYdklrFpTCW6OL9Djz6HUJPq xRA9zlsfELJbJdobjSTIxpCBCpO7XUum+gFKQGIweJLsmpTvIptVQY9RESV8vkMnAyRxauS mBSquI8vlmZXP5XkkPvVw== X-UI-Out-Filterresults: notjunk:1;V03:K0:Yq5LxnONu6g=:9d6jLjxI1P111Utd/22nMg GG0BaZ45EmwEnyrOolEUgnWRfR+W+VJGrz/OZxCRt73iPCP99TdlDPcY+HT/intcq8MOsXAPo +CDILt878yNL61O0WxUePulFwBLv26pc/Ju3kS2QoPhx5t/0YNTWjo470QjvAUxxHBgblN308 0Wvp3rmIMf5K3uQ+14BdGAOVHDQzR5LDtypaYqeqJ6UQ2oNSeH6e7e1/W5ULLggb985SFxL3w +Z+aC0jWJfzACv7mz5n3t7B0EAnTSRVUZDl9x+EXKs8xED8oMncHcPyhA4HrTyonyNkp1wos1 5aLsUJnj9M4+uAHAMMtVy9V28WVhieu8etj5LWaGSLc6J4uK7SYhaEQ7SLYF8av0NXym42t+r mksDXofXIklX4/+nnqYAMPjqyGzJQG+eQ8qdj4wI/O+PlMHGRopYqGtM1TqGyFrjoteFgXQPh LYknWx+UBgU4Ft88GumSDJ/N1To/rcFrhjNN/8VyAc6wD1MgbTzMBAVAYrZMJHsUFM6LLRssH 91ZcG+jnGhc7G9zA678EhY= Received-SPF: none client-ip=212.227.17.10; envelope-from=jean@abou-samra.fr; helo=mout.kundenserver.de X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:17619 Archived-At: Hello, It seems that Guile always compiles the code entered at the REPL even with --no-auto-compile: jean@laptop-jean:~/repos/lilypond$ guile --no-auto-compile GNU Guile 3.0.5.130-5a1e7 [Copyright notices...] scheme@(guile-user)> (nonexistent-procedure) ;;; :1:1: warning: possibly unbound variable `nonexistent-procedure' ice-9/boot-9.scm:1685:16: In procedure raise-exception: Unbound variable: nonexistent-procedure Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue. The ;;; warning is the same as when compiling this code in a script. Is this expected? I couldn't find anything about it in the documentation. Thanks, Jean Abou Samra