Re: [Factor-talk] Factor educational tools

2010-03-27 Thread Max Lupke
Hi Henrik, Man this is so awesome! A suggestion: did you have a look at the fjsc vocab? I don't know whether it's functional but it's in extra, so there may be some hope. But you seem to take stack effect declarations for normal words, : square ( n -- n*n ) dup * ; 3 square fails with unknown wor

[Factor-talk] Factor Blog Gitutorial

2010-03-25 Thread Max Lupke
Hi folks, At http://github.com/malu/factor-blog-gitutorial I've got pushed a series of commit which should represent a tutorial on how to write a blog using Furnace. At the moment it's just able to create, list and view post but this will change shortly. Feedback is greatly appreciated! Max

[Factor-talk] [Pull request] Internationalization vocab

2010-02-27 Thread Max Lupke
Hi everybody, In my i18n branch at http://github.com/malu/factor/tree/i18n I have a simple internationalization vocab and a Chloe tag for translating Chloe templates. I would love getting some feedback about it in general and whether this could get merged into master. Also, at http://github.com/m

Re: [Factor-talk] fully-qualified word names

2010-02-23 Thread Max Lupke
Hi Terrence, Have a look at the QUALIFIED: and QUALIFIED-WITH: parsing words: (listener) QUALIFIED: data-maker.field.first-name data-maker.field.first-name:female or (listener) QUALIFIED-WITH: data-maker.field.first-name first-name first-name:female Keep in mind, when qualifying a vocab you don'

Re: [Factor-talk] Banned from #concatenative channel

2010-02-02 Thread Max Lupke
Thanks everybody, but the issue was already solved a few moments after sending the mail. I just didn't think it was necessary to inform everybody, my fault. ;) Max -- The Planet: dedicated and managed hosting, cloud storag

[Factor-talk] Banned from #concatenative channel

2010-02-01 Thread Max Lupke
Hi guys, I don't know if the mailinglist is the right place for this but I can't think of any other way to contact you about this. For several days now I've been trying to join the #concatenative channel on freenode but all I get is this nice notice which says "You are banned". ;) It'd be nice if

Re: [Factor-talk] boot failure in x86 only

2009-10-15 Thread Max Lupke
Broken for me also, but I get another error: Loading vocab:bootstrap/bootstrap-error.factor [ [ ~quotation~ dip dip ] dip -> [ in>> length ] [ out>> length ] [ ] tri [ check-datastack ] dip [ wrong-values ] curry unless ] [ swap [ call ] dip -> ] [ swap >c call -> c> drop ] [ milli

Re: [Factor-talk] Browser UI improvements

2009-08-17 Thread Max Lupke
Short and simple: That looks great! :) Maximilian Lupke -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what y