Does ScriptBasic support unicode out of the box? Regular expressions? Threading? What about support for object oriented or functional programming?
Unucode out of the box? - Nope (supports UTF-8)
Regular Expressions? - SB has LIKE/JOKER (high level RE) and a RegEx extension module based on the Peal derivative.
Threading? - SB was designed from the ground up to be thread safe. Check out the
SBT extension I wrote. The SB webserver has always been multi-threaded and runs as a process.
OOP? - Check out the VB6 OCX form
object I'm interfacing with via COM/OLE automation.
Have you tried Script BASIC or are you like Aurel and just bitch about things you haven't tried?