Re: [Factor-talk] SVG

2009-08-24 Thread Glenn Tarcea
in I'd be willing to review with you what I have and we could go from there. Thanks, Glenn V. Glenn Tarcea gtar...@umich.edu On Aug 24, 2009, at 5:49 PM, Hugh Aguilar wrote: BTW, how is the Berkely DB bindings project going? Message: 5 Date: Sun, 23 Aug 2009 20:22:25 -0700 From: Adam

[Factor-talk] alien.inline request

2009-08-09 Thread Glenn Tarcea
, rather than an external c file that I need to require users to build in order to use my interface in factor. Thanks, Glenn V. Glenn Tarcea gtar...@umich.edu -- Let Crystal Reports handle the reporting - Free Crystal

Re: [Factor-talk] So cool - alien.inline

2009-07-11 Thread Glenn Tarcea
Yes, the marshalling may indeed be useful. I'm looking forward to see it. Thanks, Glenn V. Glenn Tarcea gtar...@umich.edu On Jul 10, 2009, at 9:52 PM, Jeremy Hughes wrote: Hi Glenn, Glad you like it. The next step is alien.marshall. It builds on alien.inline to add automatic

[Factor-talk] So cool - alien.inline

2009-07-10 Thread Glenn Tarcea
suggested I document and wrap unit tests around the BerkeleyDB interface when I previously piped up about my little port. I think I'll switch over to your alien.inline and finally get around to writing the documentation and unit tests. Thanks, Glenn V. Glenn Tarcea gtar...@umich.edu

Re: [Factor-talk] Berkeley DB

2009-05-08 Thread Glenn Tarcea
and to minimize stack shuffles, etc... Thanks, Glenn V. Glenn Tarcea gtar...@umich.edu On May 8, 2009, at 2:09 PM, Slava Pestov wrote: Hi Glenn, I encourage you to whip up some docs and tests and release this library. We can give you feedback for cleaning it up if necessary. A lot

Re: [Factor-talk] Locals Usage

2009-01-23 Thread V. Glenn Tarcea
to use it at work and hope to expand the opportunities. Now if I could only convince more people that stack based isn't so scary... Glenn V. Glenn Tarcea gtar...@umich.edu -Original Message- From: Samuel Tardieu [mailto:s...@rfc1149.net] Sent: Thursday, January 22, 2009 2:35 PM

[Factor-talk] Fuel bug with quotes

2009-01-21 Thread V. Glenn Tarcea
to be getting confused when it encounters a string like: \\t\ In the editor it's showing everything after the quotes (all words, etc.) in the color indicating that they are inside a string. However this seems to work (in terms of highlighting): \ \t \ Thanks, Glenn V. Glenn Tarcea

Re: [Factor-talk] Accessing multiple slots without using dup and swap

2009-01-12 Thread V. Glenn Tarcea
Hi Ludovic, You might want to check out the bi word. eg: M: rectangle area [ width ] [ height ] bi * ; There is a really nice tutorial at http://elasticdog.com/ Look under the 'combinators' part for a description of the bi (and other combinators) word. Thanks, Glenn V. Glenn Tarcea

Re: [Factor-talk] \\ with enhanced cleave

