Re: SLAYER announcement and help request for preparing a GNU package

2013-05-04 Thread Panicz Maciej Godek
Hello! It sounds like an interesting project. > > The subject line of your post says it is a "GNU Package", but I don't see > slayer in > the official list. Perhaps you mean it is one that you want to submit to > GNU in the hope that they will adopt it as a package? Or did you mean > something >

Re: SLAYER announcement and help request for preparing a GNU package

2013-05-04 Thread Stjepan Horvat
It sounds fun although i'm guile newb..i'm just starting to learn how recursion works and have written few simple functions reading The_Little_Schemer..It would be cool to have a binary gui for programs writen in c and has guile as extension language.. On Sun, May 5, 2013 at 7:15 AM, John Darringt

Re: SLAYER announcement and help request for preparing a GNU package

2013-05-04 Thread John Darrington
It sounds like an interesting project. The subject line of your post says it is a "GNU Package", but I don't see slayer in the official list. Perhaps you mean it is one that you want to submit to GNU in the hope that they will adopt it as a package? Or did you mean something else? Obviously how

Re: Guile 100 Prob #4 TAR files

2013-05-04 Thread Mike Gran
> From: Jez >I actually submitted a pull request for this challenge > earlier today: https://github.com/spk121/guile100/pull/1/files Great! You were the first entry to meet the spec. > Not as fully-featured as Mark's, though. I just did what was > spec'ed out, with the exception of moving the

Re: Guile 100 Prob #4 TAR files

2013-05-04 Thread Mike Gran
> From: Mark H Weaver > > I've attached my solution to Guile 100 Problem #4: TAR files.  It should > work with Guile 2.0.5 or later. > > This program does more than you asked for.  It aims to be a fully > functional producer of USTAR archives, and follows the behavior of GNU > tar with the --fo

Re: Guile 100 Prob #4 TAR files

2013-05-04 Thread Jez
I actually submitted a pull request for this challenge earlier today: https://github.com/spk121/guile100/pull/1/files Not as fully-featured as Mark's, though. I just did what was spec'ed out, with the exception of moving the footer to the end of the archive rather than having it at the end of each

Re: Guile 100 Prob #4 TAR files

2013-05-04 Thread Mark H Weaver
Hi Mike, I've attached my solution to Guile 100 Problem #4: TAR files. It should work with Guile 2.0.5 or later. This program does more than you asked for. It aims to be a fully functional producer of USTAR archives, and follows the behavior of GNU tar with the --format=ustar option. In partic

SLAYER announcement and help request for preparing a GNU package

2013-05-04 Thread Panicz Maciej Godek
Hi everyone, I've developed a piece of software that I named SLAYER, by combining the letter 's' with the word "layer", or replacing the 'p' letter with 's' in the word 'player'. Either way, slayer can be thought of as a simpler alternative for wrapper libraries such as guile-sdl and guile-opengl,

Re: guile meets twitter

2013-05-04 Thread Aleix Conchillo Flaqué
Actually I forgot to send the link of the repo. https://github.com/aconchillo/guile-oauth Aleix