Re: [Factor-talk] Code Review: Game of Life

2013-06-03 Thread Björn Lindqvist
list Factor-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/factor-talk -- mvh/best regards Björn Lindqvist http://www.bjornlindqvist.se/ -- Get 100% visibility into Java/.NET code

[Factor-talk] A Factor tutorial

2013-06-23 Thread Björn Lindqvist
but the best way to learn something is to try and teach it. :) Feedback and comments are very welcome. -- mvh/best regards Björn Lindqvist http://www.bjornlindqvist.se/ -- This SF.net email is sponsored by Windows: Build

Re: [Factor-talk] A Factor tutorial

2013-07-09 Thread Björn Lindqvist
/ tutorial for our users. Thanks! I'll do that when I consider the code done - it's definitely a work in progress still. -- mvh Björn Lindqvist -- See everything from the browser to the database with AppDynamics Get end

Re: [Factor-talk] Using find-by-class in html.parser.analyzer

2013-07-15 Thread Björn Lindqvist
2013/7/15 Alex Vondrak ajvond...@gmail.com In general, I'm not sure if html.parser is very mature compared to, say, the XML vocab: http://docs.factorcode.org/content/article-xml.html The major difference is that html.parser handles invalid html which the xml vocab doesn't. So for parsing

[Factor-talk] Indentation width and other style guidelines

2013-07-21 Thread Björn Lindqvist
/) for Python? I often struggle with figuring out the most readable way to split long expressions into multiple lines. -- mvh/best regards Björn Lindqvist http://www.bjornlindqvist.se/ -- See everything from the browser

[Factor-talk] Factor packaging for Ubuntu

2013-08-26 Thread Björn Lindqvist
. :) -- mvh/best regards Björn Lindqvist http://www.bjornlindqvist.se/ -- Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis

Re: [Factor-talk] Factor packaging for Ubuntu

2013-08-26 Thread Björn Lindqvist
/ and not let the user write to other files (except for /tmp) on the system. -- mvh/best regards Björn Lindqvist http://www.bjornlindqvist.se/ -- Introducing Performance Central, a new site from SourceForge and AppDynamics

Re: [Factor-talk] Factor packaging for Ubuntu

2013-08-26 Thread Björn Lindqvist
2013/8/26 Alex Vondrak ajvond...@gmail.com: On Mon, Aug 26, 2013 at 12:45 AM, Björn Lindqvist bjou...@gmail.com wrote: The binary name factor was already taken by a program in coreutils so I had to change it to factor-run. How about something like factor-lang or factor-listener? I actually

Re: [Factor-talk] Factor packaging for Ubuntu

2013-08-28 Thread Björn Lindqvist
Rupert Swarbrick skrev 2013-08-27 11:20: Björn Lindqvist bjou...@gmail.com writes: 2013/8/26 Alex Vondrak ajvond...@gmail.com: On Mon, Aug 26, 2013 at 12:45 AM, Björn Lindqvist bjourne-re5jqeeqqe8avxtiumw...@public.gmane.org wrote: The binary name factor was already taken by a program

Re: [Factor-talk] Factor packaging for Ubuntu

2013-09-03 Thread Björn Lindqvist
2013/9/2 Marek Kubica ma...@xivilization.net: On Mon, 26 Aug 2013 20:59:45 +0200 Björn Lindqvist bjou...@gmail.com wrote: That should work. But you shouldn't have to have the image file in a writable directory unless you wish to save the state of a listener session. On Linux, it's most

Re: [Factor-talk] process command conundrum

2013-10-21 Thread Björn Lindqvist
shell-command run-process ; IN: scratchpad C:\\Users\\bjourne\\Downloads *.pdf C:\\Users\\bjourne\\result.txt run-find -- mvh/best regards Björn Lindqvist -- October Webinars: Code for Performance Free Intel webinars

Re: [Factor-talk] Factor interface to Spotlight

