Qbasicnews.com
What FBSL 2006 is capable of ? - Printable Version

+- Qbasicnews.com (http://qbasicnews.com/newforum)
+-- Forum: General (http://qbasicnews.com/newforum/forum-6.html)
+--- Forum: General/Misc (http://qbasicnews.com/newforum/forum-18.html)
+---- Forum: General Programming (http://qbasicnews.com/newforum/forum-20.html)
+---- Thread: What FBSL 2006 is capable of ? (/thread-8724.html)



What FBSL 2006 is capable of ? - Gerome - 01-11-2006

Hello,

What is FBSL ?

- At first FBSL means 'Freestyle Basic Script Language'.
Like any other Basic language, FBSL has its flavours, inspired of VB, QB, RQ, Pascal and C.
It is a sort of hybrid language, that's why 'freestyle'.

Yes, but why another language ?

- All started in year 2001...
FBSL was initially developped as a tool that was used exclusively by myself when
i was working for a big company where i was responsible for developping 30 masters
in several languages ( english, french, hebrew, chineese, ... ).
At this time i was using batch programming to dispatch files, but it was not totally sure
we've missed files/directories, checking disk and so on was hard using this kind of scripting...
So i've made several tools in C to satisfy the demand...
Yes, but finally i had several executables onto the server that the idea came to me :
making a scripting pseudo language to qualify the dispatch : FBSL 0.1 was born with
15 native commands
And then i've decided to share it to the web community to see if people would be interested in
this pseudo language that was very light... and it has found users!
That's why another language : a script that was able to respond to specific tasks that were not
natively present onto Batch programming script...

What FBSL is capable of ?

FBSL is capable of manipulating :
-1- 5 variables types : 32bits integers, 32bits floats, 64bits doubles, strings and pointers.
-2- has several native layers : COM, API, CLIPBOARD, STRING, MATHS, REGEX, COLLECTIONS, MMF,
LZO COMPRESSION, SOCKETS, THREADS and CONSOLE.
-3- is able to 'self compile' into an EXEcutable that is 100% standalone
( no extra runtime to run the code)
-4- is able to 'self decompile' an EXE into an .fbs script file/buffer
-5- has a 3rd part Stdcall flat model DLL to make C, VB, Delphi developpers using this dll to
use some FBSL code through their applications.
-6- a 480 pages CHM help file that comes with grammar documentation with full samples, several tutorials,
macro files, declare files, constants files and more!

Enjoy Wink


What FBSL 2006 is capable of ? - Agamemnus - 01-17-2006

Interesting... I feel deja vu..


What FBSL 2006 is capable of ? - Gerome - 01-19-2006

Yo!

Quote:Interesting... I feel deja vu..

I've developped this language not for 'the deja vu' that one can think it's a deja vu language, but just in appearance... FBSL is NOT another basic like deja vu language Smile

Enjoy !