Re: [Factor-talk] Gödel Numbering

2015-01-19 Thread mr wzrd
On 01/19/2015 05:24 PM, Alex Vondrak wrote: Factor seems to encapsulate a lot of knowledge that a student of computer science might encounter. Not sure quite what that means, but in a trivial sense, this would be true of any (Turing complete) programming language. ;) Just that some

[Factor-talk] Gödel Numbering

2015-01-19 Thread mr wzrd
http://re-factor.blogspot.com/2015/01/godel-numbering.html Factor seems to encapsulate a lot of knowledge that a student of computer science might encounter. Does anyone else think that a university math course sequence is then more valuable than a typical Java/C++ CS/IT sequence? http://ww

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 crea

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] 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 guarante

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 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 o

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/lib

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-03 Thread mr wzrd
Sorry that Algol took over the world in 1960! Thanks, John. Cheers, mrw On Nov 3, 2014, at 11:24 AM, mr wzrd <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

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 <mailto:wzr...@gmail.com>> wrote: Got this error after downloading and unpacking th

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: c-to-f

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 wit

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. http://en.wikipedia.org/wiki/Unifi

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. Solutio

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? Ma

[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] 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

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 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 (

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 : 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 needed, but am just

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 : 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 to the up arrow, and

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 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 and cdrecord are one example. Then was thinking about man pages and the fact that some have been converted from their original

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, br

Re: [Factor-talk] Dollar amounts

2014-09-02 Thread mr wzrd
On 09/01/2014 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 &qu

Re: [Factor-talk] sudo apt-get install

2014-09-02 Thread mr wzrd
Any plans for a "trusty" version? On 09/02/2014 12:22 PM, John Porubek wrote: On Mon, Sep 1, 2014 at 10:15 AM, Georg Simon wrote: Am Mon, 01 Sep 2014 05:32:05 -0400 schrieb mr wzrd : Hello list. Seem to remember seeing some posts about being able to install Factor via apt-get

Re: [Factor-talk] Dollar amounts

2014-09-01 Thread mr wzrd
-clipboard-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 <mailto:wzr...@gmail.com>&

[Factor-talk] sudo apt-get install

2014-09-01 Thread mr wzrd
Hello list. Seem to remember seeing some posts about being able to install Factor via apt-get in debian/Ubuntu. Is it the case? If so, where is the package? -- Slashdot TV. Video for Nerds. Stuff that matters. http

Re: [Factor-talk] Dollar amounts

2014-08-27 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 m

Re: [Factor-talk] Dollar amounts

2014-08-27 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. http://tv.s

Re: [Factor-talk] Dollar amounts

2014-08-27 Thread mr wzrd
Try the table. word. > > On Aug 27, 2014 10:48 PM, "mr wzrd" wrote: >> >> What is the best way to get an array of arrays to look like a spreadsheet? >> >> >> -- >&

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 mailing

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 wrote: > Er, I am daft. Ignored the fact that output>array expects a quotation. > > Sometimes it just takes a short break from the keyboard to regai

Re: [Factor-talk] cleave combinator

2014-08-26 Thread mr wzrd
should be working. > > On Aug 26, 2014 9:00 PM, "mr wzrd" 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 >> wrote: >&

Re: [Factor-talk] cleave combinator

2014-08-26 Thread mr wzrd
xample first, or experiment with { } output>sequence. > > On Aug 26, 2014 8:30 PM, "mr wzrd" wrote: >> >> output>array 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

Re: [Factor-talk] cleave combinator

2014-08-26 Thread mr wzrd
output>array 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 wrote: > Thanks. > > ''Infers the number of outputs from the quotation and constructs an > array from those outputs.'' > >

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 wrote: > Try the decimals and money vocabularies. > > On Aug 26, 2014 8:14 PM, "mr wzrd" wrote: >&g

Re: [Factor-talk] cleave combinator

2014-08-26 Thread mr wzrd
t>array in combinators.smart. > > On Aug 26, 2014 8:09 PM, "mr wzrd" wrote: >> >> 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

[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 e

[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 f

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-

[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 ) decla

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 peo

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 Eclips

[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, data,

[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 dashboards,