Page 1 of 2

This place is a bit dead now?

Posted: Fri Jun 24, 2011 11:09 pm
by utopiomania
Or is it just me? A few years ago there was 4 pages of unread forums posts after a few days away,
now there is 3 pages after two weeks away :)

I try to develop software for iPhone/iPad/Android/Symbian/Blacberry etc these days, what about you?

The same? Maybe thats the explanation. :)

Re: This place is a bit dead now?

Posted: Sat Jun 25, 2011 12:49 am
by netmaestro
Seems quite less busy to me too. Also the pace of development on PureBasic seems slower. Maybe that's part of the reason, dunno. Hope things pick up soon though. :?

Re: This place is a bit dead now?

Posted: Sat Jun 25, 2011 12:56 am
by kenmo
The forum definitely does seem to cool down between PB releases. I think 4.60 is due soon, I'm looking forward to the changes and some big bug fixes.

I think a lot of people here are busy with other things... personally I am trying to finish my degree and get a serious job by the end of the year.
(Although I'm slowly chipping away at a game in PB in my free time!)

Re: This place is a bit dead now?

Posted: Sat Jun 25, 2011 1:38 am
by USCode
Also, Fred and Freak haven't posted much lately, I'm assuming they're on well-earned vacations.
When they come back and start addressing bugs, things should pick up again.

Re: This place is a bit dead now?

Posted: Sat Jun 25, 2011 3:01 am
by dhouston
USCode wrote:Also, Fred and Freak haven't posted much lately, I'm assuming they're on well-earned vacations.
Or maybe working on an ARM port. I'd give my left arm (the paralyzed one) to be able to use PB on the Chumby. which I think runs on Arm.

Re: This place is a bit dead now?

Posted: Sat Jun 25, 2011 5:06 am
by MachineCode
netmaestro wrote:the pace of development on PureBasic seems slower
Which is weird, because after the last release the team said updates would be more frequent in future. However, it's almost been an entire YEAR since the last update. I wonder what happened to their plans. They need to communicate here more and keep their paying customers informed.

Re: This place is a bit dead now?

Posted: Sat Jun 25, 2011 7:25 am
by idle
I expect the Team have been very busy, there's a lot of changes in 4.6

@DHouston
Concerning Arm support, it's on the way, but it'll only be a bare bones self hosting PB cross compiler.
It will facilitate the community to contribute high level functions written in PB for specific targets
and also allow you to utilize libs from c, c++ and objective c. I'm not far from starting on the code generation
though I've become a little side tracked trying to build the tools on windows and haven't had any success.

Re: This place is a bit dead now?

Posted: Sat Jun 25, 2011 3:12 pm
by dhouston
idle wrote:@DHouston
Concerning Arm support, it's on the way
Great! However, I should have double-checked my facts. Chumby uses a CPU from what used to be Motorola (now Freescale) - it's disarmed.

Re: This place is a bit dead now?

Posted: Sat Jun 25, 2011 4:47 pm
by Nituvious
idle wrote:I expect the Team have been very busy, there's a lot of changes in 4.6

@DHouston
Concerning Arm support, it's on the way
Does this mean we can compile apps for mobiles/smart phones? :shock:


On topic, I've noticed some lower activity too. Maybe it's just the summer time that is the reason everyone is away. ;)
I have been writing some stuff in C and PHP lately but I still use PB for everything else!

Re: This place is a bit dead now?

Posted: Sat Jun 25, 2011 10:33 pm
by idle
Nituvious wrote: Does this mean we can compile apps for mobiles/smart phones? :shock:
Thats the plan, though it would require a community effort to create the High level functions
like OpenWindow across the various targets Wrapping the calls to their native API's.

Re: This place is a bit dead now?

Posted: Sun Jun 26, 2011 12:55 pm
by Thorium
idle wrote:
Nituvious wrote: Does this mean we can compile apps for mobiles/smart phones? :shock:
Thats the plan, though it would require a community effort to create the High level functions
like OpenWindow across the various targets Wrapping the calls to their native API's.
Thats awesome news!

Re: This place is a bit dead now?

Posted: Sun Jun 26, 2011 12:57 pm
by DarkDragon
Thorium wrote:
idle wrote:
Nituvious wrote: Does this mean we can compile apps for mobiles/smart phones? :shock:
Thats the plan, though it would require a community effort to create the High level functions
like OpenWindow across the various targets Wrapping the calls to their native API's.
Thats awesome news!
I don't trust it yet, it should be confirmed first by Fred or Freak.

Re: This place is a bit dead now?

Posted: Sun Jun 26, 2011 1:16 pm
by Thorium
DarkDragon wrote:
Thorium wrote:
idle wrote:
Nituvious wrote: Does this mean we can compile apps for mobiles/smart phones? :shock:
Thats the plan, though it would require a community effort to create the High level functions
like OpenWindow across the various targets Wrapping the calls to their native API's.
Thats awesome news!
I don't trust it yet, it should be confirmed first by Fred or Freak.
It sounds like idle is developing the compiler.

Re: This place is a bit dead now?

Posted: Sun Jun 26, 2011 9:48 pm
by idle
Yes I am writing it initially at least. For all I knew we could have been making feature requests for years.
So rather than waiting it's easier to just do it! Once it's nailed together Fred can then decide if he wants
host and contribute to the project. (most of the effort is coming to terms with LLVM the rest is fairly trivial)

Re: This place is a bit dead now?

Posted: Mon Jun 27, 2011 6:14 am
by DarkDragon
idle wrote:Yes I am writing it initially at least. For all I knew we could have been making feature requests for years.
So rather than waiting it's easier to just do it! Once it's nailed together Fred can then decide if he wants
host and contribute to the project. (most of the effort is coming to terms with LLVM the rest is fairly trivial)
Well, that's nice, but I won't trust you until I see a working release, as PB .NET wasn't ever really released, but announced 100 times :lol: .