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
Not all programmer want for procedural programming with their taste to make it.
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
Not all programmer want for procedural programming with their taste to make it.
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
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.
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.
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
!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
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.