2013-11-13 Thread Björn Lindqvist
needs some improvement (maybe bug fixes, too). In particular, I'd like to memoize an API call to MDSchemaCopyAllAttributes(), but I'm better at Chinese than C. Pointers on alien-invoke, or what else to use? -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] Presentation and installation issues on Slackware64-14.1 Linux

2013-12-11 Thread Björn Lindqvist
it is not marketed much and it still has some minor blemishes. Many people like functional programming which Factor excels at so I think it would be possible that more people will become interested in it. -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] Best way to split a fixed locations

2014-02-09 Thread Björn Lindqvist
. { NAXIS 3 number of data axes } -- mvh/best regards Björn Lindqvist -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http

Re: [Factor-talk] installation packages for CI?

2014-02-09 Thread Björn Lindqvist
distros to put Factor in their repos would entail reopening tickets like this: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471925 Plus, Debian has some bureaucratic rules on packages they ship. Like requiring a man page. -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] How to reload help definitions?

2014-02-13 Thread Björn Lindqvist
in some cases this creates some problems. When you upgrade in that fashion you need to run refresh-all save in Factor. Otherwise your image will not contain the latest changes from git. -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] installation packages for CI?

2014-02-27 Thread Björn Lindqvist
to update them frequently to keep them in sync with Factor's main master branch. -- mvh/best regards Björn Lindqvist http://www.bjornlindqvist.se/ -- Flow-based real-time traffic analytics software. Cisco certified tool

Re: [Factor-talk] manual memory management and STRUCT:

2014-03-18 Thread Björn Lindqvist
acquisition) with a destructor word (which you already are doing) and factor should work it out fine. -- mvh/best regards Björn Lindqvist -- Learn Graph Databases - Download FREE O'Reilly Book Graph Databases is the definitive

Re: [Factor-talk] manual memory management and STRUCT:

2014-03-18 Thread Björn Lindqvist
with and then if you run into performance problems start to optimize it. -- mvh/best regards Björn Lindqvist -- Learn Graph Databases - Download FREE O'Reilly Book Graph Databases is the definitive new guide to graph databases

[Factor-talk] What exactly is the retain stack?

2014-05-15 Thread Björn Lindqvist
situations, and it will improve accuracy of compiler analyses. So the retain stack is useless? Freeing up a whole register sounds like it should be great for performance, at least on 32 bit x86. -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] What exactly is the retain stack?

2014-05-15 Thread Björn Lindqvist
' combinator. Slava On Thu, May 15, 2014 at 1:46 PM, Björn Lindqvist bjou...@gmail.com wrote: Hi everyone, I've been walking around in Factors VM for a while and there is a lot of usages and references to the retain stack. But I can't for my life figure out what its purpose is or why anyone ever

Re: [Factor-talk] What exactly is the retain stack?

2014-05-16 Thread Björn Lindqvist
3 0 ) shuffle-effect ] Now neither shuffle-effect nor call-effect are Factor primitives but they easily could have been and then dip would only need to touch the data stack. -- mvh/best regards Björn Lindqvist

[Factor-talk] Let's fix yosefk's tricky code

2014-08-13 Thread Björn Lindqvist
elements in a vector, the sum of all elements squared and the inverse of the length, you should be able to calculate the mean of the vector and the standard deviation. -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] Let's fix yosefk's tricky code

2014-08-14 Thread Björn Lindqvist
Then easily eliminate μ: def meanStd (float float float → float float): → sum2 sum invLen; sum invLen (×.) dup { sum2 invLen (×.) } dip square (−.) sqrt Interesting! But what does the (x.) and (-.) words do? -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] Let's fix yosefk's tricky code

2014-08-14 Thread Björn Lindqvist
inv-len -- std mean ) '[ _ * ] bi@ tuck sq - sqrt ; I think the last one is fairly readable. -- mvh/best regards Björn Lindqvist -- ___ Factor-talk mailing list Factor-talk

Re: [Factor-talk] Multithreading in Factor

