Category:FBSL: Difference between revisions

From Rosetta Code
Content added Content deleted
(I have forgotten so much about how to do this)
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{language
{{language
|site=http://www.fbsl.net/base/preview.html}}
|site=http://www.fbsl.net/base/preview.html}}
"FBSL" stands for “Freestyle BASIC Script Language”. FBSL is an embeddable, '''multi-syntax''', '''all-in-one''' high-level language. Its interpretative layer is a vastly extended superset of traditional BASIC that targets seamless integration of FBSL applications with Windows API and third-party dynamic link libraries. Its integrated Dynamic Assembler and Dynamic C JIT compiler layers enable the user to interleave BASIC code with Intel-style assembly and ANSI C, respectively. Like many modern scripting languages, it contains flavors of Visual BASIC, [[QBasic]], [[C]], [[Pascal]] and [[PHP]], hence the “Freestyle”. It is especially designed for 32-bit [[Win32]] platforms and can run on Windows 95 SR2 through Windows 8.1. It is also compatible with, and completely functional under, [[Linux]] Wine, Mac OS X Wine, and ReactOS.
FBSL means “Freestyle BASIC Language Script”.
Like many modern programming languages
contains flavours of [[Visual BASIC]], [[QBasic]], [[PHP]], [[Pascal]] and [[C++]].
It is a kind of hybrid language hence the “Freestyle”.
It is especially designed for the [[win32]] platform ([[Windows 95 SR2]] to [[Windows VISTA]]).
It is compatible with, and completely functional under, [[LINUX]] [[Wine]].

Latest revision as of 01:31, 30 April 2014

Language
FBSL
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using FBSL.

"FBSL" stands for “Freestyle BASIC Script Language”. FBSL is an embeddable, multi-syntax, all-in-one high-level language. Its interpretative layer is a vastly extended superset of traditional BASIC that targets seamless integration of FBSL applications with Windows API and third-party dynamic link libraries. Its integrated Dynamic Assembler and Dynamic C JIT compiler layers enable the user to interleave BASIC code with Intel-style assembly and ANSI C, respectively. Like many modern scripting languages, it contains flavors of Visual BASIC, QBasic, C, Pascal and PHP, hence the “Freestyle”. It is especially designed for 32-bit Win32 platforms and can run on Windows 95 SR2 through Windows 8.1. It is also compatible with, and completely functional under, Linux Wine, Mac OS X Wine, and ReactOS.