Re: Perl 6 Advent calendar open for contributions

2018-11-19 Thread vijayvithal jahagirdar
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

Re: [perl #133541] Grammer bug vs

2018-10-01 Thread vijayvithal jahagirdar
This is in conflict with the documentation at https://docs.perl6.org/language/regexes which states Alphabetic characters including _ And \w. plus In my example. '_' matches the alpha regex. As per specifications, Everything that matches alpha should match alnum. Which in the given example

Re: Naming debate- what's the location for it?

2018-02-20 Thread vijayvithal jahagirdar
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

Re: Naming debate- what's the location for it?

2018-02-16 Thread vijayvithal jahagirdar
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

Re: who own my code?

2017-10-22 Thread vijayvithal jahagirdar
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

Re: Any text editors for programming that support the secondary selection clipboard?

2017-06-21 Thread vijayvithal jahagirdar
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

Re: Your thoughts on Padre?

2017-02-24 Thread vijayvithal jahagirdar
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

Re: Perl 6 Advocacy Suggestion

2016-01-19 Thread vijayvithal jahagirdar
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