2014-10-15 Thread Björn Lindqvist
threads which Factor already has works really well. For cpu intensive tasks you can often start multiple processes instead of threading. -- mvh/best regards Björn Lindqvist -- Comprehensive Server Monitoring with Site24x7

Re: [Factor-talk] Factor 0.97 now available

2014-11-03 Thread Björn Lindqvist
Hurra! Any plans for 0.98 or, dare I say it, 1.0? Factor feels like a very solid language to me and it's just lacking in polish. -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] Factor 0.97 now available

2014-11-04 Thread Björn Lindqvist
contributions so if anyone else has some ideas here, we'd love to hear. Best, John. On Nov 3, 2014, at 3:23 AM, Björn Lindqvist bjou...@gmail.com wrote: Hurra! Any plans for 0.98 or, dare I say it, 1.0? Factor feels like a very solid language to me and it's just lacking in polish. -- mvh/best

Re: [Factor-talk] Factor 0.97 now available

2014-11-04 Thread Björn Lindqvist
set-global current-continuation - error-continuation set-global [ original-error set-global ] [ rethrow ] bi ] Of course, I can solve my issue with a symlink, but I think Factor should work out of the box on recent Ubuntus 2014-11-04 15:45 GMT+01:00 Björn Lindqvist bjou

Re: [Factor-talk] Factor 0.97 now available

2014-11-05 Thread Björn Lindqvist
too. Any chance this fix will be deployed in the official download? It is unforunate that the default download does not work out of the box on recent Ubuntus, as it may hinder adoption 2014-11-04 19:12 GMT+01:00 mr wzrd wzr...@gmail.com: On 11/04/2014 01:02 PM, Björn Lindqvist wrote: You

Re: [Factor-talk] Factor packaging for Ubuntu

2014-11-22 Thread Björn Lindqvist
Björn Lindqvist bjou...@gmail.com: Hello! I've created a PPA and made an experimental Factor package for Ubuntu: https://launchpad.net/~bjourne/+archive/factor The binary name factor was already taken by a program in coreutils so I had to change it to factor-run. Please beta test and tell me

Re: [Factor-talk] Factor packaging for Ubuntu

2014-11-29 Thread Björn Lindqvist
Yes! Now there's a Utopic package there too. 2014-11-26 12:00 GMT+01:00 Andrea Ferretti ferrettiand...@gmail.com: Would it be possible to add a package for Ubuntu 14.10? 2014-11-25 19:39 GMT+01:00 John Porubek jporu...@gmail.com: On Sat, Nov 22, 2014 at 11:35 AM, Björn Lindqvist bjou

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

2014-12-18 Thread Björn Lindqvist
it from ever happening. -- mvh/best regards Björn Lindqvist -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards

[Factor-talk] A performance challenge

2015-01-17 Thread Björn Lindqvist
it is co-recursive, (longest-path) calls ((longest-path)) which calls (longest-path). I think that if you can get rid of the co-recursion it would easily become as fast as the Java version. -- mvh/best regards Björn Lindqvist

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

2015-01-17 Thread Björn Lindqvist
this mailinglist - where users can exchange. So I've created a Google+ community for the Factor programming language. I don't include a link here, please search for Factor Language in Google+ and you will find it. I would be glad if some users join. -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] A performance challenge

2015-01-25 Thread Björn Lindqvist
anyway. I recommend using TYPED: or TYPED:: declarations to specify neighbors is an array and normal sequence words? I was trying that, but Factor appears to add dynamic type checks to words which call typed words which increase the size of the generated code. -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] Debugging words with locals

2015-02-04 Thread Björn Lindqvist
to deal with this, where would I want to look to try improving things? -- mvh/best regards Björn Lindqvist -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed

Re: [Factor-talk] Standalone executables in Windows

2015-01-07 Thread Björn Lindqvist
on this subject. Daniel Ehrenberg gave a link to a factorcode.org faq page, but this is now broken (404 error). It was stated that a tool for making standalone executables was in development - is it in existence? Regards John Sampson -- mvh/best regards Björn Lindqvist http://www.bjornlindqvist.se

