On Sun, Jul 6, 2008 at 3:55 PM, Alfredo Beaumont
<[EMAIL PROTECTED]> wrote:
> After seeing that ctags[1] has no support for factor code, I have decided to
> add it myself... but instead of patching ctags/etags programs, I thought it'd
> much easier and more fun, thanks to its reflection features, to add this
> feature with factor program. You can get it from my git repo[2]. Being this
> my first factor program, I'd thank any comment or review about it.

It looks good! I made a minor change, I hope you don't mind -- { }
2sequence is better written as 2array (this is how 2array is defined).

Also you might want to look into the set-file-lines word, instead of
doing [ [ ... print ] each ] with-file-writer. Less nesting that way.

It's always good to have a new contributor in the community, I hope to
see many more patches from you! ;-)

Slava

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to