* [ANN] An enhanced REPL for Guilers
@ 2013-04-30 8:27 Nala Ginrut
2013-04-30 21:58 ` Aleix Conchillo Flaqué
0 siblings, 1 reply; 13+ messages in thread
From: Nala Ginrut @ 2013-04-30 8:27 UTC (permalink / raw)
To: guile-devel, guile-user@gnu.org
hi folks!
I've started a brand new project named nala-repl:
https://github.com/NalaGinrut/nala-repl
It contains colorized-REPL and other cool things. Anything useful/cool
feature could be added to nala-repl, patches and feature requests are
welcome.
Maybe I should put it on guildhall, but for now, you just need 'make
install'.
Happy hacking!
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [ANN] An enhanced REPL for Guilers
2013-04-30 8:27 [ANN] An enhanced REPL for Guilers Nala Ginrut
@ 2013-04-30 21:58 ` Aleix Conchillo Flaqué
2013-05-01 2:37 ` Nala Ginrut
0 siblings, 1 reply; 13+ messages in thread
From: Aleix Conchillo Flaqué @ 2013-04-30 21:58 UTC (permalink / raw)
To: Nala Ginrut; +Cc: guile-user@gnu.org, guile-devel
On Tue, Apr 30, 2013 at 1:27 AM, Nala Ginrut <nalaginrut@gmail.com> wrote:
> hi folks!
> I've started a brand new project named nala-repl:
> https://github.com/NalaGinrut/nala-repl
>
> It contains colorized-REPL and other cool things. Anything useful/cool
> feature could be added to nala-repl, patches and feature requests are
> welcome.
>
> Maybe I should put it on guildhall, but for now, you just need 'make
> install'.
>
Nice!
Just one minor thing, in the README.md it should say (nala colorized)
instead of (ice-9 colorized).
Thanks!
Aleix
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [ANN] An enhanced REPL for Guilers
2013-04-30 21:58 ` Aleix Conchillo Flaqué
@ 2013-05-01 2:37 ` Nala Ginrut
2013-05-02 6:44 ` Stjepan Horvat
0 siblings, 1 reply; 13+ messages in thread
From: Nala Ginrut @ 2013-05-01 2:37 UTC (permalink / raw)
To: Aleix Conchillo Flaqué; +Cc: guile-user@gnu.org, guile-devel
On Tue, 2013-04-30 at 14:58 -0700, Aleix Conchillo Flaqué wrote:
> On Tue, Apr 30, 2013 at 1:27 AM, Nala Ginrut <nalaginrut@gmail.com> wrote:
> > hi folks!
> > I've started a brand new project named nala-repl:
> > https://github.com/NalaGinrut/nala-repl
> >
> > It contains colorized-REPL and other cool things. Anything useful/cool
> > feature could be added to nala-repl, patches and feature requests are
> > welcome.
> >
> > Maybe I should put it on guildhall, but for now, you just need 'make
> > install'.
> >
>
> Nice!
>
> Just one minor thing, in the README.md it should say (nala colorized)
> instead of (ice-9 colorized).
>
ah~thanks for pointed it out
> Thanks!
>
> Aleix
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [ANN] An enhanced REPL for Guilers
2013-05-01 2:37 ` Nala Ginrut
@ 2013-05-02 6:44 ` Stjepan Horvat
2013-05-02 7:48 ` Nala Ginrut
0 siblings, 1 reply; 13+ messages in thread
From: Stjepan Horvat @ 2013-05-02 6:44 UTC (permalink / raw)
To: Nala Ginrut; +Cc: guile-user@gnu.org, guile-devel
[-- Attachment #1: Type: text/plain, Size: 1487 bytes --]
Hi..i installed it on archlinux and when i write into guile prompt i get:
guile> (use-modules (nala shell))
Backtrace:
In standard input:
1: 0* (use-modules (nala shell))
1: 1 (eval-case (# # *unspecified*) (else #))
1: 2 (begin (process-use-modules (list (list #))) *unspecified*)
In unknown file:
?: 3* [process-use-modules (((nala shell)))]
<unnamed port>: In procedure process-use-modules in expression
(process-use-modules (list #)):
<unnamed port>: no code for module (nala shell)
ABORT: (misc-error)
On Wed, May 1, 2013 at 4:37 AM, Nala Ginrut <nalaginrut@gmail.com> wrote:
> On Tue, 2013-04-30 at 14:58 -0700, Aleix Conchillo Flaqué wrote:
> > On Tue, Apr 30, 2013 at 1:27 AM, Nala Ginrut <nalaginrut@gmail.com>
> wrote:
> > > hi folks!
> > > I've started a brand new project named nala-repl:
> > > https://github.com/NalaGinrut/nala-repl
> > >
> > > It contains colorized-REPL and other cool things. Anything useful/cool
> > > feature could be added to nala-repl, patches and feature requests are
> > > welcome.
> > >
> > > Maybe I should put it on guildhall, but for now, you just need 'make
> > > install'.
> > >
> >
> > Nice!
> >
> > Just one minor thing, in the README.md it should say (nala colorized)
> > instead of (ice-9 colorized).
> >
>
> ah~thanks for pointed it out
>
> > Thanks!
> >
> > Aleix
>
>
>
>
--
*Nesmotren govori kao da mačem probada, a jezik je mudrih iscjeljenje.
Izreke 12:18*
[-- Attachment #2: Type: text/html, Size: 2292 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [ANN] An enhanced REPL for Guilers
2013-05-02 6:44 ` Stjepan Horvat
@ 2013-05-02 7:48 ` Nala Ginrut
2013-05-02 9:31 ` Stjepan Horvat
0 siblings, 1 reply; 13+ messages in thread
From: Nala Ginrut @ 2013-05-02 7:48 UTC (permalink / raw)
To: Stjepan Horvat; +Cc: guile-user@gnu.org, guile-devel
On Thu, 2013-05-02 at 08:44 +0200, Stjepan Horvat wrote:
> Hi..i installed it on archlinux and when i write into guile prompt i
> get:
> guile> (use-modules (nala shell))
> Backtrace:
> In standard input:
> 1: 0* (use-modules (nala shell))
> 1: 1 (eval-case (# # *unspecified*) (else #))
> 1: 2 (begin (process-use-modules (list (list #))) *unspecified*)
> In unknown file:
> ?: 3* [process-use-modules (((nala shell)))]
>
>
> <unnamed port>: In procedure process-use-modules in expression
> (process-use-modules (list #)):
> <unnamed port>: no code for module (nala shell)
> ABORT: (misc-error)
>
Maybe there's no need to do 'make install' with su, just type 'make
install'. Would you try it out?
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [ANN] An enhanced REPL for Guilers
2013-05-02 7:48 ` Nala Ginrut
@ 2013-05-02 9:31 ` Stjepan Horvat
2013-05-02 9:45 ` Nala Ginrut
0 siblings, 1 reply; 13+ messages in thread
From: Stjepan Horvat @ 2013-05-02 9:31 UTC (permalink / raw)
To: Nala Ginrut; +Cc: guile-user@gnu.org, guile-devel
[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]
I didn't use su aldow i am using a root user as default..so i also start
guile using root user..
On Thu, May 2, 2013 at 9:48 AM, Nala Ginrut <nalaginrut@gmail.com> wrote:
> On Thu, 2013-05-02 at 08:44 +0200, Stjepan Horvat wrote:
> > Hi..i installed it on archlinux and when i write into guile prompt i
> > get:
>
> > guile> (use-modules (nala shell))
> > Backtrace:
> > In standard input:
> > 1: 0* (use-modules (nala shell))
> > 1: 1 (eval-case (# # *unspecified*) (else #))
> > 1: 2 (begin (process-use-modules (list (list #))) *unspecified*)
> > In unknown file:
> > ?: 3* [process-use-modules (((nala shell)))]
> >
> >
> > <unnamed port>: In procedure process-use-modules in expression
> > (process-use-modules (list #)):
> > <unnamed port>: no code for module (nala shell)
> > ABORT: (misc-error)
> >
> Maybe there's no need to do 'make install' with su, just type 'make
> install'. Would you try it out?
>
>
>
--
*Nesmotren govori kao da mačem probada, a jezik je mudrih iscjeljenje.
Izreke 12:18*
[-- Attachment #2: Type: text/html, Size: 1533 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [ANN] An enhanced REPL for Guilers
2013-05-02 9:31 ` Stjepan Horvat
@ 2013-05-02 9:45 ` Nala Ginrut
2013-05-03 19:21 ` Stjepan Horvat
0 siblings, 1 reply; 13+ messages in thread
From: Nala Ginrut @ 2013-05-02 9:45 UTC (permalink / raw)
To: Stjepan Horvat; +Cc: guile-user@gnu.org, guile-devel
On Thu, 2013-05-02 at 11:31 +0200, Stjepan Horvat wrote:
> I didn't use su aldow i am using a root user as default..so i also
> start guile using root user..
>
Could you checkout if the path `guile -c (display (car %load-path))'
have nala directory?
> On Thu, May 2, 2013 at 9:48 AM, Nala Ginrut <nalaginrut@gmail.com>
> wrote:
> On Thu, 2013-05-02 at 08:44 +0200, Stjepan Horvat wrote:
> > Hi..i installed it on archlinux and when i write into guile
> prompt i
> > get:
>
> > guile> (use-modules (nala shell))
> > Backtrace:
> > In standard input:
> > 1: 0* (use-modules (nala shell))
> > 1: 1 (eval-case (# # *unspecified*) (else #))
> > 1: 2 (begin (process-use-modules (list (list #)))
> *unspecified*)
> > In unknown file:
> > ?: 3* [process-use-modules (((nala shell)))]
> >
> >
> > <unnamed port>: In procedure process-use-modules in
> expression
> > (process-use-modules (list #)):
> > <unnamed port>: no code for module (nala shell)
> > ABORT: (misc-error)
> >
>
> Maybe there's no need to do 'make install' with su, just type
> 'make
> install'. Would you try it out?
>
>
>
>
>
>
> --
> Nesmotren govori kao da mačem probada, a jezik je mudrih iscjeljenje.
> Izreke 12:18
>
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [ANN] An enhanced REPL for Guilers
2013-05-02 9:45 ` Nala Ginrut
@ 2013-05-03 19:21 ` Stjepan Horvat
2013-05-03 20:17 ` Mike Gran
0 siblings, 1 reply; 13+ messages in thread
From: Stjepan Horvat @ 2013-05-03 19:21 UTC (permalink / raw)
To: Nala Ginrut; +Cc: guile-user@gnu.org, guile-devel
[-- Attachment #1: Type: text/plain, Size: 1963 bytes --]
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 <nalaginrut@gmail.com> wrote:
> On Thu, 2013-05-02 at 11:31 +0200, Stjepan Horvat wrote:
> > I didn't use su aldow i am using a root user as default..so i also
> > start guile using root user..
> >
> Could you checkout if the path `guile -c (display (car %load-path))'
> have nala directory?
>
> > On Thu, May 2, 2013 at 9:48 AM, Nala Ginrut <nalaginrut@gmail.com>
> > wrote:
> > On Thu, 2013-05-02 at 08:44 +0200, Stjepan Horvat wrote:
> > > Hi..i installed it on archlinux and when i write into guile
> > prompt i
> > > get:
> >
> > > guile> (use-modules (nala shell))
> > > Backtrace:
> > > In standard input:
> > > 1: 0* (use-modules (nala shell))
> > > 1: 1 (eval-case (# # *unspecified*) (else #))
> > > 1: 2 (begin (process-use-modules (list (list #)))
> > *unspecified*)
> > > In unknown file:
> > > ?: 3* [process-use-modules (((nala shell)))]
> > >
> > >
> > > <unnamed port>: In procedure process-use-modules in
> > expression
> > > (process-use-modules (list #)):
> > > <unnamed port>: no code for module (nala shell)
> > > ABORT: (misc-error)
> > >
> >
> > Maybe there's no need to do 'make install' with su, just type
> > 'make
> > install'. Would you try it out?
> >
> >
> >
> >
> >
> >
> > --
> > Nesmotren govori kao da mačem probada, a jezik je mudrih iscjeljenje.
> > Izreke 12:18
> >
>
>
>
--
*Nesmotren govori kao da mačem probada, a jezik je mudrih iscjeljenje.
Izreke 12:18*
[-- Attachment #2: Type: text/html, Size: 3006 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [ANN] An enhanced REPL for Guilers
2013-05-03 19:21 ` Stjepan Horvat
@ 2013-05-03 20:17 ` Mike Gran
2013-05-04 2:01 ` Nala Ginrut
0 siblings, 1 reply; 13+ messages in thread
From: Mike Gran @ 2013-05-03 20:17 UTC (permalink / raw)
To: Stjepan Horvat, Nala Ginrut; +Cc: guile-user@gnu.org, guile-devel
> From: Stjepan Horvat <zvanstefan@gmail.com>
>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
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [ANN] An enhanced REPL for Guilers
2013-05-03 20:17 ` Mike Gran
@ 2013-05-04 2:01 ` Nala Ginrut
2013-05-04 2:16 ` Daniel Hartwig
0 siblings, 1 reply; 13+ messages in thread
From: Nala Ginrut @ 2013-05-04 2:01 UTC (permalink / raw)
To: Mike Gran; +Cc: guile-user@gnu.org, Stjepan Horvat, guile-devel
On Fri, 2013-05-03 at 13:17 -0700, Mike Gran wrote:
> > From: Stjepan Horvat <zvanstefan@gmail.com>
>
> >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' should install it to the
load-path plus a nala directory.
However, I've noticed that Stjepan using guile-1.8 which may not use
colorized-REPL feature since the repl-option was introduced in 2.0.9.
Regards
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [ANN] An enhanced REPL for Guilers
2013-05-04 2:01 ` Nala Ginrut
@ 2013-05-04 2:16 ` Daniel Hartwig
2013-05-04 4:20 ` Nala Ginrut
0 siblings, 1 reply; 13+ messages in thread
From: Daniel Hartwig @ 2013-05-04 2:16 UTC (permalink / raw)
To: Nala Ginrut; +Cc: guile-user@gnu.org, guile-devel
On 4 May 2013 10:01, Nala Ginrut <nalaginrut@gmail.com> wrote:
> On Fri, 2013-05-03 at 13:17 -0700, Mike Gran wrote:
>> > From: Stjepan Horvat <zvanstefan@gmail.com>
>>
>> >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' should install it to the
> load-path plus a nala directory.
The path must have the same components as the module names e.g. (nala
shell) must be installed as "nala/shell.scm", otherwise the loader can
not find them.
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [ANN] An enhanced REPL for Guilers
2013-05-04 2:16 ` Daniel Hartwig
@ 2013-05-04 4:20 ` Nala Ginrut
2013-05-04 4:29 ` Daniel Hartwig
0 siblings, 1 reply; 13+ messages in thread
From: Nala Ginrut @ 2013-05-04 4:20 UTC (permalink / raw)
To: Daniel Hartwig; +Cc: guile-user@gnu.org, guile-devel
On Sat, 2013-05-04 at 10:16 +0800, Daniel Hartwig wrote:
> On 4 May 2013 10:01, Nala Ginrut <nalaginrut@gmail.com> wrote:
> > On Fri, 2013-05-03 at 13:17 -0700, Mike Gran wrote:
> >> > From: Stjepan Horvat <zvanstefan@gmail.com>
> >>
> >> >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' should install it to the
> > load-path plus a nala directory.
>
> The path must have the same components as the module names e.g. (nala
> shell) must be installed as "nala/shell.scm", otherwise the loader can
> not find them.
Oops, sorry for my bad English. I mean I thought it installed to
nala/shell.scm but the 'make install' seems not.
Anyway, it works fine for me:
------------------------cut-----------------------------------
nalaginrut@Renee-desktop:nala-repl> make install
cp -frdp nala /home/nalaginrut/.local/share/guile/site/2.0
------------------------end-----------------------------------
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [ANN] An enhanced REPL for Guilers
2013-05-04 4:20 ` Nala Ginrut
@ 2013-05-04 4:29 ` Daniel Hartwig
0 siblings, 0 replies; 13+ messages in thread
From: Daniel Hartwig @ 2013-05-04 4:29 UTC (permalink / raw)
To: Nala Ginrut; +Cc: guile-user@gnu.org, guile-devel
On 4 May 2013 12:20, Nala Ginrut <nalaginrut@gmail.com> 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-desktop:nala-repl> make install
> cp -frdp nala /home/nalaginrut/.local/share/guile/site/2.0
> ------------------------end-----------------------------------
>
Works on mine also.
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2013-05-04 4:29 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30 8:27 [ANN] An enhanced REPL for Guilers Nala Ginrut
2013-04-30 21:58 ` Aleix Conchillo Flaqué
2013-05-01 2:37 ` Nala Ginrut
2013-05-02 6:44 ` Stjepan Horvat
2013-05-02 7:48 ` Nala Ginrut
2013-05-02 9:31 ` Stjepan Horvat
2013-05-02 9:45 ` Nala Ginrut
2013-05-03 19:21 ` Stjepan Horvat
2013-05-03 20:17 ` Mike Gran
2013-05-04 2:01 ` Nala Ginrut
2013-05-04 2:16 ` Daniel Hartwig
2013-05-04 4:20 ` Nala Ginrut
2013-05-04 4:29 ` Daniel Hartwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).