Page 1 of 1

Learning PPL As a First Language

PostPosted: Jul 13, 2004 @ 3:44pm
by sponge

PostPosted: Jul 13, 2004 @ 4:03pm
by webba
Sponge,

I'm not the best person to answer your question as I haven't started coding with PPL yet, but I can advise you to have a look on the official website:

There are some code snippets and tutorials which should give you a good idea. Dont be put off if it looks complicated, I believe a lot of it can be generated by the PIDE.

I'd say give it a go!

Regards,

Andy.

PostPosted: Jul 13, 2004 @ 4:10pm
by sponge
Yup, looked through that, was wonderring how a hands-on experience would work out too. In either case, I'd definitely be interested in getting in on the beta, although I probably can't contribute too much besides the basics!

PostPosted: Jul 13, 2004 @ 4:19pm
by kornalius
Hi Sponge,

If you want to be part of the beta, please send an email to kornalius @ hotmail.com. I will happy to add you to the next release of PPL.

Every new tester can help PPL in a lot of ways. Even a person who is learning programming will have new ideas and can find bugs that hardcore programmers won't find. :)

Regards,
Kornalius

PostPosted: Jul 13, 2004 @ 4:23pm
by sponge
Sent the message, thanks!

PostPosted: Jul 13, 2004 @ 9:35pm
by blazingwolf
I am new to programming and have learned quite a bit since I started playing with PPL. I'm still having trouble with comboboxes though. Anyway, I think playing with PPL is a good way to start. It has a bunch of samples to look at plus the tutorials are great. 1 of these days I will be able to write the program I want to create.

Thanks kornalius for creating this program and having this beta.

PostPosted: Jul 13, 2004 @ 10:06pm
by PointOfLight
sponge: I think PPL is a good way to learn programming for two reasons. First of all, as a new product it has a fresh community, and since we're all at least in the same boat in terms of learning this particular language, everyone is willing to help when they can. Second, since this is primarily a C derivative, you get access to a lot of things you wouldn't in a tool like NSBasic or eVB, so in the end you'll be a better programmer for it.

blazingwolf: if you have any questions about combo boxes, please ask! I am in the process of taking the library that redshift started for combos and expanding it somewhat. It should make it very simple for you to get a handle on using combos. I should hopefully have that, along with several other control related libraries, available next week.

PostPosted: Jul 13, 2004 @ 10:17pm
by dan33
PPL reminds me of the first language I learned, which was mIRC scripting (about 8 years ago, heh). Languages like PPL are excellent to learn with because you won't get bogged down by simple things, like trying to learn how to convert an integer into characters.

Some of my code library

PostPosted: Jul 14, 2004 @ 11:28am
by mervjoyce
Nothing outstanding here but attached are my Combobox and Edit (memo) libraries to share with the PPL community ... usual proviso - use as you please but no responsibility etc

cheers

PostPosted: Jul 14, 2004 @ 2:58pm
by kornalius

Libraries

PostPosted: Jul 15, 2004 @ 12:03am
by mervjoyce

PostPosted: Jul 15, 2004 @ 1:38am
by blazingwolf

PostPosted: Jul 15, 2004 @ 5:47am
by PointOfLight