# symbol
pelrestak <neil@quill.plus.com> — 2003-01-28 18:53:44
I am putting together a Joy mode for the Jed text editor, in order for
bracket checking to work I need to rely on # acting as a single line
comment character.
Joy seems quite happy with this, though I cannot find any example of
its use in the disrto.
Ok to use # ?
Neil
phimvt@lurac.latrobe.edu.au — 2003-01-29 01:46:22
On Tue, 28 Jan 2003, pelrestak <
neil@...> wrote:
> I am putting together a Joy mode for the Jed text editor, in order for
> bracket checking to work I need to rely on # acting as a single line
> comment character.
> Joy seems quite happy with this, though I cannot find any example of
> its use in the disrto.
The # character for end-of-line comments is a recent addition.
Since then I have only written one library: grmlib.joy on the main
Joy page, and it uses this new feature.
> Ok to use # ?
Yes.
> Neil
(Nice "Ruple" page, Neil. Will you now compose symphonies in Joy ?)
- Manfred
pelrestak <neil@quill.plus.com> — 2003-01-29 09:32:37
--- In
concatenative@yahoogroups.com, phimvt@l... wrote:
>
> On Tue, 28 Jan 2003, pelrestak <neil@q...> wrote:
>
> > I am putting together a Joy mode for the Jed text editor, in order for
> > bracket checking to work I need to rely on # acting as a single line
> > comment character.
> > Joy seems quite happy with this, though I cannot find any example of
> > its use in the disrto.
>
> The # character for end-of-line comments is a recent addition.
> Since then I have only written one library: grmlib.joy on the main
> Joy page, and it uses this new feature.
>
> > Ok to use # ?
>
> Yes.
>
> > Neil
>
> (Nice "Ruple" page, Neil. Will you now compose symphonies in Joy ?)
>
> - Manfred
I'll try :) Joy seems a little beyond me at present so it will be an
interesting path to travel.
Neil