Factor/FAQ/Unanswered questions

Add ideas for questions here, and we'll answer them and incorporate the answers into the FAQ.

Q: How are hashes implemented in Factor? Generically, how can hashes be implemented efficiently within a language where the principle data structure is a stack?

I've added an answer to Develop.

Q: how do I inspect the source code of a word?

  • - metaperl

Q: If I were going to create a series of vocabularies based around text, is there hierarchy support? e.g. text.lorem, text.leetspeak, text.balanced

or should they have just underscores in their name? textlorem

A: there's hierarchy support. USE: foo.bar loads foo/bar/bar.factor

This revision created on Sun, 21 Feb 2010 02:56:01 by metaperl (hierarchy question)