We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SBJS coming soon
#1
I've decided to port Small Basic to JS... Literally.
I've decided to make the SB implementation of JS also more web-friendly, and also C#-like (i.e TextWindow => Console)
Imagine making websites on SB, like the old Silverlight Small Basic Player days and SBO but web-wide.
Reply
#2
Can see my work how I implement syntax just console and gw was missing.
https://github.com/zs-3/SBJS
https://www.zs.rf.gd/SBJS/
https://litdev.uk/mybb/showthread.php?tid=155

Code:
loop()

Sub loop
  For I = 1 To 10
    TextWindow.WriteLine(I)
  EndFor
EndSub
You can try this code here
https://www.zs.rf.gd/SBJS/

Also while and if are supported you can try and can use js objects also like Console and Math if you know js well Smile
ZS
[-] The following 1 user Likes z-s's post:
  • litdev
Reply
#3
I rebranded my SBJS project to wwwSB (World Wide Web Small Basic)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)