Re: Passing a parameter to test files

2005-11-22 Thread Shlomi Fish
uot;); t/test2.t --> will have : system("t/Tests/real_test.t", "SPECIFIC-ID2"); Etc. Regards, Shlomi Fish - Shlomi Fish [EMAIL PROTECTED] Homepage:http://www.shlomifish.org/ 95% of the programmers consider 95% of the code they did not write, in the bottom 5%.

Extra Tests for Test::Run (and evidently Test::Harness)

2005-11-29 Thread Shlomi Fish
ester = Test::Run::Obj->new( test_files => ["t/sample-tests/simple_fail"] ); eval { $tester->runtests(); }; open STDOUT, ">&SAVEOUT"; close(SAVEOUT); close(ALTOUT); my $text = do { local $/; open I, "<", "altout.txt"; }; my $right_text

Test::Run Output with a Coloured Summary Line

2005-11-29 Thread Shlomi Fish
unk/ Best Regards, Shlomi Fish ----- Shlomi Fish [EMAIL PROTECTED] Homepage:http://www.shlomifish.org/ 95% of the programmers consider 95% of the code they did not write, in the bottom 5%.

Re: Test::Run Output with a Coloured Summary Line

2005-11-29 Thread Shlomi Fish
Hi Tels! (and all) On Wednesday 30 November 2005 00:49, Tels wrote: > Moin, > > On Tuesday 29 November 2005 23:28, Shlomi Fish wrote: > > Check: > > > > http://www.flickr.com/photos/[EMAIL PROTECTED]/68430623/ > > > > This was done by using Test::Ru

$Ignore_Exitcode in Test-Harness

2005-12-25 Thread Shlomi Fish
ed or because these lines were accidently removed? In any case, it should be fixed. I am asking this because I'm working on Test::Run which is derived from Test::Harness, and would like to clean up the global variables there, and remove the handling of the environment variables to a separa

The --perl switch [was Re: $Ignore_Exitcode in Test-Harness]

2005-12-25 Thread Shlomi Fish
p ==> I also cannot find it anywhere in the code. I hope some people would be able to address the issues I've raised after the weekend, as it is now the winters Holidays vacation. And before I forget: Happy Hanukkah and Merry Christmas, everyone! Regards, Shlomi Fish On Sund

Re: $Ignore_Exitcode in Test-Harness

2005-12-29 Thread Shlomi Fish
On Monday 26 December 2005 08:59, Andy Lester wrote: > On Sun, Dec 25, 2005 at 01:46:21PM +0200, Shlomi Fish ([EMAIL PROTECTED]) wrote: > > <<<< > > # Some experimental versions of OS/2 build have broken $? > > my $Ignore_Exitcode = $ENV{HARNESS_IGNORE_EXITCODE

Re: The --perl switch [was Re: $Ignore_Exitcode in Test-Harness]

2005-12-29 Thread Shlomi Fish
On Monday 26 December 2005 09:35, Andy Lester wrote: > On Sun, Dec 25, 2005 at 10:49:28PM +0200, Shlomi Fish ([EMAIL PROTECTED]) wrote: > > However prove does not have a "--perl" switch: > > Fixed in Test::Harness 2.57_01. Thanks. > And thanks again. I've imp

Re: Binary distributions

2006-02-05 Thread Shlomi Fish
n't know what it means - it's a name of foreign origin). Regards, Shlomi Fish --------- Shlomi Fish [EMAIL PROTECTED] Homepage:http://www.shlomifish.org/ 95% of the programmers consider 95% of the code they did not write, in the bottom 5%.

Show-stopping Bug in Module::Install and the Havoc it Created

2006-03-10 Thread Shlomi Fish
red: http://search.cpan.org/src/AUTRIJUS/Module-Install-0.59/Changes http://rt.cpan.org/Public/Bug/Display.html?id=18020 http://rt.cpan.org/Public/Bug/Display.html?id=18090 Just for your information. Regards, Shlomi Fish ----- S

Re: Warnings from Devel::Cover/Test::Harness

2006-03-17 Thread Shlomi Fish
#x27;t need to erase the contents of the reply. Regards, Shlomi Fish On Friday 17 March 2006 16:07, Andrew Gianni wrote: > I'm trying to capture coverage data for a large project I'm working on. I'm > running all of my unit tests through Test::Harness and I'm try

What's "TDD"? [was Re: [OT] TDD only works for simple things...]

2006-03-29 Thread Shlomi Fish
On Wednesday 29 March 2006 19:15, Tels wrote: > Anyway, I hope my longer replay was usefull and helped a bit, although I > still can only guess what TDD stands for :) > TDD == Test Driven Development. Regards, Sh

