From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Doug Evans Newsgroups: gmane.lisp.guile.user Subject: Re: Guile 2.0 is turning 3 years old, let's hack! Date: Tue, 11 Feb 2014 00:10:38 -0800 Message-ID: References: <87mwhz1dgf.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1392106246 4794 80.91.229.3 (11 Feb 2014 08:10:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 11 Feb 2014 08:10:46 +0000 (UTC) Cc: guile-user@gnu.org To: =?ISO-8859-1?Q?Ludovic_Court=E8s?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Feb 11 09:10:56 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 1WD8Qh-0003zE-Hc for guile-user@m.gmane.org; Tue, 11 Feb 2014 09:10:55 +0100 Original-Received: from localhost ([::1]:60132 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WD8Qg-000529-Tb for guile-user@m.gmane.org; Tue, 11 Feb 2014 03:10:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WD8QS-00051q-WC for guile-user@gnu.org; Tue, 11 Feb 2014 03:10:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WD8QR-0001EZ-QZ for guile-user@gnu.org; Tue, 11 Feb 2014 03:10:40 -0500 Original-Received: from mail-yh0-x234.google.com ([2607:f8b0:4002:c01::234]:41442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WD8QR-0001ET-Iz; Tue, 11 Feb 2014 03:10:39 -0500 Original-Received: by mail-yh0-f52.google.com with SMTP id a41so6320297yho.39 for ; Tue, 11 Feb 2014 00:10:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=ASPLrrCwetRDNJ24m+RZjdLKH5o7Y5Zx6xJACic/9P8=; b=usWc50HYXXHPca0Fn1DDYJfL8DRUnxKCiJ3s2JQjgSNoPRi5YHWItaRViOuQ2PS1d7 97HOK7Ds+PteizsV1jlVoqgnkv/kj0GqiOdfrQemS4DtA+9soxq+hlX/zySni4Z25yX4 VAOzVLlCp/xCVivOaZWD+HinQNwsbL9vyWTFQpl4oiLlQ74N07SROwhP0zrtdXoJcuGv X4vfqlLDxw7Zx5og9J0VlK7nsc5KAa9pAgjlHjTH2K5stW557B+MtqGUNh1lJRZXWxml bgBuSRyEmk0WWmSYibprK9WLpMhEdyH2cqoRr8e2jT1BvUlCKsUaUGLikmsJ9RMolD5d 2xnw== X-Received: by 10.236.110.132 with SMTP id u4mr13100yhg.119.1392106238874; Tue, 11 Feb 2014 00:10:38 -0800 (PST) Original-Received: by 10.170.189.212 with HTTP; Tue, 11 Feb 2014 00:10:38 -0800 (PST) In-Reply-To: <87mwhz1dgf.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c01::234 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:11058 Archived-At: On Mon, Feb 10, 2014 at 2:14 AM, Ludovic Court=E8s wrote: > Hello! > > As I'm sure you all know, Guile 2.0 was released on Feb. 16th, 2011: > > http://lists.gnu.org/archive/html/guile-devel/2011-02/msg00173.html > > This was such an important milestone for us Guilers that we've taken the > habit to celebrate it with a friendly hackfest. The idea is to produce, > by Feb. 16th (6 days!), the hack of your choice using Guile. It can be > pretty much anything, as long as it's fun. :-) > > So in 2012 people came up with a bunch of funky projects: > > http://savannah.gnu.org/forum/forum.php?forum_id=3D7111 > > And last year there were even more participants, and even more fun: > > http://savannah.gnu.org/forum/forum.php?forum_id=3D7509 > > Now is the time to start up your REPL and get hacking! > > Ludo'. Cool! 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. Or does it have to be something written after Feb.10.