From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jack Hill Newsgroups: gmane.lisp.guile.user Subject: Re: OpenSCAD on Lisp? Date: Sun, 19 Dec 2021 17:49:16 -0500 (EST) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15424"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Alpine 2.21 (DEB 202 2017-01-01) Cc: Guile User To: Jacob Hrbek Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sun Dec 19 23:49:41 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 1mz4zt-0003os-A8 for guile-user@m.gmane-mx.org; Sun, 19 Dec 2021 23:49:41 +0100 Original-Received: from localhost ([::1]:57114 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mz4zr-0000HR-Rf for guile-user@m.gmane-mx.org; Sun, 19 Dec 2021 17:49:39 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:54102) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mz4zX-0000HH-GB for guile-user@gnu.org; Sun, 19 Dec 2021 17:49:19 -0500 Original-Received: from minsky.hcoop.net ([104.248.1.95]:43270) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mz4zV-0001jv-Kw for guile-user@gnu.org; Sun, 19 Dec 2021 17:49:19 -0500 Original-Received: from marsh.hcoop.net ([45.55.52.66]) by minsky.hcoop.net with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mz4zU-0005dw-Dr; Sun, 19 Dec 2021 17:49:16 -0500 X-X-Sender: jackhill@marsh.hcoop.net In-Reply-To: Received-SPF: pass client-ip=104.248.1.95; envelope-from=jackhill@jackhill.us; helo=minsky.hcoop.net 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 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:17880 Archived-At: On Sun, 19 Dec 2021, Jacob Hrbek wrote: > I got a 3D printer and i want to use OpenSCAD to program the objects for > interpretation for fabrication, but the OpenSCAD (https://openscad.org) > uses C-style syntax which is for this kind of development really > annoying to use -> Is there any lisp (preferably scheme) that integrates > with the backend for me to use lisp for the designs? > > Or really anything relevant is appreciated if it gets me closer to this > kind of development is appreciated and i am willing to write code. Congrats on getting a 3D printer! I haven't used it other than playing around, but libfive has a Scheme API. Best, Jack