Re: [Factor-talk] LLVM - ASM.js

2015-03-27 Thread Björn Lindqvist
list Factor-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/factor-talk -- mvh/best regards Björn Lindqvist -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored

Re: [Factor-talk] osx emacs FUEL

2015-06-01 Thread Björn Lindqvist
captures On 31 May 2015, at 00:11, Björn Lindqvist bjou...@gmail.com wrote: Could you explain in more detail what your problem is? 2015-05-30 19:04 GMT+02:00 Iain Gray iaing...@ednet.co.uk: I have successfully integrated FUEL in emacs but cannot seem get it integrated with Factor. My emacs

Re: [Factor-talk] osx emacs FUEL

2015-05-30 Thread Björn Lindqvist
-- ___ Factor-talk mailing list Factor-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/factor-talk -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] nested nil lists

2015-07-03 Thread Björn Lindqvist
://www.gigenetcloud.com/ ___ Factor-talk mailing list Factor-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/factor-talk -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] displaying Lisp like nested lists

2015-06-29 Thread Björn Lindqvist
/factor-talk -- mvh/best regards Björn Lindqvist -- Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical virtual

Re: [Factor-talk] Does the location of the image file matter ?

2015-07-29 Thread Björn Lindqvist
It's because the switch is -resource-path not just -resource. 2015-07-29 9:11 GMT+02:00 Georg Simon georg.si...@auge.de: Am Tue, 28 Jul 2015 23:41:59 +0200 schrieb Björn Lindqvist bjou...@gmail.com: I'm not sure I understand you. By default, resource: is setup as an alias the the directory

Re: [Factor-talk] stack effect

2015-07-29 Thread Björn Lindqvist
+ ] if ] if ; -- ___ Factor-talk mailing list Factor-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/factor-talk -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] Does the location of the image file matter ?

2015-07-28 Thread Björn Lindqvist
-- ___ Factor-talk mailing list Factor-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/factor-talk -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] Does the location of the image file matter ?

2015-07-26 Thread Björn Lindqvist
-- ___ Factor-talk mailing list Factor-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/factor-talk -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] Ctrl+Break

2015-10-12 Thread Björn Lindqvist
en we get preemptive multitasking, aka kernel threads, into Factor this problem would be trivial to fix but right now it is very hard. -- mvh/best regards Björn Lindqvist -- ___ Fac

Re: [Factor-talk] potential memory issue

2015-10-12 Thread Björn Lindqvist
] } 1&& ; : file-info-size ( link -- s ) dup count-file-info? [ regular-file-size ] [ drop 0 ] if ; : file-size ( path -- s ) [ link-info file-info-size ] [ 2drop 0 ] recover ; : du-tree ( path -- s ) HS{ } clone seen-inos set 0 swap t [ file-si

[Factor-talk] What do we call a collection of vocabs?

2015-07-09 Thread Björn Lindqvist
) in a file forms a module and a collection of modules forms a package. In Java, a collection of methods forms a class and a collection of classes forms a package. In Factor, a file with words is a vocab but a collection of vocabs is what? :) Do we have a name for it? -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] FreeBSD 10 amd64 supported?

2015-07-09 Thread Björn Lindqvist
Factor-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/factor-talk -- mvh/best regards Björn Lindqvist -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you

Re: [Factor-talk] A bug ?

2015-10-01 Thread Björn Lindqvist
ectory ] [ 2drop 0 ] recover ; The code gets a little tricky because you didn't want to ever load a full directory listing into memory. -- mvh/best regards Björn Lindqvist -- ___

Re: [Factor-talk] how to run-pipeline

2015-09-24 Thread Björn Lindqvist
pipeline ) [ "def-a" or ] [ "def-b" or ] bi* "grep -a %s -b %s" sprintf "ls" swap 2array ; IN: scratchpad f f special-pipeline { "ls" "grep -a def-a -b def-b" } Factor doesn't have words with variable number of arguments,

