> 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
> 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
> 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
>> 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
> 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
s a potential official volunteer, or
to
otherwise contact the project, contact me or
e-mail guile...@lonelycactus.com
Thanks,
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
;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
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
ing a tutorial,
what would you say?
-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
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
> 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
> 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
> 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
> 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
> 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
> 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
> 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
>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,
> 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,
>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
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
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
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-
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
201 - 226 of 226 matches
Mail list logo