I recently ported symtab.factor over to Forth. During that process I discovered a bug in the Factor version that I fixed. Here is the new version: www.rosycrew.org/symtab.factor Here is the Forth version and another file containing some basic support: www.rosycrew.org/symtab.4th www.rosycrew.org/novice.4th
In some respects, the Forth version is more readable than the Factor version. Look at these words: STRONG-SIDE and <FIND-KEY>. The Factor version has a lot of stair-stepping IF conditionals, which I find to be very confusing. The Forth version avoid this by using EXIT. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