2008-11-29 Thread Glenn Tarcea
around with to see if it becomes easier to read. Maybe it's like fry? '[ didn't stand out at first until I got used to looking for it. Thanks, Glenn V. Glenn Tarcea [EMAIL PROTECTED] On Nov 28, 2008, at 1:57 PM, Eduardo Cavazos wrote: Hello, Marc Fauconneau (prunedtree on #concatenative

[Factor-talk] Syndication issue?

2008-11-26 Thread V. Glenn Tarcea
. Dispatching on object: f I tried this against the latest public build of Factor on Windows (factor-winnt-x86-32-2008-11-18-09-05.zip) Thanks, Glenn V. Glenn Tarcea [EMAIL PROTECTED] Hey buddy, can you paradigm

Re: [Factor-talk] Syndication issue?

2008-11-26 Thread V. Glenn Tarcea
either has no url, or is not being parsed properly. Either way, at this point the url is f. Thanks, Glenn V. Glenn Tarcea [EMAIL PROTECTED] Hey buddy, can you paradigm? _ From: V. Glenn Tarcea [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2008 11:29 AM

Re: [Factor-talk] Indentation in Emacs with factor-mode

2008-11-16 Thread Glenn Tarcea
Hi, You can fix the tabs on indent by putting the following in your .emacs (I also do this for my lisp code): (setq-default indent-tabs-mode nil) V. Glenn Tarcea [EMAIL PROTECTED] On Nov 15, 2008, at 9:22 PM, Eduardo Cavazos wrote: On Saturday 15 November 2008 19:35:53 Jose A. Ortega

[Factor-talk] Small 'bug' in factor.el

2008-11-16 Thread Glenn Tarcea
is the Factor code. Thanks, Glenn V. Glenn Tarcea [EMAIL PROTECTED] - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand

Re: [Factor-talk] Small 'bug' in factor.el

2008-11-16 Thread Glenn Tarcea
It looks like factor.el didn't get recompiled on my system until I made a change. Never mind this bug report. Glenn V. Glenn Tarcea [EMAIL PROTECTED] On Nov 16, 2008, at 8:27 PM, Glenn Tarcea wrote: The changes in the factor.el are great! One small 'problem' I found is that when

[Factor-talk] Some fun handling constants

2008-10-18 Thread Glenn Tarcea
similar already exists? Either way it was fun writing them :-) Glenn V. Glenn Tarcea [EMAIL PROTECTED] - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications

Re: [Factor-talk] Some fun handling constants

2008-10-18 Thread Glenn Tarcea
The Factor libraries are so extensive it's hard to keep track/learn them all :-) When's the Factor compendium coming out? :-) Thanks! Glenn V. Glenn Tarcea [EMAIL PROTECTED] On Oct 18, 2008, at 9:52 PM, Slava Pestov wrote: Hi, There's a 'flags' macro in math.bitwise: { DB_CREATE

Re: [Factor-talk] Bad libfreetype.6.dylib?

2008-09-20 Thread Glenn Tarcea
Hi Doug, 10.4 is going to be around for a while, it seems like its worth supporting. At the company I work at we haven't upgraded a single Mac to 10.5. Was there official announcement dropping support for 10.5? Thanks, Glenn V. Glenn Tarcea [EMAIL PROTECTED] On Sep 20, 2008, at 11

Re: [Factor-talk] Bad libfreetype.6.dylib?

2008-09-20 Thread Glenn Tarcea
the same with 10.4. I don't really want to run Factor in a VM. Oh well, I guess this was the kick in the pants I needed to upgrade to Leopard... Thanks, Glenn V. Glenn Tarcea [EMAIL PROTECTED] On Sep 20, 2008, at 4:20 PM, Slava Pestov wrote: Hi Glenn, Since I don't want to complicate

Re: [Factor-talk] Bad libfreetype.6.dylib?

2008-09-20 Thread Glenn Tarcea
Thanks Joe, I think I'll not fight against the tide and just upgrade. I have the disk in hand now :-) Glenn V. Glenn Tarcea [EMAIL PROTECTED] On Sep 20, 2008, at 4:39 PM, Joe Groff wrote: On Sep 20, 2008, at 10:09 AM, Glenn Tarcea wrote: Hi Doug, 10.4 is going to be around

[Factor-talk] BerkeleyDB Port Update/Question

2008-08-30 Thread Glenn Tarcea
. Thanks, Glenn V. Glenn Tarcea [EMAIL PROTECTED] Hey brother, can you paradigm? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win

Re: [Factor-talk] BerkeleyDB Port Update/Question

