Interview by Quin and Nsstudios
Re: Interview by Quin and Nsstudios
Between work, wife and kids, I'm amazed you can find time for PB and SB.
-
- Enthusiast
- Posts: 393
- Joined: Sat Feb 12, 2022 7:15 pm
Re: Interview by Quin and Nsstudios
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
@Fred : YOU can monetize in Opensource, of course it si up to you on what you want whatever
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
I am also a supporter to PB hardcore
Help Fred and team if they want more money and support the code if there is possible to bright it

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

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

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

I am also a supporter to PB hardcore

Help Fred and team if they want more money and support the code if there is possible to bright it

-
- Enthusiast
- Posts: 393
- Joined: Sat Feb 12, 2022 7:15 pm
Re: Interview by Quin and Nsstudios
And in parenthesis I would like in long time to make a compiller for Basic with my C++
But it is needed to kwow everything when you are beginner
Maybe one day if the time permit me to do it as well
Happy coding !


Maybe one day if the time permit me to do it as well



Happy coding !
Re: Interview by Quin and Nsstudios
Oh... I wished for a actual photo...
Fred with a duck face or doing a dab.
But nice interview.
Fred with a duck face or doing a dab.
But nice interview.

Re: Interview by Quin and Nsstudios
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?

Re: Interview by Quin and Nsstudios
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
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

- the.weavster
- Addict
- Posts: 1577
- Joined: Thu Jul 03, 2003 6:53 pm
- Location: England
Re: Interview by Quin and Nsstudios
@FredQuin: Is there any chance of SpiderBasic/PureBasic ever compiling to WebAssembly?
No, I don’t think so.
May I ask why? Emscripten is designed to be a drop in replacement for gcc that compiles C to WebAssembly...
Python, Ruby and Go have added/are adding wasm support.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.
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.
- marcoagpinto
- Addict
- Posts: 1045
- Joined: Sun Mar 10, 2013 3:01 pm
- Location: Portugal
- Contact:
Re: Interview by Quin and Nsstudios
Great interview, Fred!






-
- Enthusiast
- Posts: 393
- Joined: Sat Feb 12, 2022 7:15 pm
Re: Interview by Quin and Nsstudios
Here ancient for photo from himCyllceaux 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.![]()


Re: Interview by Quin and Nsstudios
again time to spend some bucks..fred wrote:About the new features, I would like to add an HID/USB lib to PB.
SPAMINATOR NR.1
Re: Interview by Quin and Nsstudios
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.
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
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: Interview by Quin and Nsstudios
Same.mk-soft wrote: Sun Feb 09, 2025 12:22 pmI also like the statement that there will be no object-oriented language.

Re: Interview by Quin and Nsstudios
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 usefulmk-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.
-
- Addict
- Posts: 1521
- Joined: Wed Nov 12, 2008 5:01 pm
- Location: Russia
Re: Interview by Quin and Nsstudios
Yes, this is very good news.Rings wrote: Sun Feb 09, 2025 11:37 amagain time to spend some bucks..fred wrote:About the new features, I would like to add an HID/USB lib to PB.
I hope that USB support will appear soon.
Some tasks are easier to implement using OOP. It would be great if there were procedures in the structures.mk-soft wrote: Sun Feb 09, 2025 12:22 pm I also like the statement that there will be no object-oriented language.
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
-
- Addict
- Posts: 4780
- Joined: Thu Jun 07, 2007 3:25 pm
- Location: Berlin, Germany
Re: Interview by Quin and Nsstudios
What is the point of the 1000th OOP discussion here?