unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Guile 2.0 is turning 3 years old, let's hack!
@ 2014-02-10 10:14 Ludovic Courtès
  2014-02-10 20:21 ` Panicz Maciej Godek
  2014-02-11  8:10 ` Doug Evans
  0 siblings, 2 replies; 5+ messages in thread
From: Ludovic Courtès @ 2014-02-10 10:14 UTC (permalink / raw)
  To: guile-user

[-- Attachment #1: Type: text/plain, Size: 751 bytes --]

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=7111

And last year there were even more participants, and even more fun:

  http://savannah.gnu.org/forum/forum.php?forum_id=7509

Now is the time to start up your REPL and get hacking!

Ludo’.

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Guile 2.0 is turning 3 years old, let's hack!
  2014-02-10 10:14 Guile 2.0 is turning 3 years old, let's hack! Ludovic Courtès
@ 2014-02-10 20:21 ` Panicz Maciej Godek
  2014-02-11  8:10 ` Doug Evans
  1 sibling, 0 replies; 5+ messages in thread
From: Panicz Maciej Godek @ 2014-02-10 20:21 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guile-user@gnu.org

2014-02-10 11:14 GMT+01:00 Ludovic Courtès <ludo@gnu.org>:
> 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.  :-)

Yeey!
Hooray!
:)



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Guile 2.0 is turning 3 years old, let's hack!
  2014-02-10 10:14 Guile 2.0 is turning 3 years old, let's hack! Ludovic Courtès
  2014-02-10 20:21 ` Panicz Maciej Godek
@ 2014-02-11  8:10 ` Doug Evans
  2014-02-11 10:46   ` Ludovic Courtès
  1 sibling, 1 reply; 5+ messages in thread
From: Doug Evans @ 2014-02-11  8:10 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: guile-user

On Mon, Feb 10, 2014 at 2:14 AM, Ludovic Courtès <ludo@gnu.org> 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=7111
>
> And last year there were even more participants, and even more fun:
>
>   http://savannah.gnu.org/forum/forum.php?forum_id=7509
>
> 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.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Guile 2.0 is turning 3 years old, let's hack!
  2014-02-11  8:10 ` Doug Evans
@ 2014-02-11 10:46   ` Ludovic Courtès
  0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2014-02-11 10:46 UTC (permalink / raw)
  To: Doug Evans; +Cc: guile-user

Doug Evans <xdje42@gmail.com> 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’.



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Guile 2.0 is turning 3 years old, let's hack!
@ 2014-02-14 11:26 Nala Ginrut
  0 siblings, 0 replies; 5+ messages in thread
From: Nala Ginrut @ 2014-02-14 11:26 UTC (permalink / raw)
  To: Guile User

I missed this notice 4 days ago, but I have a new bot to be friend of
sneek ;-)
It's a quick hack but works fine. 

And, thanks to guile-irc!

https://github.com/szdiy/eliug

Happy hacking!





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-14 11:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-10 10:14 Guile 2.0 is turning 3 years old, let's hack! Ludovic Courtès
2014-02-10 20:21 ` Panicz Maciej Godek
2014-02-11  8:10 ` Doug Evans
2014-02-11 10:46   ` Ludovic Courtès
  -- strict thread matches above, loose matches on Subject: below --
2014-02-14 11:26 Nala Ginrut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).