2008-08-30 Thread Glenn Tarcea
, 2008, at 3:15 AM, Slava Pestov wrote: Hi, I don't understand the problem you're having with aliens. Aliens can be assigned to slots and there is never any reason to call alien-address and alien unless you need to do address arithmetic. Slava On Sat, Aug 30, 2008 at 1:02 AM, Glenn Tarcea

Re: [Factor-talk] BerkeleyDB Port Update/Question

2008-08-30 Thread Glenn Tarcea
, 2008 at 1:02 AM, Glenn Tarcea [EMAIL PROTECTED] wrote: Hi, Is there a way to override the xxx xxx accessors? The reason I ask is I have code in the BerkeleyDB interface I'm working on that looks as follows: : DB-ENV ( -- DB-ENV/f ) [let | err [ 0 int ] | 0 err db_env_creat err *int

[Factor-talk] Executing words on data farther up the stack

2008-08-21 Thread V. Glenn Tarcea
I'm working my way through supporting all the other operators. Would this be of use to anyone else? Is there perhaps a better way? I've noticed I'm doing a fair bit of stack shuffling in my code as I slowly get used to working with the stack. Thanks, Glenn V. Glenn Tarcea [EMAIL

Re: [Factor-talk] Executing words on data farther up the stack

2008-08-21 Thread Glenn Tarcea
-class)) (if ( a 10) (error bad value) (with-slots (a) my-class (setf a value It looks like the a and a for a tuple would be automatically created and can't be hidden or overridden, is that true? Thanks, Glenn V. Glenn Tarcea [EMAIL PROTECTED] Hey brother, can you

Re: [Factor-talk] Executing words on data farther up the stack

2008-08-21 Thread Glenn Tarcea
Hi Ed, Thanks for the suggestion! If I did this could I have multiple databases open? That is, if my constructor was bdb and I did that twice, could I associate a variable with each bdb instance? Thanks, Glenn On Aug 21, 2008, at 10:21 PM, Eduardo Cavazos wrote: V. Glenn Tarcea wrote

[Factor-talk] Tracking down errors and warnings

2008-08-15 Thread V. Glenn Tarcea
When I load the project I am working on I get a print out like: :errors - print 2 semantic errors. :warnings - print 6 semantic warnings. However, my code seems to run just fine. How can I track down what factor is complaining about? Thanks, Glenn V. Glenn Tarcea [EMAIL PROTECTED

[Factor-talk] Definition of subset

2008-07-17 Thread Glenn Tarcea
Hi, I've been trying to find the definition for subset. I've seen it used in examples on the web, and in some of the factor code, but I can't find a definition for it or a vocabulary to load that contains it (I did a 'find . -name '*.factor' -exec grep 'subset' {} \; -print in the

Re: [Factor-talk] Definition of subset

2008-07-17 Thread V. Glenn Tarcea
, It has been replaced by filter: http://code-factor.blogspot.com/2008/04/word-renaming-part-2.html I had the same problem a few months ago. Gal _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glenn Tarcea Sent: Thursday, July 17, 2008 2:06 PM To: factor-talk

Re: [Factor-talk] Tracing word execution?

2008-07-13 Thread Glenn Tarcea
Excellent. That worked. I had the walker up, but the C-w puts me right at the word. I was getting lost in the continuations. Thanks! Glenn On Jul 13, 2008, at 7:00 PM, William Schlieper wrote: Glenn Tarcea wrote: Is there a way to trace the execution of words? or Single step through

Re: [Factor-talk] Compiling Factor on MacOSX (Tiger) fails

2008-07-11 Thread V. Glenn Tarcea
page to correct this mistake. Thanks to Chris Double for pointing out the correct command. Sorry for the inconvenience, Slava On Thu, Jul 10, 2008 at 11:29 PM, Glenn Tarcea [EMAIL PROTECTED] wrote: Hi, About a week ago I built Factor on my MacBook Pro running Tiger. Tonight I updated