(synopses)
> > for for at least 10 years, probably longer.
> >
> > > "_" ~~ //
> > 「_」
> > alpha => 「_」
> >
> > On Thu, Sep 27, 2018 at 7:52 PM Brandon Allbery wrote:
> >
> > > "_" is not an alphabetic ch
my alternative is Vim with a bunch of plugins to support (all) the features
quoted at http://padre.perlide.org/features/
If anyone is interested my .vimrc is available at
https://github.com/jahagirdar/misc-scripts/blob/master/.vimrc
On Sat, Feb 25, 2017 at 7:17 AM, ToddAndMargo wrote:
> On 02/2
For vim/gvim check mouse options and gui options as it impacts some of the
selection behavior.
On Thu, Jun 22, 2017 at 11:01 AM, Jan Ingvoldstad
wrote:
> Hah, I see that my original response only went to ToddAndMargo, how
> dull-witted I must have been.
>
> On Wed, Jun 21, 2017 at 10:13 PM, The
I had a similar dilemma, Recently multiple customers asked for the same
feature, say add "login with google" in their old CGI.pm based website.
Now If I implement this for one customer does the code becomes his IP and I
cannot implement it for another?
Should I retype the same hundred lines for e
Marketing is not only about branding. It is also about finding Evangelists.
Perl's traditional base was in
- Web Development,
- Text Processing,
- Bio-Informatics and
- As a general glue language among the sys admin and EDA community.
How many of these sectors are moving away or have
While I am not an expert in R, My observation about the specific features
that I use often in R and its equivalence in Perl is as follows.
- The *apply functions, Technically it is similar to Perl's map/grep and
friends.
- Magrittr: Perl5 has no equivalent function, Perl6 has the pipe
the given example does not.On Sep 28, 2018 8:22 AM, Brandon Allbery
via RT wrote:
>
> "_" is not an alphabetic character. It's allowed in "alnum" because that is
> by intent what is \w in other regex implementations, which includes "_".
>
> On Thu,
I recently worked on, and am proposing the topic of, "Writing a SystemC
parser and unit test framework generator in one day" If the topic is
interesting please block a slot in the second half of December for me.
Regards
Vijay
On Fri, Nov 16, 2018 at 11:57 AM JJ Merelo wrote:
> Do you have someth
I agree, perl6 can be the glue language in academics which can be used to
showcase different computing concepts, be it methodologies - functional,
oops,procedural -, parallelism, VM, antlr etc.
On Wed, Jan 20, 2016, 2:29 AM Peter Scott wrote:
> I have seen Damian demonstrate how Perl 6 can be th
(synopses)
> > for for at least 10 years, probably longer.
> >
> > > "_" ~~ //
> > 「_」
> > alpha => 「_」
> >
> > On Thu, Sep 27, 2018 at 7:52 PM Brandon Allbery wrote:
> >
> > > "_" is not an alphabetic ch
the given example does not.On Sep 28, 2018 8:22 AM, Brandon Allbery
via RT wrote:
>
> "_" is not an alphabetic character. It's allowed in "alnum" because that is
> by intent what is \w in other regex implementations, which includes "_".
>
> On Thu,
11 matches
Mail list logo