unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* guile-scsh
@ 2016-03-09 11:37 sidhu1f
  2016-03-09 11:40 ` guile-scsh Stefan Israelsson Tampe
  0 siblings, 1 reply; 7+ messages in thread
From: sidhu1f @ 2016-03-09 11:37 UTC (permalink / raw
  To: guile-user

Anyone know what it would take to port guile-scsh to Guile 2.0?

The reference manual points to the 'bitrotted' guile-scsh here:
http://cvs.savannah.gnu.org/viewvc/guile/guile-scsh/?root=guile.

I'm mainly interested in getting awk.scm to work.

Regards
sidhu1f



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: guile-scsh
  2016-03-09 11:37 guile-scsh sidhu1f
@ 2016-03-09 11:40 ` Stefan Israelsson Tampe
  2016-03-10 14:25   ` guile-scsh sidhu1f
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Israelsson Tampe @ 2016-03-09 11:40 UTC (permalink / raw
  To: sidhu1f; +Cc: guile-user@gnu.org

[-- Attachment #1: Type: text/plain, Size: 441 bytes --]

You could try help developing or take advantage of:

https://gitlab.com/groups/guile-scsh

On Wed, Mar 9, 2016 at 12:37 PM, sidhu1f <sidhu1f@gmail.com> wrote:

> Anyone know what it would take to port guile-scsh to Guile 2.0?
>
> The reference manual points to the 'bitrotted' guile-scsh here:
> http://cvs.savannah.gnu.org/viewvc/guile/guile-scsh/?root=guile.
>
> I'm mainly interested in getting awk.scm to work.
>
> Regards
> sidhu1f
>
>

[-- Attachment #2: Type: text/html, Size: 1024 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: guile-scsh
  2016-03-09 11:40 ` guile-scsh Stefan Israelsson Tampe
@ 2016-03-10 14:25   ` sidhu1f
  2016-03-10 14:40     ` guile-scsh Stefan Israelsson Tampe
  0 siblings, 1 reply; 7+ messages in thread
