REBOL 3.0

Comments on: Help for module list and beyond?

Carl Sassenrath, CTO
REBOL Technologies
11-May-2009 19:28 GMT

Article #0198
Main page || Index || Prior Article [0197] || Next Article [0199] || 2 Comments || Send feedback

As more features of R3 become modules we will want an easy way to ask: what modules are installed?

A skilled REBOLer will know how to write:

foreach [name mod] system/modules [print trim spec-of mod]

but something more friendly (and shorter) would be handy.

Since the help function is our primary "gateway" to information, it seems like the best choice for enhancement.

For example, we could allow literal words to refer to categories:

help 'modules

would print out a list of the installed modules.

That method would also allow us to add:

help 'schemes
help 'codecs
help 'plugins
help 'gui-styles
help 'functions
help 'datatypes

and other such categories.

Although, it should be noted that it's also possible to allow:

help modules

However, I think experts see the problem with that method: it starts us down a path of mapping-out certain keywords in help (because normally, that line would give you help for the variable called modules.)

2 Comments

Comments:

Gregg Irwin
11-May-2009 19:25:23
In the question posed at the top of the blog, you used the word 'what. I think WHAT is the better word to use for this and, while I'm at it, I'll suggest that the query spec should be a dialect.

I'd also like a way to use WHAT and HELP programatically.

Carl Sassenrath
11-May-2009 23:00:07
WHAT seems like a good choice. It's already list-oriented and avoids the arg conflict we hit with HELP.

I'm ok with a query dialect, as long as simple is simple, such as allowing default cases like:

what modules

For your second point, WHAT and HELP themselves could just be thin wrappers into abstracted core functions that could be used programatically. I agree: quite useful for GUI's, IDE's, editors, web-sites, etc.

Post a Comment:

You can post a comment here. Keep it on-topic.

Name:

Blog id:

R3-0198


Comment:


 Note: HTML tags allowed for: b i u li ol ul font span div a p br pre tt blockquote
 
 

This is a technical blog related to the above topic. We reserve the right to remove comments that are off-topic, irrelevant links, advertisements, spams, personal attacks, politics, religion, etc.

REBOL 3.0
Updated 26-Apr-2024 - Edit - Copyright REBOL Technologies - REBOL.net