Generator for Modules-Installing Makefiles

2006-04-06 Thread Shlomi Fish
And then I use this makefile by calling "make all" to build, test and install all the modules one by one, or "make $(pwd)" to build one of them. I hope you'll find this piece of advice useful. Regards, Shlomi Fish [1] - http://www.onlamp.com/pub/a/onlamp/2

Re: Generator for Modules-Installing Makefiles

2006-04-06 Thread Shlomi Fish
ns reside in the order in which you want to have them installed. (as arguments to --dir for the script). Then type make to build, test and install all of them. You may need to tweak the script a little to add various parameters at various stages. Regards, Shlomi Fish > Thanks >

Re: Test me please: P/PE/PETDANCE/Test-Harness-2.57_06.tar.gz

2006-04-23 Thread Shlomi Fish
: <<< export HARNESS_PLUGINS="ControlPercentage" >>> And then run: <<< HARNESS_PERCENT=1 runprove t/*.t >>> to see the percents, or <<< HARNESS_PERCENT=0 runprove t/*.t >>> to disable them. I might get to write such a plugin for

Re: Test me please: P/PE/PETDANCE/Test-Harness-2.57_06.tar.gz

2006-04-23 Thread Shlomi Fish
On Sunday 23 April 2006 22:35, chromatic wrote: > On Sunday 23 April 2006 12:05, Shlomi Fish wrote: > > This debate demonstrates why a plugin system is necessary for a test > > harness. > > No, it demonstrates why a well-defined test output protocol is useful. > I agree

Re: Test me please: P/PE/PETDANCE/Test-Harness-2.57_06.tar.gz

2006-04-23 Thread Shlomi Fish
On Sunday 23 April 2006 23:11, chromatic wrote: > On Sunday 23 April 2006 12:46, Shlomi Fish wrote: > > I agree that a well-defined test output protocol is useful. However, are > > you implying that assuming we have that, one can write several different > > test harnesses

Re: Test me please: P/PE/PETDANCE/Test-Harness-2.57_06.tar.gz

2006-04-24 Thread Shlomi Fish
On Monday 24 April 2006 01:46, Michael Peters wrote: > Shlomi Fish wrote: > > On Sunday 23 April 2006 22:35, chromatic wrote: > >> On Sunday 23 April 2006 12:05, Shlomi Fish wrote: > >>> This debate demonstrates why a plugin system is necessary for a test &

Re: Test::Harness wrangling

2006-06-29 Thread Shlomi Fish
/svnroot/repos/web-cpan/Test-Harness-NG/trunk/ (or alternatively with https) If you register at Berlios.de and send me a patch, I'll add you as a commiter so you can commit it. (Following Audrey Tang's on IRC lead). Regards, Shlomi Fish ------

Re: Test::Harness wrangling

2006-06-29 Thread Shlomi Fish
rser, with the events being transmitted to a sub-class or a different class or callbacks. Regards, Shlomi Fish --------- Shlomi Fish [EMAIL PROTECTED] Homepage:http://www.shlomifish.org/ 95% of the programmers cons

Re: TAP::Harness

2006-07-01 Thread Shlomi Fish
ding TAP is another problem. > It may be a good idea to have a parser that outputs an events' stream and an analyzer that reads and analyzes the events. Then we can have a different protocol than TAP. Regards, Shlomi Fish [1] - Another module which I did not write from scratch

Re: TAP::Harness

2006-07-02 Thread Shlomi Fish
On Sunday 02 July 2006 01:24, Michael G Schwern wrote: > On 7/1/06, Shlomi Fish <[EMAIL PROTECTED]> wrote: > > One thing I'm wondering about is > > whether you are going to code all of this into TAP::Harness from scratch. > > I believe I mentioned, I intend t

Re: TAP::Harness

2006-07-03 Thread Shlomi Fish
rsed ones. Adam, in case you have the configuration of the server (scripts, conf files, etc.) available somewhere public, I could try helping you once you're ready for it. No promises though. The number of tasks on a project's todo list al

Proposal Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl Foundation Grants]

2006-07-05 Thread Shlomi Fish
:Run links: 1. Lightning Talk about Test::Run - http://www.shlomifish.org/lecture/Perl/Lightning/Test-Run/ 2. use.perl.org journal entries: http://use.perl.org/~Shlomi+Fish/journal/27467 http://use.perl.org/~Shlomi+Fish/journal/27887 (they contain a lot of links). --- Licencing Issues: =

Re: Proposal Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl Foundation Grants]

2006-07-05 Thread Shlomi Fish
On Wednesday 05 July 2006 23:51, Ricardo SIGNES wrote: > * Shlomi Fish <[EMAIL PROTECTED]> [2006-07-05T15:28:28] > > > The grant is about Test::Run, which is a fork of Test::Harness that aims > > to greatly refactor and modularise it. I've already revamped and > &

Re: Proposal Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl Foundation Grants]

2006-07-05 Thread Shlomi Fish
On Wednesday 05 July 2006 23:55, chromatic wrote: > On Wednesday 05 July 2006 12:28, Shlomi Fish wrote: > > I'd like to suggest a generic proposal for the Perl Foundation Grants. > > Note that I'm not going to take it myself, because I just started a new > > job

[Slightly OT] Understanding Software Licences [was Re: Proposal Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl Foundation Grants]]

2006-07-07 Thread Shlomi Fish
Hi Ovid! On Friday 07 July 2006 12:30, Ovid wrote: > - Original Message > From: Shlomi Fish <[EMAIL PROTECTED]> > > > Not exactly. I suggested that if anyone is interested in working on > > Test::Run, he can file a proposal for a grant saying he'd lik

Re: [Slightly OT] Understanding Software Licences

2006-07-07 Thread Shlomi Fish
On Friday 07 July 2006 17:07, Pete Krawczyk wrote: > Subject: [Slightly OT] Understanding Software Licences [was Re: Proposal > Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl > Foundation Grants]] From: Shlomi Fish <[EMAIL PROTECTED]> > Date: Fri, 7

Re: [Slightly OT] Understanding Software Licences [was Re: Proposal Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl Foundation Grants]]

2006-07-07 Thread Shlomi Fish
Hi Chris! On Friday 07 July 2006 17:04, Chris Dolan wrote: > On Jul 7, 2006, at 8:13 AM, Shlomi Fish wrote: > > This kind of attitude was also said by another responder to this > > mailing list. > > It's sort of a "small headed" (see > > http://www.joe

Re: [Slightly OT] Understanding Software Licences [was Re: Proposal Suggestion - Test::Run [was Re: [Israel.pm] Fwd: Call for proposals -- Perl Foundation Grants]]

2006-07-07 Thread Shlomi Fish
during most of my waking hours, if you want to ask me to clarify things.). I think I've spent enough precious time and energy on this thread, which is pretty much useless. And my head hurts from trying to understand what we're fighting about. Regards, Shlomi Fish

Re: [Slightly OT] Understanding Software Licences

2006-07-08 Thread Shlomi Fish
not aimed at anyone personally - I was just trying to set up a good resource to better educate people about it. It's not a replacement for consulting with a lawyer on various fine points, but it can help to better understand the surrounding issues, and also make better decisions. Rega

Re: Using Perl in QA departments

2006-07-08 Thread Shlomi Fish
on, so it will correctly report the line from which it was called. (Because T::B uses caller()). Regards, Shlomi Fish ----- Shlomi Fish [EMAIL PROTECTED] Homepage:http://www.shlomifish.org/ 95% of the programmers consider 95% of the code they did not write, in the bottom 5%.

Devel::Cover Problem: testing || for a default value.

2005-07-11 Thread Shlomi Fish
have many my @coords = @{shift || $self->get_current_coords}; statements which exhibit this problem. So what should I do to eliminate it? Thanks in advance, Shlomi Fish - Shlomi Fish [EMAIL PROTECTED] Ho

Re: Devel::Cover Problem: testing || for a default value.

2005-07-12 Thread Shlomi Fish
gnore them all together. > I fully agree with you. The purpose of the test coverage's main report page is to let me know if I missed anything. And I want to make sure that I missed nothing. Not to go over the problems one by one and se

Re: Testing if an HTML is w3 standard

2005-08-06 Thread Shlomi Fish
ml-tidy which is more self-contained: http://tidy.sourceforge.net/ It has a Perl interface on CPAN: http://search.cpan.org/dist/HTML-Tidy/ (there seems to be more related modules in the search). It's nice, but I recall that with the same input file, it did not catch some problems

Test::Harness Extension/Replacement with Color Hilighting

2005-09-05 Thread Shlomi Fish
ng of it). I'd like to be able to use it without requiring the module's user to install it, just using it on my local configuration. Regards, Shlomi Fish --------- Shlomi Fish [EMAIL PROTECTED] Homepa

Re: Test::Harness Extension/Replacement with Color Hilighting

2005-09-15 Thread Shlomi Fish
(I'm CCing Andy Lester, the maintainer of Test::Harness here, because I'd like to consult with him) On Monday 05 September 2005 12:42, Shlomi Fish wrote: > Hi all! > > Does anyone know of a Test::Harness extension or replacement that can color > the final report line in gre

Re: Test::Harness Extension/Replacement with Color Hilighting

2005-09-16 Thread Shlomi Fish
On Friday 16 September 2005 04:40, Steve Peters wrote: > On Fri, Sep 16, 2005 at 03:55:15AM +0300, Shlomi Fish wrote: > > Thus, it seems the best option if we want to make sure Test::Harness is > > custmisable in this and other ways is to spin it off and create a better > >

Re: Test::Harness Extension/Replacement with Color Hilighting

2005-09-16 Thread Shlomi Fish
x27;s Not Good. So I think a spin-off of Test::Harness which will facilitate doing that is still in order. Regards, Shlomi Fish > Mark > > Andy Lester wrote: > > On Fri, Sep 16, 2005 at 11:35:05AM -0400, David Golden ([EMAIL PROTECTED]) wrote: > >>I think

Re: Test::Harness Extension/Replacement with Color Hilighting

2005-09-17 Thread Shlomi Fish
Hi Tels! [I'm removing some CCed people] On Friday 16 September 2005 20:58, Tels wrote: > Moin, > > On Friday 16 September 2005 19:44, Shlomi Fish wrote: > > On Friday 16 September 2005 19:34, Mark Ethan Trostler wrote: > > > Alls you need to do is call: >

First (developers) Release of Test::Shlomif::Harness

2005-10-10 Thread Shlomi Fish
module (I'm open for more suggestions): * Test::HarnessPlus * Test::RunTests * Anything else? 4. It seems the tests coverage of Test::Harness is incomplete so some bugs may have escaped. 5. Documentation is somewhat out-of-date at the moment, and a lot of the interface has changed. Let m

Re: First (developers) Release of Test::Shlomif::Harness

2005-10-10 Thread Shlomi Fish
. I asked for your permission to do that, and outlined my plans, and you gave me your permission. So I went on to "show you the code", and back my words with code. > > I would be glad to talk to you one-on-one on specific plans and featu

Re: First (developers) Release of Test::Shlomif::Harness

2005-11-01 Thread Shlomi Fish
Hi Michael! Thanks for your commentary. On Monday 10 October 2005 23:27, Michael G Schwern wrote: > On Mon, Oct 10, 2005 at 10:53:34PM +0200, Shlomi Fish wrote: > > Let me know what you think. > > $ perl -Ilib -wle 'use Test::Shlomif::Harness::Obj; >  Test::Shlomif::Harn

Re: First (developers) Release of Test::Shlomif::Harness

2005-11-05 Thread Shlomi Fish
On Wednesday 02 November 2005 08:23, Michael G Schwern wrote: > On Tue, Nov 01, 2005 at 03:16:01PM +0200, Shlomi Fish wrote: > > > I'd like to see > > > that sort of thing as patches to Test::Harness rather than in a fork. > > > > Well, I started with Test::

Re: [DFW.pm] Sad News

2019-01-08 Thread Shlomi Fish
Wow, that is sad. I remember talking to him (as "PerlJam") on IRC and just remembered his long absence yesterday. He was a fun person to chat with. RIP. I'll see what I can do about adopting some of his modules and donating to his family. Regards, Shlomi Fish P.S:

Re: Start reading at a specific index?

2019-02-02 Thread Shlomi Fish
:ro ); > my Buf $BinaryFile = $FileHandle.read( 300 ); > > Many thanks, > -T See https://docs.perl6.org/routine/seek . -- ----- Shlomi Fish http://www.shlomifish.org/ http://is.gd/i5eMQd - Emma Watson’s Interview

Re: while(<>){...} analog?

2019-08-01 Thread Shlomi Fish
perl6 > > > > > use v6; > > > > > my @lines = $*ARGFILES.IO.lines; > > > > > say @lines; > > > > > > > > > > That works for lines from a file, but not from standard input, and > > > > > the error message

Re: while(<>){...} analog?

2019-08-03 Thread Shlomi Fish
On Sat, 3 Aug 2019 00:05:20 -0700 William Michels wrote: > Dear Shlomi, Thank you for that StackOverflow link! --Bill. > You're welcome. Thanks for replying to the list. -- --------- Shlomi Fish http://www.shlomifish

Re: [ please ] request for perl machine learning utils development

2019-09-01 Thread Shlomi Fish
Hi, [resending] On Wed, 28 Aug 2019 16:47:10 +0800 Cloud Cache wrote: > Hi Elizabeth, > > Thanks for the encouragement. > I am not good at low level system development, just using the high-level > API from tensorflow/keras etc. > So I hope there should have perl's framework appearing. > See

Re: Stack Exchange

2019-12-24 Thread Shlomi Fish
On Tue, 24 Dec 2019 13:39:26 +0300 İsmail Arılık wrote: > Hi Shlomi, it is not an issue now. =) > Thanks for the quick fix! Happy holidays. > Shlomi Fish , 24 Ara 2019 Sal, 13:29 tarihinde şunu > yazdı: > > > Hi Ismail! > > > > When trying to access your home

Re: Stack Exchange

2019-12-24 Thread Shlomi Fish
Jewish and all). BTW, regarding this gh repo of yours - https://github.com/it-is-enough/what-is-good-software - you may be interested in these essays i wrote: * https://www.shlomifish.org/philosophy/computers/high-quality-software/rev2/ * https://github.com/shlomif/shlomi-fish-homepage/blob/mas

Re: Stack Exchange

2019-12-24 Thread Shlomi Fish
quot; so I'll know it is intentional see: https://www.shlomifish.org/meta/FAQ/#reply_to_list > > I am looking your essays, thanks a lot. > Thanks! Feel free to let me know what you think. > Shlomi Fish , 24 Ara 2019 Sal, 15:01 tarihinde şunu > yazdı: > > > On

Re: Once again - You say one thing and do another Re: Bug to report: cardinal called an integer

2020-01-17 Thread Shlomi Fish
me examples > to a few pages. See https://github.com/Raku/doc/pulls . Good luck! -- Shlomi Fish https://www.shlomifish.org/ https://github.com/shlomif/shlomif-computer-settings/ - my dotfiles There’s no point in keeping an idea to yourself since there’s a 10 to 1 chance that somebody a

Re: My Windows Modules

2020-01-21 Thread Shlomi Fish
ok at them if they are FOSS: https://github.com/shlomif/Freenode-programming-channel-FAQ/blob/master/FAQ_with_ToC__generated.md#i-want-to-release-my-code---which-open-source-licence-should-i-use (short URL - https://is.gd/1gzZB6 ) Regards, Shlomi > :-) > > -T -- Shlomi Fish

Re: How do I contact the moderator?

2020-02-11 Thread Shlomi Fish
perl.org . > Many thanks, > -T -- Shlomi Fish https://www.shlomifish.org/ https://github.com/shlomif/Freenode-programming-channel-FAQ Khisanth =~ s/must sleep/must give Botje all my money/ . — Freenode’s #perl Please reply to list if it's a mailing list post - http://shlom.in/reply .

Re: irrational nubmer?

2020-02-19 Thread Shlomi Fish
s://en.wikipedia.org/wiki/Computer_algebra_system (CAS)-like system will be able to tell that the abstract number sqrt(2) is irrational, as well as some derivative numbers such as 3 + sqrt(2). E.g: ``` > my $num = sqrt(2); > say $num.is_irrational() True ``` It won't be able to giv

Re: irrational nubmer?

2020-02-23 Thread Shlomi Fish
On Thu, 20 Feb 2020 16:27:27 -0800 William Michels wrote: > On Thu, Feb 20, 2020 at 2:25 PM ToddAndMargo via perl6-users > wrote: > > > > On 2020-02-19 23:21, Shlomi Fish wrote: > > > Hi Paul, > > > > > > > > Well, it is not unt

Re: perl6 vs ruby

2020-02-29 Thread Shlomi Fish
he main difference between perl6 and ruby? I presume there are many differences between them. Perhaps you should peruse this doc: https://docs.perl6.org/language/rb-nutshell . > Is perl6 good at BIO? > do you mean https://en.wikipedia.org/wiki/Bioinformatics ? > Thank you. -

Re: My keeper on IO

2020-02-29 Thread Shlomi Fish
ivecommons.org/share-your-work/public-domain/freeworks/ * https://github.com/shlomif/Freenode-programming-channel-FAQ/blob/master/FAQ_with_ToC__generated.md#i-want-to-release-my-code---which-open-source-licence-should-i-use Thanks! > :-) > > -T -- Shlomi Fish https://www

Re: irrational nubmer?

2020-03-10 Thread Shlomi Fish
d? > >> > > > > I'm no boxing expert, but I know that Rat has high-level arithmetic > > defined for it and there is no native rational type to unbox to. > > That would have to go through Num, I suppose. So I see neither a need > > nor a target for un

Re: Dropbox and IO?

2020-04-07 Thread Shlomi Fish
> > > Do any of you using Windows and Dropbox know > > if Raku's file IO utilities can both read > > and write to a Drop Box drive? > > > > Many thanks, > > -T > > -- Shlomi Fish https://www.shlomifish.org/ https://www.shlomifish.org/open-sou

Re: How to read a web page?

2020-04-07 Thread Shlomi Fish
how-can-i-write-code-to-perform-operations-on-web-sites-for-me-that-otherwise-should-be-done-manually . Note that there are many file types and formats that can be found on the WWW and downloaded using HTTP/HTTPS. -- Shlomi Fish https://www.shlomifish.org/ NSA Factoids - ht

Re: Dropbox and IO?

2020-04-08 Thread Shlomi Fish
t; Sorry for my mistake. > > > > On Tue, 7 Apr 2020 at 07:51, Shlomi Fish wrote: > > > >> Hi Simon, > >> > >> On Tue, 7 Apr 2020 06:55:00 +0100 > >> Simon Proctor wrote: > >> > >> > Don't see why not, Dropbox i

Re: bash "."?

2020-05-15 Thread Shlomi Fish
ad simple key=value files like the network > > definition sysconfig ones on RedHat-style systems that you seem to want. > > Keep in mind that the shell probably interprets a bit more, so some > > configuration-reading modules may e.g. return the quotes around the > > value or s

Re: bash "."?

2020-05-15 Thread Shlomi Fish
Hi Todd! On Fri, 15 May 2020 00:26:28 -0700 ToddAndMargo via perl6-users wrote: > On 2020-05-14 23:57, Shlomi Fish wrote: > > The INI formats have no official (ISO/etc.) standard, and there are many > > variations of them. See, for example, the various options that > > htt

Re: perl streaming framework

2020-07-14 Thread Shlomi Fish
ipedia/etc. page for them? 3. Can you link to some examples? 4. Do you mean something like http://pdl.perl.org/ (or numpy for python)? > Thank you. -- Shlomi Fish https://www.shlomifish.org/ Why I Love Perl - https://shlom.in/joy-of-perl The reason the Messiah has not come yet, is b

Re: perl streaming framework

2020-07-14 Thread Shlomi Fish
/Inline-Java/lib/Inline/Java.pod . Some of them work fairly well from my experience (caveat: I currently comaintain Inline-Ruby: https://metacpan.org/pod/distribution/Inline-Ruby/lib/Inline/Ruby.pod ) > Thank you. > > > > On Tue, Jul 14, 2020 at 3:39 PM Shlomi Fish wrote:

Re: perl streaming framework

2020-07-15 Thread Shlomi Fish
/www.shlomifish.org/meta/site-source/ I was once told that generated static HTML should be avoided because PHP is the present and the future, but it seems they were proven wrong too: * https://github.com/shlomif/shlomif-tech-diary/blob/master/static-site-generators--despair.md I'm not sayi

Re: Eject flash drive in Windows?

2020-09-22 Thread Shlomi Fish
32-api Hope that helps! > Many thanks, > -T -- Shlomi Fish https://www.shlomifish.org/ List of Portability Libraries - https://shlom.in/port-libs Only two things are infinite: the universe, and Chuck Norris’s destruction ability. And we cannot be sure about the former thanks to the l

Re: List name and raku installation options

2020-09-27 Thread Shlomi Fish
ot;-j" / "--jobs" flag: https://www.gnu.org/software/make/manual/make.html#Parallel Or did I misunderstand what you wish to achieve? > (It seemed to speed up experiments on a Raspberry Pi with an earlier > format of the download, where it was possible to change the make > c

Re: how do I turn a real into and array of Integers?

2021-10-31 Thread Shlomi Fish
t; '3', > > '1' > > ]; > > > Regards > > Alice > > On Sun, Oct 31, 2021 at 2:58 PM ToddAndMargo via perl6-users < > perl6-us...@perl.org> wrote: > > > Hi All, > > > > Without going into why (it is a

Re: about binary protocol porting

2021-12-28 Thread Shlomi Fish
uckgo.com/?q=raku+sockets&atb=v140-1&ia=web . -- Shlomi Fish https://www.shlomifish.org/ https://shlomifishswiki.branchable.com/Self-Sufficiency/ To have bugs is human; to fix them — divine. — https://www.shlomifish.org/humour.html Please reply to list if it's a

Proper Tail Recursion

2001-11-14 Thread Shlomi Fish
-defined mechanisms and/or optimizations in Parrot to do so. For instance, we can have a "ret-with-call" opcode. However, isn't it exactly the same as a jump instruction ? What is the current stance on implementing proper tail recursion in perl6? Regards,

Map and Batch Operations on Arrays

2001-11-14 Thread Shlomi Fish
to be implemented? Regards, Shlomi Fish -- Shlomi Fish[EMAIL PROTECTED] Home Page: http://t2.technion.ac.il/~shlomif/ Home E-mail: [EMAIL PROTECTED] If: 1. A is A 2. A is not not-A does it imply

Re: CPP Namespace pollution

2002-01-25 Thread Shlomi Fish
RROT_UNUSED. The recommended use of this header would only be internally, and it won't be included by any of the headers that the library would require. Of course, PARROT can be replaced with PRT or with any other prefix. Regards, Shlomi Fish > -- ---

Re: Multimethod dispatch for parrot?

2002-03-07 Thread Shlomi Fish
quot; or something of this vain. ), etc. We probably should figure out what kind of multimethods are commonly used in the languages we plan Parrot to be suitable for, and in perl6, and decide what to have according to this. The user can complement the rest in user-land.[1] Regards, Shlomi

Re: Greetings

2002-03-12 Thread Shlomi Fish
org/ So, it could use some more operators added to the language. It is possible that the Perl 6 operators set can compensate for it. However, defining new operators is a very good feature which I already thought of as missing in most languages I encountered. Regards, Shlomi Fish > I

Why not gmp? [was Re: pdd14 -- bignums]

2002-03-12 Thread Shlomi Fish
Question: why can't we link against GNU's GMP to provide us with those big number facilities? Is there any reason we need to re-invent the wheel? (except to make Parrot self-contained and non dependent on anything else, which, IMO, is not a very good cause) Regards, S

Re-inventing the wheel [was RE: Why not gmp? [was Re: pdd14 --bignums] ]

2002-03-13 Thread Shlomi Fish
On Wed, 13 Mar 2002, Brent Dax wrote: > Shlomi Fish: > # Question: why can't we link against GNU's GMP to provide us > # with those big > # number facilities? Is there any reason we need to re-invent the wheel? > # (except to make Parrot self-contained and non depen

PMC for Lexical-Scoping Variable Frames

2002-03-15 Thread Shlomi Fish
s gets a bit messier when we assume that variables can be referenced by either their names or IDs and that they can store either INTs, strings or other PMCs. Nevertheless, I'd like to try and write an ad-hoc implementation for Parrot. Does this correspond with the general Parrot philosophy? Any oth

Re: PMC for Lexical-Scoping Variable Frames

2002-03-15 Thread Shlomi Fish
On Fri, 15 Mar 2002, Dan Sugalski wrote: > At 12:42 PM +0200 3/15/02, Shlomi Fish wrote: > >Does this correspond with the general Parrot philosophy? Any > >other objections? > > Did you look at PDD 6? Most of this is already spec'd out. > You mean "PDD 6: Parro

Re: Working on punie + rindolf (the implementation) Reloaded

2007-04-11 Thread Shlomi Fish
On Monday 02 April 2007, Marc Lehmann wrote: > On Sat, Mar 31, 2007 at 05:06:34AM +0300, Shlomi Fish <[EMAIL PROTECTED]> wrote: > > Hi Marc! > > > > May I forward my reply to the list? > > Yes, you may. Sorry for replying probably too late, thanks for askin

Re: per 5 converter?

2017-02-13 Thread Shlomi Fish
e for it to be more compatible with it, it was executed slower by Node.js than the Perl 5 original. Regards, Shlomi Fish > Many thanks, > -T >

Re: per 5 converter?

2017-02-13 Thread Shlomi Fish
ung on by its fingernails because there was always a significant number of people in the Galaxy who were not in their right minds. ” From https://en.wikipedia.org/wiki/Mostly_Harmless . ;-) Regards, Shlomi Fish

Re: program/script question

2017-03-07 Thread Shlomi Fish
AQ/blob/master/FAQ.mdwn#what-do-you-think-about-interpreted-vs-compiled-languages Note that I have written most of that page. Regards, Shlomi Fish

Re: program/script question

2017-03-08 Thread Shlomi Fish
On Tue, 7 Mar 2017 13:46:08 -0800 ToddAndMargo wrote: > On 03/07/2017 07:42 AM, Shlomi Fish wrote: > > Hi Todd, > > > > On Sat, 4 Mar 2017 19:23:07 -0800 > > ToddAndMargo wrote: > > > >> Hi All, > >> > >> This is one of those reall

Re: Perl 6 docs

2017-03-25 Thread Shlomi Fish
Hi Gabor, On Sat, 25 Mar 2017 13:36:31 +0100 Gabor Szabo wrote: > When I search for %INC at https://docs.perl6.org/ it offers "%INC (Perl 5)" > but when I search for the more common @INC > Your sentence appears to be cut in the middle - I cannot understand it. Can you clarify? > Luckily the

Re: Perl 6 docs

2017-03-25 Thread Shlomi Fish
On Sat, 25 Mar 2017 16:49:04 +0100 Gabor Szabo wrote: > https://github.com/perl6/doc/issues/1257 Thanks for clarifying!

Re: write string requires an object with REPR MVMOSHandle

2017-03-29 Thread Shlomi Fish
On Wed, 29 Mar 2017 12:10:15 +0200 Timo Paulssen wrote: > As part of the IOwesome grant, zoffix is going to fix this error. It's > what you get when you try to write to or read from or do anything with a > closed IO::Handle. > > When you use "LEAVE:" you're just declaring a label called "LEAVE".

Re: write string requires an object with REPR MVMOSHandle

2017-03-29 Thread Shlomi Fish
On Wed, 29 Mar 2017 12:47:58 +0200 Elizabeth Mattijsen wrote: > > On 29 Mar 2017, at 12:36, Shlomi Fish wrote: > > > > On Wed, 29 Mar 2017 12:10:15 +0200 > > Timo Paulssen wrote: > > > >> As part of the IOwesome grant, zoffix is going to fix this err

Re: net::smtp went missing

2017-05-18 Thread Shlomi Fish
te/bin/zef --help > Required named parameter 'name' not passed >in sub MAIN at /usr/share/perl6/site/bin/zef line 10 >in block at /usr/share/perl6/site/bin/zef line 2 > > What happened to me and how do I fix it? > > > Many thanks, > -T > > &g

Re: net::smtp went missing

2017-05-18 Thread Shlomi Fish
On Thu, 18 May 2017 01:14:11 -0700 ToddAndMargo wrote: > On 05/18/2017 12:50 AM, ToddAndMargo wrote: > > On 05/18/2017 12:43 AM, Shlomi Fish wrote: > >> On Wed, 17 May 2017 22:52:46 -0700 > >> ToddAndMargo wrote: > >> > >>> Hi All, >

Re: remove spaces?

2017-05-18 Thread Shlomi Fish
ters in ASCII and in unicode than just ' ' (or '\x20') - \t, \v, \n, etc. How do you wish to handle them? -- - Shlomi Fish http://www.shlomifish.org/ What Makes Software Apps High Quality - http://shlom.in/sw-quality The Blues Brothers are on a mission from God. God

Perl 6 Speed Revelation

2017-07-22 Thread Shlomi Fish
o sum up: 1. GNU factor is really fast. 2. When it comes to factorisation, perl 5 and perl 6 are slower and run at a comparable speed. I apologise for the noise I caused. Regards, Shlomi -- - Shlomi Fish

Re: json file pase

2017-09-02 Thread Shlomi Fish
[resending because the original appears to not have arrived] Hi N6Ghost! I find you hard to understand - please try to write more coherently. On Sat, 2 Sep 2017 01:45:35 -0700 wrote: > Hi all, > > I have been away from Perl for long time, but I have a problem that may be up > its allay for a

Re: bash and pm6 question

2017-09-21 Thread Shlomi Fish
> > Many thanks, > -T > -- ----- Shlomi Fish http://www.shlomifish.org/ NSA Factoids - http://www.shlomifish.org/humour/bits/facts/NSA/ Selina: How may I be of service? Alan: Well, according to the Codex, we’re supposed to be slain by you. — http://www.shlomifish.org/humour/Selina-Mandrake/

Re: Perl 6: Protecting Intellectual Property for Commercial Code

2017-10-23 Thread Shlomi Fish
www.linux.com/news/why-term-intellectual-property-seductive-mirage and http://ericsink.com/articles/Intellectual_Property.html . -- - Shlomi Fish http://www.shlomifish.org/ Best Introductory Programming Language - http://shlom.in/intro-lang I’m worser at superlatives. A

Re: Perl 6: Protecting Intellectual Property for Commercial Code

2017-10-23 Thread Shlomi Fish
reconstruct the original python source code from the *.pyc files. See http://shlomif-tech.livejournal.com/39732.html (which was linked in one of my links). -- --------- Shlomi Fish http://www.shlomifish.org/ http://ccmixter.org/files/

Re: Perl 6: Protecting Intellectual Property for Commercial Code

2017-10-26 Thread Shlomi Fish
aceptable for commercial sale for the same reason. > I see. -- --------- Shlomi Fish http://www.shlomifish.org/ My Aphorisms - http://www.shlomifish.org/humour.html Chuck Norris taught God how to create the universe. — http://www.shlomifish.org/humour/b

Fw: Perl 6: Protecting Intellectual Property for Commercial Code

2017-10-26 Thread Shlomi Fish
Please reply to list if it's a mailing list post - http://shlom.in/reply . Begin forwarded message: Date: Thu, 26 Oct 2017 07:43:43 -0700 From: James Ellis Osborne III To: Shlomi Fish Subject: Re: Perl 6: Protecting Intellectual Property for Commercial Code As another aside (That

  1   2   >