Re: [Factor-talk] Google+ Factor community and first question

2015-01-16 Thread mr wzrd
On 01/16/2015 04:46 AM, Marc Hanisch wrote: I'm trying to create a word which recursive loops over all files in a directory and sums the filesizes. I entered the following steps into the listener: Try this ... home f recursive-directory-files [ link-info size ] map sum - mrw

Re: [Factor-talk] Google+ Factor community and first question

2015-01-16 Thread mr wzrd
On 01/16/2015 04:46 AM, Marc Hanisch wrote: Hell list, I've discovered Factor some days ago and am really impressed! On the search for more information I couldn't believe that there is no community / forum / whatever - except this mailinglist - where users can exchange. So I've created a

Re: [Factor-talk] A stub of a package manager

2014-12-17 Thread mr wzrd
On 12/17/2014 09:20 AM, Andrea Ferretti wrote: Hi, following this [small discussion](https://news.ycombinator.com/item?id=8750720) I thought I might give a try at designing a simple package manager. Neat idea. One of the benefits to the one big tree that we have right now is that we guarantee

Re: [Factor-talk] Data format macro

2014-12-15 Thread mr wzrd
On 12/15/2014 12:34 PM, John Benediktsson wrote: We should probably make a UI test window that shows examples of all the controls, that might exist but I'm not aware of it. This would be cool. - mrw -- Download

Re: [Factor-talk] Factor 0.97 now available

2014-11-04 Thread mr wzrd
On 11/04/2014 09:45 AM, Björn Lindqvist wrote: Could you (and mr wzrd) run: /sbin/ldconfig -p | grep gtk and paste the output of that command? $ /sbin/ldconfig -p | grep gtk libwebkitgtk-3.0.so.0 (libc6,x86-64) = /usr/lib/x86_64-linux-gnu/libwebkitgtk-3.0.so.0 libwebkitgtk

Re: [Factor-talk] Factor 0.97 now available

2014-11-04 Thread mr wzrd
On 11/04/2014 01:02 PM, Björn Lindqvist wrote: You and mr wzrd, run this in a terminal: $ ./factor -run=listener IN: scratchpad gtk.ffi reload IN: scratchpad save Then Factors GUI should start. I've written an explanation of the bug here: https://github.com/slavapestov

Re: [Factor-talk] Factor 0.97 now available

2014-11-03 Thread mr wzrd
Don't have /usr/lib/libgtk-x11-2.0.so.0. On 11/02/2014 11:11 PM, John Benediktsson wrote: Do you have a /usr/lib/libgtk-x11-2.0.so.0? On Sun, Nov 2, 2014 at 8:00 PM, mr wzrd wzr...@gmail.com mailto:wzr...@gmail.com wrote: Got this error after downloading and unpacking the 0.97 tarball

Re: [Factor-talk] Factor 0.97 now available

2014-11-03 Thread mr wzrd
that Algol took over the world in 1960! Thanks, John. Cheers, mrw On Nov 3, 2014, at 11:24 AM, mr wzrd wzr...@gmail.com mailto:wzr...@gmail.com wrote: Don't have /usr/lib/libgtk-x11-2.0.so.0. On 11/02/2014 11:11 PM, John Benediktsson wrote: Do you have a /usr/lib/libgtk-x11-2.0.so.0

Re: [Factor-talk] Factor 0.97 now available

2014-11-03 Thread mr wzrd
On 11/03/2014 11:54 PM, John Benediktsson wrote: Ok, if you look at the top of gtk.ffi vocabulary, you'll see the new way we look for libraries: gtk { { linux gtk-x11-2.0 } { windows libgtk-win32-2.0-0 } } os of [ find-library cdecl add-library ] when*

Re: [Factor-talk] Factor 0.97 now available

2014-11-02 Thread mr wzrd
Got this error after downloading and unpacking the 0.97 tarball ... $ ./factor Cannot resolve C library function Library: DLL /usr/lib/libgtk-x11-2.0.so.0 Symbol: gtk_init DlError: none See http://concatenative.org/wiki/view/Factor/Requirements (U) Quotation: [ c-to-factor - ] Word:

Re: [Factor-talk] Can't open graphical listener in Ubuntu 12.04

2014-09-16 Thread mr wzrd
I couldn't find glxgears or the package mesa-utils. Are these in Factor? -John Was unable to install *anything* with apt-get from Ubuntu 12.04. http://stackoverflow.com/questions/25350405/sudo-apt-get-update-not-working Seems that the sources list has changed with the move to 14.04.

Re: [Factor-talk] Can't open graphical listener in Ubuntu 12.04

2014-09-16 Thread mr wzrd
I couldn't find glxgears or the package mesa-utils. Are these in Factor? -John Ideally, would reinstall with something more stable, like the latest plain Debian. Debian, however, doesn't automatically handle secure boot mode, whereas Ubuntu 14.04 does.

Re: [Factor-talk] Can't open graphical listener in Ubuntu 12.04

2014-09-16 Thread mr wzrd
On 09/16/2014 05:44 PM, mr wzrd wrote: I couldn't find glxgears or the package mesa-utils. Are these in Factor? -John Ideally, would reinstall with something more stable, like the latest plain Debian. Even more ideally, there would be enough functionality within Factor to make

[Factor-talk] OpenPGP

2014-09-14 Thread mr wzrd
Hello list. Any implementations of OpenPGP out there, in Factor? -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably reliable.

Re: [Factor-talk] OpenPGP

2014-09-14 Thread mr wzrd
Something like this would be cool ... http://www.stupidfool.org/perl/openpgp/ On 09/14/2014 11:05 PM, mr wzrd wrote: Hello list. Any implementations of OpenPGP out there, in Factor? -- Want excitement? Manually

Re: [Factor-talk] how to calculate count of days

2014-09-07 Thread mr wzrd
Wondering how the date vs datetime distinction, and other distinctions regarding time, play out in Factor with HTML5. http://www.w3schools.com/html/html5_form_input_types.asp - mrw On 09/05/2014 12:34 PM, Jon Harper wrote: On Fri, Sep 5, 2014 at 6:19 PM, Alex Vondrak ajvond...@gmail.com

Re: [Factor-talk] Dollar amounts

2014-09-03 Thread mr wzrd
Then again, once one has got gpg working, with the commands saved in the terminal history, it is easier just to hit the up arrow a few times, recall the last working command, and hit enter ... Speaking of which, does the listener support command history?

Re: [Factor-talk] Dollar amounts

2014-09-03 Thread mr wzrd
On 09/03/2014 04:25 AM, Georg Simon wrote: Am Wed, 03 Sep 2014 04:20:06 -0400 schrieb mr wzrd wzr...@gmail.com: Speaking of which, does the listener support command history? What I know is that it remembers the current session. Ctrl+P previous Ctrl+N next Is there a way to map Ctrl+P

Re: [Factor-talk] Dollar amounts

2014-09-03 Thread mr wzrd
On 09/03/2014 04:25 AM, Georg Simon wrote: Am Wed, 03 Sep 2014 04:20:06 -0400 schrieb mr wzrd wzr...@gmail.com: Speaking of which, does the listener support command history? What I know is that it remembers the current session. Ctrl+P previous Ctrl+N next /Danke schön/ this is what I

Re: [Factor-talk] Dollar amounts

2014-09-03 Thread mr wzrd
On 09/03/2014 11:39 AM, John Porubek wrote: On Wed, Sep 3, 2014 at 4:20 AM, mr wzrd wzr...@gmail.com wrote: Speaking of which, does the listener support command history? You can wrap the console version of the listener with rlwrap which gives you persistent command history (very useful!). See

Re: [Factor-talk] Dollar amounts

2014-09-02 Thread mr wzrd
06:17 PM, mr wzrd wrote: Would be cool to have the whole OS centered around the listener, rather than the terminal. On 09/01/2014 02:13 PM, John Benediktsson wrote: If you use ``ui.clipboards``, you can do this: IN: scratchpad USE: ui.clipboards IN: scratchpad Factor is awesome

Re: [Factor-talk] Dollar amounts

2014-09-02 Thread mr wzrd
The next question would be how to integrate hand-written HTML page elements with generated HTML. (Flashback to J2EE... ) Duck and cover! On 09/03/2014 12:00 AM, mr wzrd wrote: Was thinking about the fact that some GUI's are wrappers around an existing command-line utility. On linux, brasero

Re: [Factor-talk] Dollar amounts

2014-09-01 Thread mr wzrd
-content Now, just paste! (One could argue the api could be a little cleaner and hide the use of namespaces when using the standard system clipboard, so if you have suggestions after using it, let us know). On Wed, Aug 27, 2014 at 11:02 PM, mr wzrd wzr...@gmail.com mailto:wzr...@gmail.com

Re: [Factor-talk] Dollar amounts

2014-08-28 Thread mr wzrd
wrote: Try the table. word. On Aug 27, 2014 10:48 PM, mr wzrd wzr...@gmail.com wrote: What is the best way to get an array of arrays to look like a spreadsheet? -- Slashdot TV. Video for Nerds. Stuff that matters

Re: [Factor-talk] Dollar amounts

2014-08-28 Thread mr wzrd
Oh wait, table returned a bunch of results, but table. led me to simple-table., which prints out a nice little table, right out of the box. Cheers. -- Slashdot TV. Video for Nerds. Stuff that matters.

Re: [Factor-talk] Dollar amounts

2014-08-28 Thread mr wzrd
Is there a word for printing to the clipboard instead of to the listener output? -- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ ___ Factor-talk

Re: [Factor-talk] Dollar amounts

2014-08-27 Thread mr wzrd
What is the best way to get an array of arrays to look like a spreadsheet? -- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ ___ Factor-talk

[Factor-talk] cleave combinator

2014-08-26 Thread mr wzrd
Hello list. How would one use the cleave combinator to accumulate results into a sequence instead of onto the stack? Initially I have one object on the stack and five quotations to apply to it. Makes sense to define a 5array operation? Still, there should be a general way to get the results

[Factor-talk] Dollar amounts

2014-08-26 Thread mr wzrd
Also, was wondering if there is planned future support for dollar amounts. Wondering how dollar amounts could be defined using the existing number classes. The dollar amounts I was working with are initially stored as strings. I could not compare values as strings, because 70.70 would not be

Re: [Factor-talk] Dollar amounts

2014-08-26 Thread mr wzrd
Isn't it wonderful when one thinks, Gee wouldn't it be nice if we had ..., and it is already there. On Tue, Aug 26, 2014 at 11:16 PM, Doug Coleman doug.cole...@gmail.com wrote: Try the decimals and money vocabularies. On Aug 26, 2014 8:14 PM, mr wzrd wzr...@gmail.com wrote: Also

Re: [Factor-talk] cleave combinator

2014-08-26 Thread mr wzrd
, or experiment with { } outputsequence. On Aug 26, 2014 8:30 PM, mr wzrd wzr...@gmail.com wrote: outputarray does not seem to like the fact that the objects on the stack are arrays. On Tue, Aug 26, 2014 at 11:15 PM, mr wzrd wzr...@gmail.com wrote: Thanks. ''Infers the number of outputs from

Re: [Factor-talk] cleave combinator

2014-08-26 Thread mr wzrd
. It should be working. On Aug 26, 2014 9:00 PM, mr wzrd wzr...@gmail.com wrote: Generic word call does not define a method for the array class. Dispatching on object: { asdf } On Tue, Aug 26, 2014 at 11:56 PM, Doug Coleman doug.cole...@gmail.com wrote: That's not the problem. It shouldn't

Re: [Factor-talk] cleave combinator

2014-08-26 Thread mr wzrd
Sometimes it just takes a short break from the keyboard to let the stupidity evaporate. On Wed, Aug 27, 2014 at 1:13 AM, mr wzrd wzr...@gmail.com wrote: Er, I am daft. Ignored the fact that outputarray expects a quotation. Sometimes it just takes a short break from the keyboard to regain

[Factor-talk] Stack effect declaration is wrong

2014-08-24 Thread mr wzrd
Hello list. Sometimes I get an error that a stack effect declaration is wrong, and then can't figure out why. --- The word historical-prices-from-year cannot be executed because it failed to compile Stack effect declaration is wrong inferred ( x x x x -- x )

Re: [Factor-talk] Stack effect declaration is wrong

2014-08-24 Thread mr wzrd
Er, nevermind, seems to work now somehow. On 08/24/2014 01:01 PM, mr wzrd wrote: Hello list. Sometimes I get an error that a stack effect declaration is wrong, and then can't figure out why. --- The word historical-prices-from-year cannot be executed

Re: [Factor-talk] cdr

2014-07-06 Thread mr wzrd
Does anyone use the listener as their email client? -- Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect

[Factor-talk] cdr

2014-06-26 Thread mr wzrd
Is it possible to burn a cd from Factor? -- Open source business process management suite built on Java and Eclipse Turn processes into business applications with Bonita BPM Community Edition Quickly connect people,

Re: [Factor-talk] cdr

2014-06-26 Thread mr wzrd
Er, I mean, burn a cd using Factor, from the listener. On 06/27/2014 12:43 AM, mr wzrd wrote: Is it possible to burn a cd from Factor? -- Open source business process management suite built on Java and Eclipse Turn

[Factor-talk] [ planet-factor ] site down

2014-03-01 Thread mr wzrd
Cannot connect to planet.factorcode.org today. -- Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer Customize your own