Re: [Factor-talk] images: new words to handle sprites and extract parts of an image

2015-11-30 Thread Björn Lindqvist
recommend a vocabulary that could > contain them? The words new-image-like and image-part could reside in > the images vocab. I'm not sure where the generate-sprite-sheet word > could fit in or if it is sufficiently useful to include. -- mvh/best regards Björn Lindqvist --

Re: [Factor-talk] Issue #1573: interrupt a tight loop

2016-05-28 Thread Björn Lindqvist
.ru>: > Hello! > > 27.05.2016, 20:00, "Björn Lindqvist" <bjou...@gmail.com>: >> Try defining like this: >> >> : ( -- alien ) DWORD { LPVOID } stdcall [ ] alien-callback ; > > Tried this, see below. > > I'm now at home, trying these things o

Re: [Factor-talk] Issue #1573: interrupt a tight loop

2016-05-27 Thread Björn Lindqvist
lare a callback: CALLBACK: DWORD ThreadProc ( LPVOID lpParameter ) Then a callback maker: : ( -- alien ) [ ] comparer ; <-replace [ ] with your code Then call it: f 1024 f 0 1234 CreateThread -- mvh/best regar

Re: [Factor-talk] Issue #1573: interrupt a tight loop

2016-05-27 Thread Björn Lindqvist
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e > ___ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/factor-talk -- mvh/best regards Björn Lindqvist

Re: [Factor-talk] Issue #1573: interrupt a tight loop

2016-05-26 Thread Björn Lindqvist
l data untouched! > https://ad.doubleclick.net/ddm/clk/304595813;131938128;j > ___ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.n

Re: [Factor-talk] Build Factor on Windows with Win7 SDK

2016-05-26 Thread Björn Lindqvist
> ___ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/factor-talk > -- mvh/best regards Björn Lindqvist -

Re: [Factor-talk] Hooking the Back End

2016-06-14 Thread Björn Lindqvist
et will keep blinking, but you won't be able to queue the > next file to be copied while the first one is still being handled. That's > what my custom backend would do for you. -- mvh/best regards Björn Lindqvist -

Re: [Factor-talk] How would I solve this better in Factor?

2016-03-12 Thread Björn Lindqvist
ience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140 > _______ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/factor-talk -- mvh/best regards Björn Lindqv

Re: [Factor-talk] Listener on Windows - UI Corruption

2016-04-30 Thread Björn Lindqvist
d disable it by right-clicking the .exe file and go: Properties -> Compatibility -> Inactivate scaling when using High DPI. -- mvh/best regards Björn Lindqvist -- Find and fix application performance issues faster wi

Re: [Factor-talk] Complex Shuffle Words

2016-05-04 Thread Björn Lindqvist
are incredibly cheap so it makes no difference at all. I would be very surprised if you were able to demonstrate a measurable speedup by replacing locals with stack shuffling words. -- mvh/best regards Björn Lindqvist --

Re: [Factor-talk] handle-seekable?

2016-07-13 Thread Björn Lindqvist
>> Factor-talk mailing list >> Factor-talk@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/factor-talk > > -- > Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park

Re: [Factor-talk] nano_count()

2016-07-25 Thread Björn Lindqvist
sdm.link/zohodev2dev > ___ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/factor-talk -- mvh/best regards Björn Lindqvist ---

Re: [Factor-talk] benchmark is rigged?

2016-07-29 Thread Björn Lindqvist
--- > What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic > patterns at an interface-level. Reveals which users, apps, and protocols are > consuming the most bandwidth. Provides multi-vendor support for NetFlow, > J-

Re: [Factor-talk] Font

2016-07-29 Thread Björn Lindqvist
ovides multi-vendor support for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning > reports.http://sdm.link/zohodev2dev > _______ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/factor

Re: [Factor-talk] GitHub

