Interview by Quin and Nsstudios

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
idle
Always Here
Always Here
Posts: 5855
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: Interview by Quin and Nsstudios

Post by idle »

Between work, wife and kids, I'm amazed you can find time for PB and SB.
threedslider
Enthusiast
Enthusiast
Posts: 393
Joined: Sat Feb 12, 2022 7:15 pm

Re: Interview by Quin and Nsstudios

Post by threedslider »

Yup ! Thanks a lot for interview :)

It is very nice to know more of you Fred, as real life it is needed to advance something between job and personnal :mrgreen:

@Fred : YOU can monetize in Opensource, of course it si up to you on what you want whatever :shock:

In Opensource is a thing very high hope for us, already Purebasic IDE is an example, to benefit from money is the subscription (recomanded!) it is better model for you and your team to get more developpers :wink:

I am also a supporter to PB hardcore :mrgreen:

Help Fred and team if they want more money and support the code if there is possible to bright it 8)
threedslider
Enthusiast
Enthusiast
Posts: 393
Joined: Sat Feb 12, 2022 7:15 pm

Re: Interview by Quin and Nsstudios

Post by threedslider »

And in parenthesis I would like in long time to make a compiller for Basic with my C++ :shock: But it is needed to kwow everything when you are beginner :oops:

Maybe one day if the time permit me to do it as well :arrow: :mrgreen: :idea:

Happy coding !
Cyllceaux
Enthusiast
Enthusiast
Posts: 510
Joined: Mon Jun 23, 2014 1:18 pm

Re: Interview by Quin and Nsstudios

Post by Cyllceaux »

Oh... I wished for a actual photo...
Fred with a duck face or doing a dab.

But nice interview. :D
BarryG
Addict
Addict
Posts: 4155
Joined: Thu Apr 18, 2019 8:17 am

Re: Interview by Quin and Nsstudios

Post by BarryG »

Fred wrote: Fri Feb 07, 2025 10:36 amI’m married since 10 years, got 2 boys which are now 8 and 5
Wow, I remember reading the interview when it came out when you got married, and now it's 10 years since then, with two kids? :shock: Time is flying.
User avatar
ChrisR
Addict
Addict
Posts: 1466
Joined: Sun Jan 08, 2017 10:27 pm
Location: France

Re: Interview by Quin and Nsstudios

Post by ChrisR »

Thanks to your wife and 2 childrens for giving you enough free time for your passion.
I'm very impressed that you can continue to work on big projects like C Backend, ucrt,... between work and family life.

Thanks for the interview, It's great to get to know you a little better :)
User avatar
the.weavster
Addict
Addict
Posts: 1577
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: Interview by Quin and Nsstudios

Post by the.weavster »

Quin: Is there any chance of SpiderBasic/PureBasic ever compiling to WebAssembly?

No, I don’t think so.
@Fred
May I ask why? Emscripten is designed to be a drop in replacement for gcc that compiles C to WebAssembly...
A high level view of the Emscripten toolchain is given below [see link above]. The main tool is the Emscripten Compiler Frontend (emcc). This is a drop-in replacement for a standard compiler like gcc or clang.
Python, Ruby and Go have added/are adding wasm support.
Anaconda have the Pyscript project where they have compiled both Python and MicroPython with Emscripten and you can run either in any modern browser.

Wasm appears to be gaining momentum and it seems to me PB is in a good position to join the party.
User avatar
marcoagpinto
Addict
Addict
Posts: 1045
Joined: Sun Mar 10, 2013 3:01 pm
Location: Portugal
Contact:

Re: Interview by Quin and Nsstudios

Post by marcoagpinto »

Great interview, Fred!

:wink: :wink: :wink: :wink: :wink:
threedslider
Enthusiast
Enthusiast
Posts: 393
Joined: Sat Feb 12, 2022 7:15 pm

Re: Interview by Quin and Nsstudios

Post by threedslider »

Cyllceaux wrote: Sat Feb 08, 2025 7:57 am Oh... I wished for a actual photo...
Fred with a duck face or doing a dab.

But nice interview. :D
Here ancient for photo from him :D : http://www.purearea.net/pb/english/interview.htm You can see him but yeah maybe an actual photo will help us to see Fred :mrgreen:
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Re: Interview by Quin and Nsstudios

Post by Rings »

fred wrote:About the new features, I would like to add an HID/USB lib to PB.
again time to spend some bucks..
SPAMINATOR NR.1
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 »

I also like the statement that there will be no object-oriented language.
The possibilities to work with objects are completely sufficient. In general, much less is developed on new object-oriented languages.
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
BarryG
Addict
Addict
Posts: 4155
Joined: Thu Apr 18, 2019 8:17 am

Re: Interview by Quin and Nsstudios

Post by BarryG »

mk-soft wrote: Sun Feb 09, 2025 12:22 pmI also like the statement that there will be no object-oriented language.
Same. :) And Fred made this very clear back in 2013 -> https://www.purebasic.fr/english/viewto ... 70#p403070
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 »

mk-soft wrote: Sun Feb 09, 2025 12:22 pm I also like the statement that there will be no object-oriented language.
The possibilities to work with objects are completely sufficient. In general, much less is developed on new object-oriented languages.
I fully agree, although I would really love to see something like I talked about in the interview implemented, i.e. define Procedures directly on structures instead of needing to declare a VTable and manage the *This pointer yourself. It's not a massive deal and PB's current abilities work more than well enough, but it would be some very welcome syntax sugar. Polymorfism, inheritance etc are unnecessary and complicated, but being able to attach a procedure directly to a chunk of data/state like this is super useful
User_Russian
Addict
Addict
Posts: 1521
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: Interview by Quin and Nsstudios

Post by User_Russian »

Rings wrote: Sun Feb 09, 2025 11:37 am
fred wrote:About the new features, I would like to add an HID/USB lib to PB.
again time to spend some bucks..
Yes, this is very good news.
I hope that USB support will appear soon.
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
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 »

What is the point of the 1000th OOP discussion here?
Post Reply