Small Basic Forum
ZS Extension. - Printable Version

+- Small Basic Forum (https://litdev.uk/mybb)
+-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1)
+--- Forum: Extensions (https://litdev.uk/mybb/forumdisplay.php?fid=3)
+--- Thread: ZS Extension. (/showthread.php?tid=100)

Pages: 1 2 3 4 5 6 7 8 9 10


RE: ZS Extension. - z-s - 06-19-2025

Means you want machine learning library


RE: ZS Extension. - AbsoluteBeginner - 06-19-2025

(06-19-2025, 03:41 PM)z-s Wrote: Means you want machine learning library

No, there are already a lot of regular machine learning libraries on the Internet.

Since Small Basic is a tool for creativity and learning, we need a fast and simple SB neuron, like a LEGO brick.  Rolleyes


RE: ZS Extension. - z-s - 06-20-2025

I am bad at neurons if you can help then we can implement


RE: ZS Extension. - AbsoluteBeginner - 06-20-2025

(06-20-2025, 02:41 AM)z-s Wrote: I am bad at neurons if you can help then we can implement

Thank you for your support.  Smile

It won't be scary and it will be interesting. Because we will simply make an interesting "toy" for thought and entertainment.

What communication channel will we use for communication?  Shy


RE: ZS Extension. - z-s - 06-20-2025

We have TCP or UDP server client
we have named pipes(fast, two way, builtin windows)
We have shared memory (two program share memory super fast but memory leak can destroy)
We have file based(really slow)
we have MSMQ
we have WCF
You tell what are your requirements speed, easy-to-use etc


RE: ZS Extension. - AbsoluteBeginner - 06-20-2025

I meant the communication between you and me while developing the code.

I have no demands.
I hope we can create something unusual that will be fun to use.  Rolleyes

At the moment, I imagine an array of simple data that will be processed by a fast "engine".  Blush


RE: ZS Extension. - z-s - 06-21-2025

https://www.zs.rf.gd/ZS/docs/ZS.html
Online api made using litdev's software


RE: ZS Extension. - AbsoluteBeginner - 06-21-2025

(06-21-2025, 05:06 AM)z-s Wrote: https://www.zs.rf.gd/ZS/docs/ZS.html
Online api made using litdev's software

This is really cool!  Smile

This is convenient. It looks professional.
I am glad for your success.  Wink


RE: ZS Extension. - z-s - 06-21-2025

Thanks to litdev's software we can make like that of any extension.
Litdev can also add some extension like FC IO on his website so people can know about the extension.