Re: [ANN] An enhanced REPL for Guilers

2013-05-03 Thread Daniel Hartwig
On 4 May 2013 12:20, Nala Ginrut wrote: > Oops, sorry for my bad English. I mean I thought it installed to > nala/shell.scm but the 'make install' seems not. Oops indeed :-) > Anyway, it works fine for me: > cut--- > nalaginrut@Renee-deskto

Re: [ANN] An enhanced REPL for Guilers

2013-05-03 Thread Nala Ginrut
On Sat, 2013-05-04 at 10:16 +0800, Daniel Hartwig wrote: > On 4 May 2013 10:01, Nala Ginrut wrote: > > On Fri, 2013-05-03 at 13:17 -0700, Mike Gran wrote: > >> > From: Stjepan Horvat > >> > >> >ls /usr/share/guile/site > >> >colorized.scm shell.scm src.scm > >> > >> > >> I guess they probably s

Re: [ANN] An enhanced REPL for Guilers

2013-05-03 Thread Daniel Hartwig
On 4 May 2013 10:01, Nala Ginrut wrote: > On Fri, 2013-05-03 at 13:17 -0700, Mike Gran wrote: >> > 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 >> > > We

Re: [ANN] An enhanced REPL for Guilers

2013-05-03 Thread Nala Ginrut
On Fri, 2013-05-03 at 13:17 -0700, Mike Gran wrote: > > 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 > Well, yes. And I feel strange that 'make install' shou

Re: guile meets twitter

2013-05-03 Thread Nala Ginrut
On Fri, 2013-05-03 at 11:00 -0700, Aleix Conchillo Flaqué wrote: > Hi, > > these past nights I've been working on guile-oauth. There is no > release yet and it currently only implements OAuth 1.0a and probably > 1.0 (I still have to check all differences). It uses gnutls and > industria (for hmac-

Re: Guile 100 #6: CGI and MySQL

2013-05-03 Thread Daniel Hartwig
On 4 May 2013 07:11, Ian Price wrote: > Mike Gran writes: > >> Also, I'm changing up the rules. I had made it pretty complicated >> to contribute, I suppose, because I don't really want to create >> competition for fear of alienating anyone. But, the barrier to entry >> was too high, perhaps?

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 #6: CGI and MySQL

2013-05-03 Thread Ian Price
Mike Gran writes: > I don't want to dissuade you from doing something big, but, the > actual scope of the problem as described is quite small: make a CGI > script that (a) reads its own PATH_INFO (b) finds a template by > that name (c) sends it through eguile, and (d) returns it > to the client.

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 Ian Price
Mike Gran writes: > Also, I'm changing up the rules.  I had made it pretty complicated > to contribute, I suppose, because I don't really want to create > competition for fear of alienating anyone.  But, the barrier to entry > was too high, perhaps?  So anyone can fork the repo and tell me to > p

Re: [racket] [ANN] Geiser 0.4 released

2013-05-03 Thread Reuben Thomas
On 3 May 2013 22:49, Jose A. Ortega Ruiz wrote: > Of course, if anyone has the time and inclination to create an > independent package, whatever Geiser does would be done using it. > Making an independent package is as simple as adding a standard comment header sensible autoloads and then either

Re: [racket] [ANN] Geiser 0.4 released

2013-05-03 Thread Jose A. Ortega Ruiz
On Fri, May 03 2013, Eli Barzilay wrote: > Three hours ago, Jose A. Ortega Ruiz wrote: >> >> New features: >> >>- New command geiser-insert-lambda, bound to C-c \ in Scheme >> buffers (thanks to Ray Racine). > > If you go to the extent of doing this, then maybe it's worth it to do > m

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: [ANN] An enhanced REPL for Guilers

2013-05-03 Thread Stjepan Horvat
what i found out: guile -c '(display %load-path)' ~ (/usr/share/guile/site /usr/share/guile/1.8 /usr/share/guile) and your files are in ls /usr/share/guile/site colorized.scm shell.scm src.scm On Thu, May 2, 2013 at 11:45 AM, Nala Ginrut wrote:

[ANN] Geiser 0.4 released

2013-05-03 Thread Jose A. Ortega Ruiz
I've just released version 0.4 of Geiser (http://geiser.nongnu.org ), an Emacs package to interact and program with Racket and Guile. New features: - New command geiser-insert-lambda, bound to C-c \ in Scheme buffers (thanks to Ray Racine). - Configurable case-sensitivity when highl