JwithStrings/Managing Words And Locales

From J Wiki
Jump to navigation Jump to search

J with Strings: Managing Words And Locales

Back to: Table of Contents

J stores collections of words in different locales. These locales can be named, or they can be numbered, when you don't want the bother of generating a name.

Finding your way around the existing locales, or generating new ones, entails handling strings. Lists of locale names, and lists of their contents, form an important kind of string data. In this chapter we discuss how to handle this sort of data, how J handles it, some J utilities you ought to know about, and how to write additional utilities for this purpose.


Lists of J words and managing locales

locale contents

list_z_

finding where a given word is defined

whs sees

use of: edit

conames

co

immex

browsing the library locales: j jadefull jijs

lobrow


-- Ian Clark <<DateTime(2012-08-25T09:57:37Z)>>