Recent Posts

Pages: [1] 2 3 ... 10
1
Scripting Languages / Re: ScriptBasic 3.0
« Last post by John on April 30, 2024, 07:18:22 PM »
I have moved the ScriptBasic forum to sb.allbasic.info as a static HTML copy for reference. My plan is to redo the site using the ScriptBasic Application Web Server. (sbhttpd) using Nginx as the front end.
2
Scripting Languages / Re: ScriptBasic 3.0
« Last post by John on April 30, 2024, 07:33:56 AM »
Thanks for the feedback. Let me know if you have any questions.
3
Scripting Languages / Re: ScriptBasic 3.0
« Last post by AlyssonR on April 30, 2024, 12:59:23 AM »
Too true!

I have, as promised, given the latest version a look, and will be using it in the future.

Right now, though, I'm mostly concerned with hardware projects - but software will
come into it once that stage is reached, and SB will almost certainly be my choice for
the (remote) front end.
4
Scripting Languages / Re: ScriptBasic 3.0
« Last post by John on April 29, 2024, 09:18:27 PM »
WARNING

ScriptBasic is not a toy.
5
Scripting Languages / Re: ScriptBasic 3.0
« Last post by John on April 26, 2024, 06:43:01 PM »
The ScriptBasic open source project is looking for BASIC developers to contribute to the project. Send me an email if you're interested and I can set you up on the repository as a developer.

6
Open Forum / Re: PlanetSquires Forum
« Last post by John on April 26, 2024, 10:08:03 AM »
I will add the forum to the BASIC Forums section on AllBASIC once Paul shuts down his site.
7
Open Forum / Re: PlanetSquires Forum
« Last post by jack on April 25, 2024, 08:18:35 PM »
thank you John  :)
8
Open Forum / Re: PlanetSquires Forum
« Last post by John on April 25, 2024, 06:07:12 PM »
I added the ps.allbasic.info domain for the backup of the forum Johan Klassen created.

9
Scripting Languages / Re: ScriptBasic 3.0 Overview
« Last post by John on April 24, 2024, 06:39:01 PM »
ScriptBasic 3.0 Overview

ScriptBasic is offered as source with a build system or pre-compiled installers for Windows.

Platforms Supported
  • Windows 32 Bit
  • Windows 64 Bit
  • Linux including ARM (RPi)

Use Variations
  • Console with STD IN/OUT/ERR redirection
  • Windows for GUI based applications
  • Web Server (local and proxy)
  • Embedded in other applications (libcriba)

Extension Modules
  • GUI base IDE / Debugger
  • COM CallByName with VB6 support
  • DLLC - FFI, structures and sting type conversions
  • SBT- Threads with libscriba API
  • IUP - Cross platform GUI (Windows 64 and Linux)
  • cURL - Internet access with HTTPS support
  • SDL-gfx - SDL Graphics with primitive support
  • ODBC
  • MySQL
  • SQLite
  • JSON API
  • XML API (mxml)
  • Console control API (CIO)
  • Inter-thread varibles (MT)
  • ZLib - in memory compression / extraction
10
Scripting Languages / Re: ScriptBasic 3.0
« Last post by John on April 23, 2024, 05:23:22 PM »
I was able to get IUP scripts to run in a thread with SBT. IUP isn't thread safe by design but within the ScriptBasic environment with it's threaded memory model it seems to run fine.

Pages: [1] 2 3 ... 10