From: pito <pi...@vo...> - 2010-07-28 21:01:57
|
Matthias, when you do insist on case sensitivness than do make the forth words uppercase... There are tons of sw and libraries on the web you cannot run easily as they are uppercase... Who actually needs case sensitive forth?? PS: It is interesting how the creators of such nice sw implementations do insist on something, which an average user does not understand.. I've tried FlashForth recently (have a look on it - a lot of ineresting features you may utilise), however the creator does insist on FOR NEXT instead of DO LOOP. Frankly, I do not understand that..Pito ----- PŮVODNÍ ZPRÁVA ----- Od: "Matthias Trute" <mt...@we...> Komu: "Everything around amforth" <amf...@li...>Předmět: Re: [Amforth-devel] amforth - how to make him case Datum: 28.7.2010 - 20:26:22 > Hi, > > > Hi friends, > > is there any trick how to make him Case > > insensitive? > amforth is case sensitive, I may change that > sometimes,but now. A quick fix is a simple case converter, > like perl or tr, but I do not know about such > toolsfor Windows ;=) > > PS: the python scripts could do the job as well, > there are python build-in functions to convert > case, but see above not for Windows... > > maybe VBS or javascript could be used as well... > > Matthias > |