2016-08-10 Thread Björn Lindqvist
for NetFlow, > J-Flow, sFlow and other flows. Make informed decisions using capacity > planning reports. http://sdm.link/zohodev2dev > ___ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net

Re: [Factor-talk] USING: cleanup

2016-08-11 Thread Björn Lindqvist
he no > longer needed entries? > > ---=--- > Александр -- mvh/best regards Björn Lindqvist -- What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level

Re: [Factor-talk] maybe{

2017-01-29 Thread Björn Lindqvist
small than the set of all rationals which in turn is smaller than the set of all real numbers." I agree it would be useful with more documentation in this area. -- mvh/best regards Björn Lindqvist -- Check out the vib

Re: [Factor-talk] Threaded Code?

2017-02-15 Thread Björn Lindqvist
code interpreter in C as an exercise to understand > them better a while back; including some conditionally-compiled debug code > and a fairly small complement of core Forth words and an outer interpreter > loop, it's still well under 1k lines of source. > > --Levi > > On Tue

Re: [Factor-talk] Macros needed?

2017-02-15 Thread Björn Lindqvist
t/lists/listinfo/factor-talk > > ---=--- > Александр > > -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot >

Re: [Factor-talk] EOL

2017-02-15 Thread Björn Lindqvist
tech sites, SlashDot.org! http://sdm.link/slashdot >> >> , >> >> ___ >> Factor-talk mailing list >> Factor-talk@lists.sourceforge.net >> https://lists.sourceforge.net/

Re: [Factor-talk] Startup time

2017-02-15 Thread Björn Lindqvist
y is the > initialization taking so long? John is saying there's room for > improvement, room to do less. > > -- -- mvh/best regards Björn Lindqvist -- Check out the vibrant tech community on one of

Re: [Factor-talk] Ratio vs. Float

2017-01-19 Thread Björn Lindqvist
stinfo/factor-talk > > > > ---=--- > Александр > > > -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot &g

Re: [Factor-talk] Security Applications

2017-02-28 Thread Björn Lindqvist
system decides to play optimization tricks. -- mvh/best regards Björn Lindqvist -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sd

Re: [Factor-talk] +foreign-id+ seems to protect unused entries too

2016-08-25 Thread Björn Lindqvist
te+ +cascade+ } to get cascading deletes. IME, that is almost always better than restricting deletes. > "test.db" > [ "rm " prepend system drop ] You could use [ ?delete-file ] here. -- mvh/best regards Björn Lindqvist ---

Re: [Factor-talk] Could not initialize OpenAL

2016-09-14 Thread Björn Lindqvist
f f alutInit drop alutGetError alutGetErrorString And see what error message you get. -- mvh/best regards Björn Lindqvist -- ___ Factor-talk mailing list Factor-talk@lists.s

Re: [Factor-talk] Could not initialize OpenAL

2016-09-14 Thread Björn Lindqvist
2016-09-14 18:32 GMT+02:00 Alexander Ilin <ajs...@yandex.ru>: > Hello! > > 14.09.2016, 17:04, "Björn Lindqvist" <bjou...@gmail.com>: > > f f alutInit drop alutGetError alutGetErrorString > > And see what error message you get. > > > "There

Re: [Factor-talk] Could not initialize OpenAL

2016-09-14 Thread Björn Lindqvist
2016-09-14 23:53 GMT+02:00 Alexander Ilin <ajs...@yandex.ru>: > Hello! > > 15.09.2016, 00:16, "Björn Lindqvist" <bjou...@gmail.com>: > > > > But you can download soft_oal.dll from the OpenAL soft package: > http://kcat.strangesoft.net/openal-binari

Re: [Factor-talk] prettyprinter number-base float errors

2016-09-16 Thread Björn Lindqvist
I'm working on factor's number parsing/printing. I'd like some inputs on the > following problem: > > Basically the problem can be seen from this paste: > http://pastebin.com/jxV8UKG2 : setting number-base to 2 or 8 gives > pprint-errors for floats. -- mvh/b

