Re: Getting Guile 2.0.x onto Fedora

2013-02-26 Thread Mike Gran
> From: Jose A. Ortega Ruiz > Just a quick note to let you know that i released MDK 1.2.7 yesterday. > The new version uses Guile 2.0 as its extension language. Great.  MDK's maintainer on Fedora has pushed it for inclusion in Rawhide, which should probably hit tomorrow, in time for Fedora 19 sch

Re: More Guile 1.8 code failing in 2.x

2013-02-27 Thread Mike Gran
> From: Richard Shann > > Thanks for this - it seems define-once is not defined in guile 1.8 > however, so while some systems only have guile 2.0 (Fedora) and others > only have guile 1.8 (Debian stable) I would need something more. Just as an aside... Fedora doesn't have Guile 2.0 at all, excep

Re: Trouble w/sockets

2013-03-02 Thread Mike Gran
> From: "m...@markwitmer.com" > (for-each      >   (lambda (b) >     (write-char (integer->char b) sock)) >       '(108 0 11 0 0 0 18 0 16 0 0 0 77 73 84 45 77 65 71 73 67 45 67 79 >       79 75 73 69 45 49 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 243 236 56 >       103 158 249 237 124 101 131 158 31

Re: Trouble w/sockets

2013-03-02 Thread Mike Gran
>> Crash? Or throw an error?  I definitely shouldn't crash, but, I could see >> how it could throw an error on Guile 2.0. > >Sadly, it does crash. No error message at all, so it's probably a >segfault or something of that kind. Dunno, then.  (At the risk of telling you something that you already k

Re: [ANN] the Guile 100 Programs Project

2013-03-11 Thread Mike Gran
> From: Mike Gran > > Hello.  I'm pleased to announce the upcoming Guile 100 Programs > Project. >   > The Guile 100 Programs Project is an opportunity to show off your > Guile skills in exchange for a small honorarium. >   > Each week, on Monday, I'll

Guile 100 challenge #2: `ls'

2013-03-18 Thread Mike Gran
s a potential official volunteer, or to otherwise contact the project, contact me or e-mail guile...@lonelycactus.com Thanks, Mike Gran

Re: Anniversary hack: Zile editor with Guile support

2013-03-21 Thread Mike Gran
ns for creating one are exciting. I guess, because Lua is such a great extension language, I don't see the value added in writing Zile extensions in anything other than Lua. Good Luck, Mike Gran

Guile 100 Prob #3 LZW compression / Solution #1 echo and cat

2013-03-25 Thread Mike Gran
;s website at http://www.lonelycactus.com/guile100   To request to join the project as a potential official volunteer, or to otherwise contact the project, e-mail guile...@lonelycactus.com Thanks, Mike Gran

Guile 100 Prob #4 TAR files

2013-04-01 Thread Mike Gran
the project's website at http://www.lonelycactus.com/guile100   To request to join the project as a potential official volunteer, or to otherwise contact the project, e-mail guile...@lonelycactus.com Thanks, Mike Gran

On procedures within procedures

2013-04-03 Thread Mike Gran
ing a tutorial, what would you say? -Mike Gran

Guile 100 Prob #5: PHP-style GUILE

2013-04-08 Thread Mike Gran
's challenge will be chosen on Wednesday Apr 10. For more information, check out the project's website at http://www.lonelycactus.com/guile100   To put your name on the list of potential official volunteers, or to otherwise contact the project, e-mail guile...@lonelycactus.com Thanks, Mike Gran

Guile 100 #6: CGI and MySQL

2013-05-01 Thread Mike Gran
complete, so feel free to try your hand at one of them as well.     - Challenge #5: PHP-style Guile     - Challenge #4: TAR File Archives     - Challenge #3: LZW Compression If the backlog reaches six open problems, I guess I'll declare the project DOA. Thanks, Mike Gran

Re: [ANN] An enhanced REPL for Guilers

2013-05-03 Thread Mike Gran
> From: Stjepan Horvat >ls /usr/share/guile/site >colorized.scm  shell.scm  src.scm I guess they probably should have been put in /usr/share/guile/site/nala/ -Mike

Re: Guile 100 #6: CGI and MySQL

2013-05-03 Thread Mike Gran
> From: Ian Price >I had volunteered for that previously, and assumed you had > picked someone else based on the method in your original > email. Apparently not. Sorry about that.  I was working with someone on that one, but, there was no completion. >>     - Challenge #5: PHP-style Guile > I

Re: Guile 100 #6: CGI and MySQL

2013-05-03 Thread Mike Gran
> From: Daniel Hartwig > I also had assumed that a person need only volunteer once, and then is > considered for any project. I thought that too, but, I'd end up assigning people to do tasks they may have no interest in. Apologies again.  My first time attempting anything like this.  -Mike

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

Popularity (was Re: SLAYER announcement ...)

2013-05-05 Thread Mike Gran
> From: Thien-Thi Nguyen > As Guile-SDL maintainer, i wonder what i can do to attract the same > audience, whether or not it is worth expending the energy to do so, in > what ways have i failed to encourage organic additive (as opposed to > parallel) hacking, and how wonderful/terrible it is for

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

2013-05-08 Thread Mike Gran
> No, it's not used to generate the manual.  It's used to generate > guile-procedures.txt, which is consulted by 'object-documentation'. > > I agree that the current state of docstring handling leaves much to be > desired.  Maybe we should start a discussion on guile-devel about how > the improv

Re: Proper way of making a single-pointer smob

2013-05-29 Thread Mike Gran
>Hi guys, >I'm using a very simple smob which only carries a pointer in the >immediate word.  It works fine, but what worries me is that the free >function seems never called.   Am I doing anything wrong?  What's the >standard way of making such kind of smob? What you are doing is mostly right,

Re: Proper way of making a single-pointer smob

2013-05-30 Thread Mike Gran
> Mike Gran skribis: >> 3. Some versions of Guile have a bug where the last smob defined >> in your program is never freed, even if you've cleared out the >> pointers and called scm_gc. > What is this?  I’d be happy to read more details.  :-) To be more specific,

Re: Problem with truncated string ports - more info

2013-06-21 Thread Mike Gran
>However, if I make  the input string 4095 bytes long, > then I do not get the expected 4097 long output string. > Instead, I get a resulting string truncted to 4096 bytes. > >    (define s (make-string 4095 #\x)) >    (string-length (with-output-to-string (lambda () (write s              >; a

Guile 2.0.x on Fedora 19

2013-07-02 Thread Mike Gran
Hello- Fedora 19 was released today.  It is the first Fedora release with a Guile 2.0.x package. Since not all packages with Guile dependencies could move up to Guile 2.0.x, there remains a compat-guile18 package for programs with a Guile 1.8.x dependency. I know that getting Guile onto Fedora w

Re: Maintainership changes: many thanks to Mark!

2019-09-11 Thread Mike Gran via General Guile related discussions
On Wed, Sep 11, 2019 at 09:56:53AM +0200, Andy Wingo wrote: > Hi all, > > After many years working on Guile and more than 5 years in a > maintainer role, Mark Weaver has decided to step down. Taking over > from him and remaining as Guile co-maintainers are Ludovic Court?s and > Andy Wingo. > > O

Re: [ANN] guile-curl 0.7

2021-01-04 Thread Mike Gran via General Guile related discussions
On Mon, Jan 04, 2021 at 10:02:57AM +0100, Ricardo Wurmus wrote: > > Aleix Conchillo Flaqu� writes: > > > I'm trying to add guile-curl to homebrew-guile but ran into > > compilation issues in type.c using the tarball from your email. > > I can confirm this. (I just tried to upgrade the guile-

Re: [ANN] guile-curl 0.7

2021-01-04 Thread Mike Gran via General Guile related discussions
On Mon, Jan 04, 2021 at 12:42:34PM +0100, Ricardo Wurmus wrote: > > Hi Mike, > > > On Mon, Jan 04, 2021 at 10:02:57AM +0100, Ricardo Wurmus wrote: > >> > >> Aleix Conchillo Flaqu� writes: > >> > >> > I'm trying to add guile-curl to homebrew-guile but ran into > >> > compilation issues in typ

<    1   2   3