SB.js - Printable Version +- Small Basic Forum (https://litdev.uk/mybb) +-- Forum: Small Basic (https://litdev.uk/mybb/forumdisplay.php?fid=1) +--- Forum: Discussion (https://litdev.uk/mybb/forumdisplay.php?fid=4) +--- Thread: SB.js (/showthread.php?tid=155) |
SB.js - z-s - 11-22-2024 this is work in progress for SB.js for executing the sb on browser. put your sb code in the div section: PHP Code: <!DOCTYPE html> good ui and more coming soon. RE: SB.js - z-s - 11-25-2024 https://zs-3.github.io/SBJS/ published now please test it with plenty of samples but only TextWindow.WriteLine is available. main purpose after the std library will be completed of this project is to replace the old sliverlight support in the sb program listing web site RE: SB.js - z-s - 12-15-2024 Hi all sb.js is a intresting project. I got this idea when we where doing graphical challenge and I can't run the code in my android tablet browser. My main aim of this project is we could run or easy sb graphics in browser for cross platform and even could make cross platform games and simple website and host in GitHub page or own domain. Currently I have done the whole keywords but goto can raise some error. This is a simple code I run it in my tablet browser. Code: Name = TextWindow.Read() Just a request try some test on it using TextWindow.WriteLine,Read,Write. Three methods and keywords. RE: SB.js - AbsoluteBeginner - 12-15-2024 (translated by Google translator) Hello, ZS. I envy you. You have an interesting and very useful project. Having a full-fledged Small BASIC in the browser is a great idea. A very simple programming language that can be used on any device is a real treasure for ordinary people. I really wish you success. ( My current hobby is SB neurons with a customizable activation function. I can’t even imagine what problem a neural network made of such neurons couldn’t solve. ) RE: SB.js - litdev - 12-15-2024 Works well so far as I can see on phone. RE: SB.js - z-s - 12-16-2024 I guess added a wrong pic litdev RE: SB.js - litdev - 12-16-2024 Ha ha, updated pic, that's the problem using a phone with tiny screen trying to do anything too fiddly. |