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: Guile 2.0 is turning 3 years old, let's hack! Date: Tue, 11 Feb 2014 11:46:16 +0100 Message-ID: <878utigc5j.fsf@gnu.org> References: <87mwhz1dgf.fsf@gnu.org> 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 1392115592 16699 80.91.229.3 (11 Feb 2014 10:46:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Feb 2014 10:46:32 +0000 (UTC) Cc: guile-user@gnu.org To: Doug Evans Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Feb 11 11:46:40 2014 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 1WDArP-0007MR-93 for guile-user@m.gmane.org; Tue, 11 Feb 2014 11:46:39 +0100 Original-Received: from localhost ([::1]:60878 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDArO-000062-N4 for guile-user@m.gmane.org; Tue, 11 Feb 2014 05:46:38 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38602) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDArA-00005i-KF for guile-user@gnu.org; Tue, 11 Feb 2014 05:46:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WDAr5-0005aC-9u for guile-user@gnu.org; Tue, 11 Feb 2014 05:46:24 -0500 Original-Received: from hera.aquilenet.fr ([2a01:474::1]:41679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WDAr5-0005Zt-3F for guile-user@gnu.org; Tue, 11 Feb 2014 05:46:19 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 7A7DD1C5E; Tue, 11 Feb 2014 11:46:17 +0100 (CET) Original-Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZjgigfDo1xyq; Tue, 11 Feb 2014 11:46:17 +0100 (CET) Original-Received: from pluto (pluto.bordeaux.inria.fr [193.50.110.57]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 468D91A34; Tue, 11 Feb 2014 11:46:17 +0100 (CET) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 23 =?utf-8?Q?Pluvi=C3=B4se?= an 222 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0xEA52ECF4 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 83C4 F8E5 10A3 3B4C 5BEA D15D 77DD 95E2 EA52 ECF4 X-OS: x86_64-unknown-linux-gnu In-Reply-To: (Doug Evans's message of "Tue, 11 Feb 2014 00:10:38 -0800") User-Agent: Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:474::1 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 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-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11059 Archived-At: Doug Evans skribis: > Can I offer something written while at FOSDEM (last week). > I used my wrap-syscall package to write a gdb bug repro that was > otherwise harder to do, and writing it *was* fun! :-) > https://github.com/xdje42/wrap-syscall > With it I can, via LD_PRELOAD, intercept system calls (or potentially > any library call) with Guile and reimplement them or just monitor > them. Yep, neat! > Or does it have to be something written after Feb.10. Well, you still have 5 days left to hack since the actual birthday is on Feb. 16th. :-) Cheers, Ludo=E2=80=99.