From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: swedebugia Newsgroups: gmane.lisp.guile.user Subject: Beginner questions Date: Mon, 29 Oct 2018 23:00:33 +0100 Message-ID: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1540850175 15024 195.159.176.226 (29 Oct 2018 21:56:15 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 29 Oct 2018 21:56:15 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Oct 29 22:56:11 2018 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gHFW6-0003n7-7w for guile-user@m.gmane.org; Mon, 29 Oct 2018 22:56:10 +0100 Original-Received: from localhost ([::1]:49248 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHFYC-0001Pw-Na for guile-user@m.gmane.org; Mon, 29 Oct 2018 17:58:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHFVH-00083g-0r for guile-user@gnu.org; Mon, 29 Oct 2018 17:55:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHFV9-000284-5B for guile-user@gnu.org; Mon, 29 Oct 2018 17:55:16 -0400 Original-Received: from mx1.riseup.net ([198.252.153.129]:46158) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gHFV8-000260-KC for guile-user@gnu.org; Mon, 29 Oct 2018 17:55:10 -0400 Original-Received: from piha.riseup.net (piha-pn.riseup.net [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 3F05E1A0458 for ; Mon, 29 Oct 2018 14:55:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1540850107; bh=AWLw/jDY1BkcwifaK5cQNqewwp4e/mhbUWvymDZbF1c=; h=To:From:Subject:Date:From; b=mPBS6qkWWTSB6FDPQw67pw6NvmtvoI9oFTybp2T7EmLYcw4xI4df9L8Ol5/aGHesP n4lMQfi/63EedtK/iwScVLL2bMHdvP1/ZoYB4n+ujNjp3LTOgMWF8JxkKk0PnXbebe SBw/XKm9dx2BuvFTfxR9iSTFiPtf5iDWDwbp4uQ0= X-Riseup-User-ID: 192D8ED12C69F1B0346D36662B07CE0A4E93CCABF46B41C0F8E02B8B6C3506D6 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by piha.riseup.net with ESMTPSA id 81BAA633DD for ; Mon, 29 Oct 2018 14:55:06 -0700 (PDT) Content-Language: sv-FI X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 198.252.153.129 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:14950 Archived-At: Hi I would like to learn more scheme and I would like to make a small CLI program that runs in the terminal and prompts the user for input and evaluates it. Is that possible with guile? In the REPL? Can someone point me in the right direction for succeding with that? -- --- Swedebugia