On Thu, Dec 13, 2012 at 10:31 AM, Ludovic Courtès wrote:
> Hi,
>
> Abhinav Jauhri skribis:
>
> > `vlist` implementation hasn't been done in C, right?
> > Is this still required by the community?
>
> FWIW, I’m still skeptical about this approach:
>
> http://thread.gmane.org/gmane.lisp.guile.dev
Hi,
Abhinav Jauhri skribis:
> `vlist` implementation hasn't been done in C, right?
> Is this still required by the community?
FWIW, I’m still skeptical about this approach:
http://thread.gmane.org/gmane.lisp.guile.devel/14801
Thanks,
Ludo’.
Hello everyone,
I was trying to find something interesting to start contributing, and
somehow landed on this thread. My interests are in data structures and
algorithms.
`vlist` implementation hasn't been done in C, right?
Is this still required by the community?
Any resources/examples material f
Hi nalaginrut,
Thanks for your reply.
I'd like to start with the vlist implementation Mark mentioned previously,
it would be cool if this can help speed up the compiler. But since I'm new
here, would anybody be kind enough to give me some clue on how to integrate
a c-version vlist into current sy
[Meant to send this to the list]
There's an implementation of a trie in guile-snmp, but it's one of the
first things I wrote in scheme and is pretty hideous. I keep meaning
to redo it using records instead of GOOPs.
I'd ask for code review, but, to be honest, I didn't really have a
clue what I wa
On Sun, 2012-08-12 at 22:31 +0800, rushan chen wrote:
> Hi Mark,
>
> Very appreciate for your reply.
>
> I see you mention that it's useful to implement a larger library of
> efficient data structure, and I'm interested in that very much. I used to
> work on projects which involve complicated bu
Hi Mark,
Very appreciate for your reply.
I see you mention that it's useful to implement a larger library of
efficient data structure, and I'm interested in that very much. I used to
work on projects which involve complicated but very interesting data
structures, implementing them could be challe
Hi Rushan,
On 08/06/2012 10:50 AM, rushan chen wrote:
I'm just a guy who is passionate about programming especially
programming in C, and want to enjoy it with people like-minded. Guile is
an interesting project to me, and I really really hope I can make some
contribution to it as a developer.
Hi all!
I'm just a guy who is passionate about programming especially programming
in C, and want to enjoy it with people like-minded. Guile is an interesting
project to me, and I really really hope I can make some contribution to it
as a developer.
Hope someone could point me some direction, than