Re: [Factor-talk] Search Files by Name

2016-10-29 Thread Björn Lindqvist
y surprise? > Reconnect with the command line and become more productive. > Learn the new .NET and ASP.NET CLI. Get your free copy! > http://sdm.link/telerik > _______ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net

Re: [Factor-talk] Listener in a Different Context

2016-11-09 Thread Björn Lindqvist
l Xeon Phi Processors > Access to Intel Xeon Phi processor-based developer platforms. > With one year of Intel Parallel Studio XE. > Training and support from Colfax. > Order your platform today. http://sdm.link/xeonphi > ___ > Fa

Re: [Factor-talk] Libudis86.dll (Was: TYPED: Declarations)

2016-11-25 Thread Björn Lindqvist
_____ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/factor-talk > -- mvh/best regards Björn Lindqvist -- ___ Factor-talk mailing list Factor-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/factor-talk

Re: [Factor-talk] Out Of Memory

2016-11-23 Thread Björn Lindqvist
___ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/factor-talk -- mvh/best regards Björn Lindqvist -- ___ Fac

Re: [Factor-talk] Dedupe by Slot

2016-11-18 Thread Björn Lindqvist
implement it like this: USE: slots.syntax [ slots{ id name } ] sort-with [ id>> ] group-by [ second first ] map It's not as efficient as what John committed though. :) Maybe we should try and clean it up somehow? If we put all group by/aggregat

Re: [Factor-talk] Web scraping

2016-11-18 Thread Björn Lindqvist
easy enough and has the same power. So basically I'm just looking for > more tips or options in case I missed something. You guys have a lot of > vocabs :) > > -- > >Peter Nagy > > > -----

Re: [Factor-talk] restricting ratio literals

2016-10-26 Thread Björn Lindqvist
_ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/factor-talk > -- mvh/best regards Björn Lindqvist -- The Co

Re: [Factor-talk] Factor As Scripting Language

2016-10-26 Thread Björn Lindqvist
Reinvented for Modern Developers >> Did the resurgence of CLI tooling catch you by surprise? >> Reconnect with the command line and become more productive. >> Learn the new .NET and ASP.NET CLI. Get your free copy! >> http://sdm.link/telerik >> _

Re: [Factor-talk] Accumulation of subsequences

2016-12-16 Thread Björn Lindqvist
- > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > ___ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourcefo

Re: [Factor-talk] $related

2016-12-14 Thread Björn Lindqvist
ging tech sites, SlashDot.org! http://sdm.link/slashdot > ___ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/factor-talk -- mvh/best regards Bj

Re: [Factor-talk] LLVM

2017-03-19 Thread Björn Lindqvist
k out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo

Re: [Factor-talk] when-empty

2017-03-01 Thread Björn Lindqvist
> Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/factor-talk > > > > ---=--- > Александр > > > -- > Check o

Re: [Factor-talk] Slava's Factor blog - posts before 2005

2017-06-23 Thread Björn Lindqvist
> -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lis

Re: [Factor-talk] Stack Effects Explained

2017-06-23 Thread Björn Lindqvist
-- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourcefo

Re: [Factor-talk] Concatenative Cert Expired

2017-06-24 Thread Björn Lindqvist
he world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net/li

Re: [Factor-talk] Disassembly

2018-01-17 Thread Björn Lindqvist
gt; > -- > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___

Re: [Factor-talk] Secure Memory

2018-01-17 Thread Björn Lindqvist
; Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/factor-talk > -- mvh/best regards Björn Lindqvist -- Check out t

Re: [Factor-talk] FUNCTION:

2018-01-17 Thread Björn Lindqvist
tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > ___ > Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/factor-talk > -- mvh/best regards Björn Lindqvist -

Re: [Factor-talk] Disassembly

2018-01-19 Thread Björn Lindqvist
t; Factor-talk mailing list > Factor-talk@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/factor-talk > > -- mvh/best regards Björn Lindqvist -- Check out the vibrant tech community on one

  1   2   >