From: sidhu1f @ 2016-03-10 14:25 UTC (permalink / raw
  To: Stefan Israelsson Tampe; +Cc: guile-user@gnu.org

Hi Stefan

Could you provide some info (perhaps add a README to the project)
regarding the project status, including what does/doesn't work
currently, which version of guile-scsh the code is based on, and why
awk.scm (and maybe other files) are missing?

Regards
Sidhu1f

At Wed, 9 Mar 2016 12:40:43 +0100,
Stefan Israelsson Tampe wrote:
> 
> [1  <text/plain; UTF-8 (7bit)>]
> [2  <text/html; UTF-8 (quoted-printable)>]
> You could try help developing or take advantage of:
> 
> https://gitlab.com/groups/guile-scsh
> 
> On Wed, Mar 9, 2016 at 12:37 PM, sidhu1f <sidhu1f@gmail.com> wrote:
> 
>     Anyone know what it would take to port guile-scsh to Guile 2.0?
>    
>     The reference manual points to the 'bitrotted' guile-scsh here:
>     http://cvs.savannah.gnu.org/viewvc/guile/guile-scsh/?root=guile.
>    
>     I'm mainly interested in getting awk.scm to work.
>    
>     Regards
>     sidhu1f
> 
> 



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: guile-scsh
  2016-03-10 14:25   ` guile-scsh sidhu1f
@ 2016-03-10 14:40     ` Stefan Israelsson Tampe
  2016-03-14  7:21       ` guile-scsh sidhu1f
  0 siblings, 1 reply; 7+ messages in thread
From: Stefan Israelsson Tampe @ 2016-03-10 14:40 UTC (permalink / raw
  To: Stefan Israelsson Tampe, guile-user@gnu.org, rs

[-- Attachment #1: Type: text/plain, Size: 1384 bytes --]

The awk stuff anf regexp stuff is not implemented as far as I know. It's
been a long time sinse I did this project. Mainly the macros where revritten
to interoperate better with guile and a module system was added. But I will
compile a list of files from the old code and match with the one in
guile-scsh
to see what is missing this evening.

regards
Stefan

On Thu, Mar 10, 2016 at 3:25 PM, sidhu1f <sidhu1f@gmail.com> wrote:

> Hi Stefan
>
> Could you provide some info (perhaps add a README to the project)
> regarding the project status, including what does/doesn't work
> currently, which version of guile-scsh the code is based on, and why
> awk.scm (and maybe other files) are missing?
>
> Regards
> Sidhu1f
>
> At Wed, 9 Mar 2016 12:40:43 +0100,
> Stefan Israelsson Tampe wrote:
> >
> > [1  <text/plain; UTF-8 (7bit)>]
> > [2  <text/html; UTF-8 (quoted-printable)>]
> > You could try help developing or take advantage of:
> >
> > https://gitlab.com/groups/guile-scsh
> >
> > On Wed, Mar 9, 2016 at 12:37 PM, sidhu1f <sidhu1f@gmail.com> wrote:
> >
> >     Anyone know what it would take to port guile-scsh to Guile 2.0?
> >
> >     The reference manual points to the 'bitrotted' guile-scsh here:
> >     http://cvs.savannah.gnu.org/viewvc/guile/guile-scsh/?root=guile.
> >
> >     I'm mainly interested in getting awk.scm to work.
> >
> >     Regards
> >     sidhu1f
> >
> >
>

[-- Attachment #2: Type: text/html, Size: 2227 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: guile-scsh
  2016-03-10 14:40     ` guile-scsh Stefan Israelsson Tampe
@ 2016-03-14  7:21       ` sidhu1f
  2016-03-14  8:52         ` guile-scsh Stefan Israelsson Tampe
  2016-03-14 15:33         ` guile-scsh Christopher Allan Webber
  0 siblings, 2 replies; 7+ messages in thread
From: sidhu1f @ 2016-03-14  7:21 UTC (permalink / raw
  To: Stefan Israelsson Tampe; +Cc: rs, guile-user@gnu.org

> The awk stuff anf regexp stuff is not implemented as far as I know.

While Olin Shivers' regex DSL (RX SRE syntax) is quite interesting, I'm not very
interested in that, only in awk.scm with normal guile regexp support.

> Mainly the macros where revritten to interoperate better with guile
> and a module system was added.

The code in your repo works with which version of guile?

> But I will compile a list of files from the old code and match with the one in guile-scsh
> to see what is missing this evening.

That would help.

Regards
sidhu1f

On Thu, 10 Mar 2016 20:10:05 +0530,
Stefan Israelsson Tampe wrote:
> 
> [1  <text/plain; UTF-8 (7bit)>]
> [2  <text/html; UTF-8 (quoted-printable)>]
> The awk stuff anf regexp stuff is not implemented as far as I know. It's been a long time sinse I did this project. Mainly the macros where revritten
> to interoperate better with guile and a module system was added. But I will compile a list of files from the old code and match with the one in guile-scsh
> to see what is missing this evening.
> 
> regards
> Stefan
> 
> On Thu, Mar 10, 2016 at 3:25 PM, sidhu1f <sidhu1f@gmail.com> wrote:
> 
>     Hi Stefan
>    
>     Could you provide some info (perhaps add a README to the project)
>     regarding the project status, including what does/doesn't work
>     currently, which version of guile-scsh the code is based on, and why
>     awk.scm (and maybe other files) are missing?
>    
>     Regards
>     Sidhu1f
>    
>     At Wed, 9 Mar 2016 12:40:43 +0100,
>     Stefan Israelsson Tampe wrote:
>     >
>     > [1  <text/plain; UTF-8 (7bit)>]
>     > [2  <text/html; UTF-8 (quoted-printable)>]
>     > You could try help developing or take advantage of:
>     >
>     > https://gitlab.com/groups/guile-scsh
>     >
>     > On Wed, Mar 9, 2016 at 12:37 PM, sidhu1f <sidhu1f@gmail.com> wrote:
>     >
>     >     Anyone know what it would take to port guile-scsh to Guile 2.0?
>     >
>     >     The reference manual points to the 'bitrotted' guile-scsh here:
>     >     http://cvs.savannah.gnu.org/viewvc/guile/guile-scsh/?root=guile.
>     >
>     >     I'm mainly interested in getting awk.scm to work.
>     >
>     >     Regards
>     >     sidhu1f
>     >
>     >
> 
> 



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: guile-scsh
  2016-03-14  7:21       ` guile-scsh sidhu1f
@ 2016-03-14  8:52         ` Stefan Israelsson Tampe
  2016-03-14 15:33         ` guile-scsh Christopher Allan Webber
  1 sibling, 0 replies; 7+ messages in thread
From: Stefan Israelsson Tampe @ 2016-03-14  8:52 UTC (permalink / raw
  To: Stefan Israelsson Tampe, guile-user@gnu.org, rs

[-- Attachment #1: Type: text/plain, Size: 2665 bytes --]

I'm sorry, I have not found time to do the work yet.

It shoud work with guile-2.0.
¨
Regarding awk.scm. It should be included as you say.

Regards
Stefan

On Mon, Mar 14, 2016 at 8:21 AM, sidhu1f <sidhu1f@gmail.com> wrote:

> > The awk stuff anf regexp stuff is not implemented as far as I know.
>
> While Olin Shivers' regex DSL (RX SRE syntax) is quite interesting, I'm
> not very
> interested in that, only in awk.scm with normal guile regexp support.
>
> > Mainly the macros where revritten to interoperate better with guile
> > and a module system was added.
>
> The code in your repo works with which version of guile?
>
> > But I will compile a list of files from the old code and match with the
> one in guile-scsh
> > to see what is missing this evening.
>
> That would help.
>
> Regards
> sidhu1f
>
> On Thu, 10 Mar 2016 20:10:05 +0530,
> Stefan Israelsson Tampe wrote:
> >
> > [1  <text/plain; UTF-8 (7bit)>]
> > [2  <text/html; UTF-8 (quoted-printable)>]
> > The awk stuff anf regexp stuff is not implemented as far as I know. It's
> been a long time sinse I did this project. Mainly the macros where revritten
> > to interoperate better with guile and a module system was added. But I
> will compile a list of files from the old code and match with the one in
> guile-scsh
> > to see what is missing this evening.
> >
> > regards
> > Stefan
> >
> > On Thu, Mar 10, 2016 at 3:25 PM, sidhu1f <sidhu1f@gmail.com> wrote:
> >
> >     Hi Stefan
> >
> >     Could you provide some info (perhaps add a README to the project)
> >     regarding the project status, including what does/doesn't work
> >     currently, which version of guile-scsh the code is based on, and why
> >     awk.scm (and maybe other files) are missing?
> >
> >     Regards
> >     Sidhu1f
> >
> >     At Wed, 9 Mar 2016 12:40:43 +0100,
> >     Stefan Israelsson Tampe wrote:
> >     >
> >     > [1  <text/plain; UTF-8 (7bit)>]
> >     > [2  <text/html; UTF-8 (quoted-printable)>]
> >     > You could try help developing or take advantage of:
> >     >
> >     > https://gitlab.com/groups/guile-scsh
> >     >
> >     > On Wed, Mar 9, 2016 at 12:37 PM, sidhu1f <sidhu1f@gmail.com>
> wrote:
> >     >
> >     >     Anyone know what it would take to port guile-scsh to Guile 2.0?
> >     >
> >     >     The reference manual points to the 'bitrotted' guile-scsh here:
> >     >
> http://cvs.savannah.gnu.org/viewvc/guile/guile-scsh/?root=guile.
> >     >
> >     >     I'm mainly interested in getting awk.scm to work.
> >     >
> >     >     Regards
> >     >     sidhu1f
> >     >
> >     >
> >
> >
>

[-- Attachment #2: Type: text/html, Size: 3920 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: guile-scsh
  2016-03-14  7:21       ` guile-scsh sidhu1f
  2016-03-14  8:52         ` guile-scsh Stefan Israelsson Tampe
@ 2016-03-14 15:33         ` Christopher Allan Webber
  1 sibling, 0 replies; 7+ messages in thread
From: Christopher Allan Webber @ 2016-03-14 15:33 UTC (permalink / raw
  To: sidhu1f; +Cc: rs, guile-user@gnu.org

sidhu1f writes:

>> The awk stuff anf regexp stuff is not implemented as far as I know.
>
> While Olin Shivers' regex DSL (RX SRE syntax) is quite interesting, I'm not very
> interested in that, only in awk.scm with normal guile regexp support.

If you're using Guix, I've packaged Irregex, which is mostly based on
the forementioned DSL, for Guile with the package guile-irregex.  It's
pretty cool!



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-03-14 15:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-09 11:37 guile-scsh sidhu1f
2016-03-09 11:40 ` guile-scsh Stefan Israelsson Tampe
2016-03-10 14:25   ` guile-scsh sidhu1f
2016-03-10 14:40     ` guile-scsh Stefan Israelsson Tampe
2016-03-14  7:21       ` guile-scsh sidhu1f
2016-03-14  8:52         ` guile-scsh Stefan Israelsson Tampe
2016-03-14 15:33         ` guile-scsh Christopher Allan Webber

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