From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Christopher Allan Webber Newsgroups: gmane.lisp.guile.user Subject: Re: Presenting Schmutz, easy C++ bindings for Guile Date: Thu, 27 Jul 2017 18:28:57 -0500 Message-ID: <87vamdzcg6.fsf@dustycloud.org> References: <87zibpwm94.wl-juanpe@sinusoid.es> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1501198180 20058 195.159.176.226 (27 Jul 2017 23:29:40 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 27 Jul 2017 23:29:40 +0000 (UTC) User-Agent: mu4e 0.9.18; emacs 25.2.1 Cc: guile-user@gnu.org To: Juan Pedro Bolivar Puente Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jul 28 01:29:36 2017 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 1dasDh-0004hh-O9 for guile-user@m.gmane.org; Fri, 28 Jul 2017 01:29:29 +0200 Original-Received: from localhost ([::1]:45112 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dasDn-0000F3-G6 for guile-user@m.gmane.org; Thu, 27 Jul 2017 19:29:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37521) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dasDT-0000En-67 for guile-user@gnu.org; Thu, 27 Jul 2017 19:29:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dasDQ-0005p2-FC for guile-user@gnu.org; Thu, 27 Jul 2017 19:29:15 -0400 Original-Received: from dustycloud.org ([50.116.34.160]:35754) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dasDQ-0005n2-9Z for guile-user@gnu.org; Thu, 27 Jul 2017 19:29:12 -0400 Original-Received: from oolong (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id F3662265F0; Thu, 27 Jul 2017 19:29:07 -0400 (EDT) In-reply-to: <87zibpwm94.wl-juanpe@sinusoid.es> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 50.116.34.160 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:13987 Archived-At: Juan Pedro Bolivar Puente writes: > Hi y'all! Hi Juan! > I would to present Schmutz, a new library I am working on. This > library makes it easy to write Scheme bindings for C++ code. > Something like Boost.Python or LuaBind, but for Guile: > > https://sinusoid.es/schmutz > https://github.com/arximboldi/schmutz > > It is still still experimental and incomplete, but I am happy with the > direction it is heading to. You can check some examples in the > documentation above. I would love to hear what you think about the > whole approach, and if you think this could be useful for you. Very cool. I don't have time to investigate it at the moment, but I wonder if this could be used to make general Guile bindings to Xapian? That's something I've long wanted. > By the way, this project spined off some Clojure style immutable > data-structures for C++ project I am working on, which include > experimental Guile support: > > https://sinusoid.es/immer > https://github.com/arximboldi/immer Cool!