From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Newsgroups: gmane.lisp.guile.user Subject: Re: Bytestructures, FFI Date: Thu, 02 Jun 2016 09:04:54 +0200 Message-ID: <87eg8gax61.fsf@gnu.org> References: <87oa7mauvd.fsf@T420.taylan> <87eg8gegg2.fsf@gnu.org> <87y46oa1xm.fsf@T420.taylan> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1464852934 26132 80.91.229.3 (2 Jun 2016 07:35:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Jun 2016 07:35:34 +0000 (UTC) Cc: guile-user@gnu.org To: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?=22Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer=22?=) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Jun 02 09:35:29 2016 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1b8NA9-0008TJ-1H for guile-user@m.gmane.org; Thu, 02 Jun 2016 09:35:29 +0200 Original-Received: from localhost ([::1]:45837 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8NA7-0005z8-Qc for guile-user@m.gmane.org; Thu, 02 Jun 2016 03:35:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8Mgj-00011b-Su for guile-user@gnu.org; Thu, 02 Jun 2016 03:05:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8Mgd-0000rb-Re for guile-user@gnu.org; Thu, 02 Jun 2016 03:05:04 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58033) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8Mgd-0000rV-OQ; Thu, 02 Jun 2016 03:04:59 -0400 Original-Received: from pluto.bordeaux.inria.fr ([193.50.110.57]:50310 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1b8Mgc-0008Ne-19; Thu, 02 Jun 2016 03:04:58 -0400 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 15 Prairial an 224 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu In-Reply-To: <87y46oa1xm.fsf@T420.taylan> ("Taylan Ulrich \=\?utf-8\?Q\?\=5C\=22Bay\=C4\=B1rl\=C4\=B1\=2FKammer\=5C\=22\=22's\?\= message of "Thu, 02 Jun 2016 03:07:17 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:12592 Archived-At: Hi, taylanbayirli@gmail.com (Taylan Ulrich "Bay=C4=B1rl=C4=B1/Kammer") skribis: > I'll try to grok your approach later and see how it compares, but let me > mention that the syntax-case based macro API of bytestructures lets one > hoist all computation to macro-expand time: Ah, very nice! Ludo=E2=80=99.