Interview by Quin and Nsstudios

Developed or developing a new product in PureBasic? Tell the world about it.
threedslider
Enthusiast
Enthusiast
Posts: 393
Joined: Sat Feb 12, 2022 7:15 pm

Re: Interview by Quin and Nsstudios

Post by threedslider »

Little John wrote: Sun Feb 09, 2025 8:05 pm What is the point of the 1000th OOP discussion here?
The point of OOP is always a great thing so it is still hot topic for programmer who like to conceive their applications but procedural programming is still nice too 8)

Not all programmer want for procedural programming with their taste to make it.
Little John
Addict
Addict
Posts: 4780
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: Interview by Quin and Nsstudios

Post by Little John »

threedslider wrote: Sun Feb 09, 2025 8:47 pm
Little John wrote: Sun Feb 09, 2025 8:05 pm What is the point of the 1000th OOP discussion here?
The point of OOP is always a great thing so it is still hot topic for programmer who like to conceive their applications but procedural programming is still nice too 8)

Not all programmer want for procedural programming with their taste to make it.
You did not understand my question.
Quin
Addict
Addict
Posts: 1132
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: Interview by Quin and Nsstudios

Post by Quin »

Little John wrote: Sun Feb 09, 2025 8:05 pm What is the point of the 1000th OOP discussion here?
The point is that it was discussed in the interview, so it's being discussed in a topic.........about the interview.
Quin
Addict
Addict
Posts: 1132
Joined: Thu Mar 31, 2022 7:03 pm
Location: Colorado, United States
Contact:

Re: Interview by Quin and Nsstudios

Post by Quin »

User_Russian wrote: Sun Feb 09, 2025 7:57 pm
mk-soft wrote: Sun Feb 09, 2025 12:22 pm I also like the statement that there will be no object-oriented language.
Some tasks are easier to implement using OOP. It would be great if there were procedures in the structures.
I proposed a model very similar to the modules, but at the same time, speaking in OOP language, creating instances of modules and not static modules. https://www.purebasic.fr/english/viewto ... 95#p454795
This is exactly what I would love to see, and something like this is why I asked Fred about it. He said maybe, so I don't expect it soon, but one can dream. Or invent time travel ;-)
Little John
Addict
Addict
Posts: 4780
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: Interview by Quin and Nsstudios

Post by Little John »

Quin wrote: Sun Feb 09, 2025 9:09 pm The point is that it was discussed in the interview, so it's being discussed in a topic.........about the interview.
It has already been discussed about 1000 times.
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2139
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: Interview by Quin and Nsstudios

Post by Andre »

Thanks a lot for this new interview, Fred, Quin & Enne! :D
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
BarryG
Addict
Addict
Posts: 4155
Joined: Thu Apr 18, 2019 8:17 am

Re: Interview by Quin and Nsstudios

Post by BarryG »

Little John wrote: Sun Feb 09, 2025 8:05 pmWhat is the point of the 1000th OOP discussion here?
I know, that's why I linked to Fred's comment back in 2013. He has categorically stated that it's NOT going to happen.
User avatar
skywalk
Addict
Addict
Posts: 4213
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: Interview by Quin and Nsstudios

Post by skywalk »

We're breaking him down slowly! :mrgreen:

He mentioned procedures in structures.

I wanted overloaded procedures for long time.
DoMathI(), DoMathD(), DoMathF() seems a waste. :cry:
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
threedslider
Enthusiast
Enthusiast
Posts: 393
Joined: Sat Feb 12, 2022 7:15 pm

Re: Interview by Quin and Nsstudios

Post by threedslider »

Little John wrote: Sun Feb 09, 2025 9:02 pm You did not understand my question.
Lol ... Have you seen someone trying to make OOP in Purebasic and it work something ? Not true but a simulation :lol:

So there are still programmer who love OOP that answer your question, sorry :P
User avatar
mk-soft
Always Here
Always Here
Posts: 6224
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Interview by Quin and Nsstudios

Post by mk-soft »

Little John wrote: Sun Feb 09, 2025 8:05 pm What is the point of the 1000th OOP discussion here?
That there is no longer any need for discussion :mrgreen:
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
tatanas
Enthusiast
Enthusiast
Posts: 260
Joined: Wed Nov 06, 2019 10:28 am
Location: France

Re: Interview by Quin and Nsstudios

Post by tatanas »

Hi,

Before developing in PureBasic, I used AutoIt, which to my knowledge was not an object-oriented language. However, there was a similar syntax when using COM objects, which was very convenient (https://www.autoitscript.com/autoit3/do ... ComRef.htm). Would it be possible to have an equivalent in PureBasic ? Is this OOP ? Sorry if my question is silly.
And thanks for your work.
Windows 10 Pro x64
PureBasic 6.20 x64
User avatar
SPH
Enthusiast
Enthusiast
Posts: 565
Joined: Tue Jan 04, 2011 6:21 pm

Re: Interview by Quin and Nsstudios

Post by SPH »

tatanas wrote: Thu Feb 13, 2025 8:39 am Hi,

Before developing in PureBasic, I used AutoIt, which to my knowledge was not an object-oriented language. However, there was a similar syntax when using COM objects, which was very convenient (https://www.autoitscript.com/autoit3/do ... ComRef.htm). Would it be possible to have an equivalent in PureBasic ? Is this OOP ? Sorry if my question is silly.
And thanks for your work.
PB = 0 % POO

never became :twisted:

!i!i!i!i!i!i!i!i!i!
!i!i!i!i!i!i!
!i!i!i!
//// Informations ////
Portable LENOVO ideapad 110-17ACL 64 bits
Version de PB : 6.12LTS - 64 bits
User avatar
mk-soft
Always Here
Always Here
Posts: 6224
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: Interview by Quin and Nsstudios

Post by mk-soft »

tatanas wrote: Thu Feb 13, 2025 8:39 am Hi,

Before developing in PureBasic, I used AutoIt, which to my knowledge was not an object-oriented language. However, there was a similar syntax when using COM objects, which was very convenient (https://www.autoitscript.com/autoit3/do ... ComRef.htm). Would it be possible to have an equivalent in PureBasic ? Is this OOP ? Sorry if my question is silly.
And thanks for your work.
You can still use VBScript or JScript with ActiveScript for COM objects under PB. But has been cancelled by MS for the future.
However, JavaScript is still supported with the WebViewGadget.
Let's see what comes as a successor to ActiveScript control from MS.
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
User avatar
diceman
User
User
Posts: 66
Joined: Tue Apr 10, 2018 9:42 pm

Re: Interview by Quin and Nsstudios

Post by diceman »

Great Interview, thanks!
Good to see PureBasic is still actively supported, patched and developed.
Now these points of data make a beautiful line,
And we're out of Beta, we're releasing on time.
Post Reply