Coder Social home page Coder Social logo

Comments (8)

tbrowder avatar tbrowder commented on July 24, 2024

On Saturday, September 3, 2016, Tushar Harishbhai Dave <
[email protected]> wrote:

Hello,

I was referring to S26 to get familiarity with Perl 6 Pod system. I am
trying the examples from the synopsis. Unfortunately, the numbered
list/head code doesn't work the way the doc said. I have tried all the
combination that explained in the doc. Below is what I have tried so far.

Sorry to say that not all features of Perl 6 pod are implemented yet. To
get a feel for what is implemented, look at the pod6 files that produce
docs.perl6.org.

Best regards,

-Tom

from old-design-docs.

tushardave26 avatar tushardave26 commented on July 24, 2024

Thanks Tom for your prompt response. Could you please direct me the location of the Pod files that you mentioned?

And it's very unfortunate not to have those features. Looking forward to seeing them implemented soon.

-Tushar

from old-design-docs.

tbrowder avatar tbrowder commented on July 24, 2024

On Sunday, September 4, 2016, Tushar Harishbhai Dave <
[email protected]> wrote:

Thanks Tom for your prompt response. Could you please direct me the
location of the Pod files that you mentioned?

...

You're welcome, Tushar. For the pod source, check out the git repo at <
https://github.com/perl6/doc>.

A good start there is to look at the pod6 files in the doc/Language
subdirectory.

BTW, I assume you have been checking out the official docs at docs.perl6.org
.

And it's very unfortunate not to have those features. Looking forward to
seeing them implemented soon.

Well, I'm working on getting tables fully functional, but I haven't worked
on the project for a while. When I finish that successfully, I plan to
work on getting other portions of inoperative pod to work. You can find my
work in my fork of rakudo at https://github.com/tbrowder/rakudo.

Best regards,

-Tom

from old-design-docs.

tushardave26 avatar tushardave26 commented on July 24, 2024

Thanks again Tom for your reply.

Yes, docs.perl6.org is the first place where I usually look for the stuff.

If you can explain to me how to start contributing to the project, I am more than happy to help. I have never contributed to any open source project before so I am in kind of fuzzy state. I can contribute in my spare time.

-Tushar

from old-design-docs.

tbrowder avatar tbrowder commented on July 24, 2024

On Sunday, September 4, 2016, Tushar Harishbhai Dave <
[email protected]> wrote:

Thanks again Tom for your reply.

Yes, docs.perl6.org is the first place where I usually look for the stuff.

If you can explain to me how to start contributing to the project, I am
more than happy to help. I have never contributed to any open source
project before so I am in kind of fuzzy state. I can contribute in my spare
time.

Well, Tushar, depending on your experience, it may take a bit of effort to
learn the ropes, but there are all kinds of things that one can do to
help. And the community is basically nice and helpful.

(I assume you have already installed Perl 6 and are experimenting with it.)

Several places to start, IMHO (in no particular order):

  1. get a github.com account and get familiar with git
  2. join the #perl6 IRC channel and start following conversations, jump in
    and introduce yourself when you feel comfortable
  3. check out the "how to help" page on perl6.org:

http://perl6.org/getting-started/involved
4. subscribe to all the mailing lists

Welcome to the Perl 6 community, Tushar!

Best regards,

-Tom

from old-design-docs.

tushardave26 avatar tushardave26 commented on July 24, 2024

Thanks Tom for your informative comments.

To just give you information about my background, I am an active Perl 5 user and exploring Perl 6 since its first launch. I use Perl5 in my everyday job as it's the first language that I have learned and worked with. I already have a GitHub account and using it for my projects. I have already signed up for Perl 6 weekly and also asked questions over IRC channel. I believe, now I have adequate knowledge of Perl 6 to start up something on my own. So, I have started developing Perl 6 module. I hope I will get some time to finish it soon. I am hoping to see Perl 6 book out soon as I have faced a lot of trouble finding a step by step guide for myself for Perl 6. I have attended YAPC::NA 2016 where Larry said he has no plan to write a book in near future. But the book will be a great thing at this moment (as per my point of view).

Thanks again for all your replies.

from old-design-docs.

tbrowder avatar tbrowder commented on July 24, 2024

On Sunday, September 4, 2016, Tushar Harishbhai Dave <
[email protected]
javascript:_e(%7B%7D,'cvml','[email protected]');> wrote:

Thanks Tom for your informative comments.

You're welcome, Tushar, glad they're useful.

To just give you information about my background, I am an active Perl 5
user and exploring Perl 6 since its first launch.

...

I'm in similar situation: using Perl 4, then 5, for work and fun since
1993. Hoping for Perl 6 sooner, but using it since early 2015--and not
looking back (except when necessary).

I'm actively working on two Perl 6 modules and have another on deck. Also
contributing to p6 docs, and rakudo code where I can.

I am hoping to see Perl 6 book out soon as I have faced a lot of trouble
finding a step by step guide for myself for Perl 6. I have attended
YAPC::NA 2016 where Larry said he has no plan to write a book in near
future. But the book will be a great thing at this moment (as per my point
of view).

I, too, look forward to a book. Tushar, I was at YAPC::NA 2016, too! Did
you attend any of Damian's classes? Either in a hallway meeting with Larry
Wall and Damian, or from Damian, or through the grapevine (I think Damian
said it in class because I asked about a book), Damian and Larry are
talking with O'Reilly about a book to come out early next year.

What name are you using on #perl6? I'm "tbrowder" (I gave up on silly
names decades ago). What part of the world do you live in?

I'm trying to get interest in Perl ( esp. Perl 6) in northwest Florida. We
do have a Linux User Group here (https://nwflug.org), and a Python
group, but not much Perl interest.

Thanks again for all your replies.

My pleasure! Happy Perl Sixing!

-Tom

from old-design-docs.

tushardave26 avatar tushardave26 commented on July 24, 2024

No, I haven't attended any of Damian's classes because of either the time or the cost. I have attended his talk, though. I am a big fan of his work.

Damian and Larry are talking with O'Reilly about a book to come out early next year.

This is great news. In the Q&A session with Larry, Larry said he doesn't find enough time to write the book as all of us ask him to attend various conferences.

What name are you using on #perl6? I'm "tbrowder" (I gave up on silly
names decades ago). What part of the world do you live in?

I am not that much active on IRC. Whenever I am on it, I use "tushar". I am in Baltimore, MD.

I'm trying to get interest in Perl ( esp. Perl 6) in northwest Florida. We
do have a Linux User Group here (https://nwflug.org), and a Python
group, but not much Perl interest.

Same here in Baltimore. We have only 5-7 people in MeetUp group. And I think it's same everywhere. Whenever I said to others that I am Perl programmer, first of all, they stare at me and then ask me for good reasons of why am I still using it. Even few of them ask me to change my interest to Python saying that Perl is not OOP language.

Anyways, nice talking to you.

from old-design-docs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.