Search found 9 matches

by johndehope3
Thu Jan 05, 2006 10:45 pm
Forum: Off Topic
Topic: What Does PB v4 Mean?
Replies: 2
Views: 1338

Hmm that's pretty vague. I guess we'll have to wait and see then.
by johndehope3
Thu Jan 05, 2006 10:13 pm
Forum: Off Topic
Topic: What Does PB v4 Mean?
Replies: 2
Views: 1338

What Does PB v4 Mean?

Is it a secret what the changes coming with PB v4 are? I know it hasn't been released yet. I was just wondering what has changed. Or is it all meant to be a surprise?
by johndehope3
Wed Jan 04, 2006 9:58 pm
Forum: Feature Requests and Wishlists
Topic: Help File Maintainer
Replies: 0
Views: 790

Help File Maintainer

Is there a maintainer for the purebasic help file? I volunteer myself if there isn't one, or they want a break. I am getting back into PB development and I need something to "wet my whistle".
by johndehope3
Thu Oct 27, 2005 10:47 pm
Forum: General Discussion
Topic: @Fred: Should I wait for the first beta of PB 4.0 ... ?
Replies: 18
Views: 4878

Why not use AutoComplete? Type "Pro" and hit TAB, then 3 cursor downs. I didn't know I could do that. But now that you mention it, it sounds okay.

Because that's another keyword used in conjunction with "Gosub". Is PureBasic for programmers in 2005 or 1985? I think we can safely get rid of GOSUB ...
by johndehope3
Thu Oct 27, 2005 9:37 pm
Forum: General Discussion
Topic: @Fred: Should I wait for the first beta of PB 4.0 ... ?
Replies: 18
Views: 4878

I'm waiting too. I like PureBasic but I'm hoping that some of the syntax will shorten. I can't stand typing ProcedureReturn! Why not just "return"? Well anyway I am excited to see what 4 has to offer.
by johndehope3
Mon Jan 31, 2005 3:22 pm
Forum: Feature Requests and Wishlists
Topic: [Implemented] Compiler features
Replies: 16
Views: 3842

Why call them anything at all?

What I don't understand is why we have to call them anything at all? Instead of this...
Procedure.s MyName() ... EndProcedure
What's wrong with this...
MyName.s() ... EndProcedure
While I'm on the topic, how about just End instead of EndProcedure, EndIf, etc.
Also, why not Return instead of ...
by johndehope3
Wed May 19, 2004 11:31 pm
Forum: General Discussion
Topic: Purebasic Compiling Itself?
Replies: 3
Views: 1428

Purebasic Compiling Itself?

Could you write a compiler for the Purebasic language using Purebasic? In other words, can Purebasic compile itself? If not, what feature is missing from Purebasic that would prevent such a project?
by johndehope3
Tue May 11, 2004 2:06 am
Forum: General Discussion
Topic: Building a Language in PB
Replies: 13
Views: 4706

Wow! I have been doing exactly the same thing. My goal is to build an interpreter, not a compiler. The purpose is to give very extensive and context-sensitive error messages. For example, in a normal case-sensitive language you might write this code...
int x;
X = 10;

An you'd get an error ...
by johndehope3
Thu Jan 22, 2004 6:56 am
Forum: Feature Requests and Wishlists
Topic: New Constants...
Replies: 24
Views: 7961

Umlaut