Any PB programmers who are EMPLOYEES2?

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Any PB programmers who are EMPLOYEES2?

Post by Tenaja »

I'm curious--are there any employees who write PB as a job? NOT self-employed, and not consultants who get to pick their own language, but employees...

I know the new guy (SniffTheGlove) is one, and Freak might count...anyone else?

Just curious...are we all hobbyists and/or self employed?
User avatar
Blood
Enthusiast
Enthusiast
Posts: 161
Joined: Tue Dec 08, 2009 8:34 pm
Location: United Kingdom

Re: Any PB programmers who are EMPLOYEES?

Post by Blood »

The nearest you would get to writing basic at work would be Visual Basic but that being phased out and being replaced with C#. Maybe LotusScript in Lotus Notes would be next but who the hell wants to write that crap! lol.
C provides the infinitely-abusable goto statement, and labels to branch to. Formally, the goto is never necessary, and in practice it is almost always easy to write code without it. We have not used goto in this book. -- K&R (2nd Ed.) : Page 65
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Re: Any PB programmers who are EMPLOYEES?

Post by Tenaja »

Blood wrote:... Visual Basic but that being phased out and being replaced with C#....
Phased out?!?!? VB was never thought of as a language to be used at work...only for hobbyists. They've just rebranded it with curly braces to make it acceptable in the workplace.
User avatar
luis
Addict
Addict
Posts: 3895
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: Any PB programmers who are EMPLOYEES?

Post by luis »

Tenaja wrote:VB was never thought of as a language to be used at work...only for hobbyists.
I used VB 5.0 and 6.0 at work for some years, and wrote software that had a good diffusion in the pharmaceutical industry (to optimize the production lines). I know many other people who developed on it at work. Then on VB.Net too.

The language itself was not bad (old VB), but the actual code generated was quite crappy, bloated, and slow. It was difficult to get acceptable performance from it. It also had some crude objects implementation.

To answer you question, I use PB only for my hobby, because I like it and it's light, quick, fast to use.
"Have you tried turning it off and on again ?"
User avatar
djes
Addict
Addict
Posts: 1806
Joined: Sat Feb 19, 2005 2:46 pm
Location: Pas-de-Calais, France

Re: Any PB programmers who are EMPLOYEES?

Post by djes »

I'm using PB for some tasks at work (I'm employee). The latest was when I had to watermark a lot of high resolution pictures and I couldn't find the tool to do it the way I wanted.
jesperbrannmark
Enthusiast
Enthusiast
Posts: 536
Joined: Mon Feb 16, 2009 10:42 am
Location: sweden
Contact:

Re: Any PB programmers who are EMPLOYEES?

Post by jesperbrannmark »

I run my own business and use PB a lot. I also have employees (plural) that use a mix of languages; php, c++ and PB.
User avatar
Shield
Addict
Addict
Posts: 1021
Joined: Fri Jan 21, 2011 8:25 am
Location: 'stralia!
Contact:

Re: Any PB programmers who are EMPLOYEES?

Post by Shield »

Why do you think VB is being phased out? VB.NET offers the same exact functionality regarding the .NET
environment, so there is no point in letting it phase out. Actually, the whole point of .NET is to have
many different languages that are 100% compatible. And that's the case with C# and VB.NET and also all
those other "official" .NET languages such as J#, F#, C++.NET etc.
Image
Blog: Why Does It Suck? (http://whydoesitsuck.com/)
"You can disagree with me as much as you want, but during this talk, by definition, anybody who disagrees is stupid and ugly."
- Linus Torvalds
User avatar
GG
Enthusiast
Enthusiast
Posts: 266
Joined: Tue Jul 26, 2005 12:02 pm
Location: Lieusaint (77), France

Re: Any PB programmers who are EMPLOYEES?

Post by GG »

As an employee, I'm usually using PB at work. I've got 6 projects which need PB, and the biggest one helps me to save a lot of time. It allows me to generate in several SQL scripts depending of various contraints, trading calendars for all trading stock exchange.
Purebasic 6.12 64 bits - Windows 11 Pro 64 bits 23H2
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Re: Any PB programmers who are EMPLOYEES?

Post by Kukulkan »

I have two employees that are using PB at work. We do our SDK (software development kit) and client software using PureBasic for both Windows and Linux.

Kukulkan
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Re: Any PB programmers who are EMPLOYEES2?

Post by Rings »

topic splitted
SPAMINATOR NR.1
User avatar
skywalk
Addict
Addict
Posts: 4242
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Any PB programmers who are EMPLOYEES?

Post by skywalk »

Tenaja wrote:
Blood wrote:... Visual Basic but that being phased out and being replaced with C#....
Phased out?!?!? VB was never thought of as a language to be used at work...only for hobbyists. They've just rebranded it with curly braces to make it acceptable in the workplace.
utopiomania wrote:
Any PB programmers who are EMPLOYEES?
Two or three maybe. I wondered about this myself, ...?
Whoa :shock:
Tell that to the 10's of millions of Excel and Word users that crafted automation scripts using VBA.
While it is true that VB is in decline, it did register users in the millions.
Kind of risky to say none of them were employees. :lol:
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
X
Enthusiast
Enthusiast
Posts: 311
Joined: Tue Apr 04, 2006 6:27 am

Re: Any PB programmers who are EMPLOYEES2?

Post by X »

No kidding, VB was one of the most common languages to use in a Business outside of mainframe languages. At least in the US.
User avatar
utopiomania
Addict
Addict
Posts: 1655
Joined: Tue May 10, 2005 10:00 pm
Location: Norway

Re: Any PB programmers who are EMPLOYEES2?

Post by utopiomania »

utopiomania wrote:
Any PB programmers who are EMPLOYEES?

Two or three maybe. I wondered about this myself, ...?


Whoa
skywalk, the original thread was about PB.. Not VB, or VBA.
User avatar
skywalk
Addict
Addict
Posts: 4242
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Any PB programmers who are EMPLOYEES2?

Post by skywalk »

Sorry utopiomania, my mistake. The thread meandered & confused me a bit.
I would just add that many of the VB6 devotees who passed on .NET may have come here. :wink:
User avatar
the.weavster
Addict
Addict
Posts: 1581
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: Any PB programmers who are EMPLOYEES2?

Post by the.weavster »

Run for cover, the forum police have arrived to make sure our conversations don't meander :x
Post Reply