Page 23 of 30

Re: SpiderBasic 1.00 alpha 4

Posted: Wed Feb 19, 2014 7:02 pm
by Fred
The alpha 4 is out ! :)

Re: SpiderBasic 1.00 alpha 4

Posted: Wed Feb 19, 2014 7:38 pm
by User_Russian
SpiderBasic not use language files from folder "Catalogs"? :shock: :?

Re: SpiderBasic 1.00 alpha 4

Posted: Wed Feb 19, 2014 8:40 pm
by karu
Thanks Fred, it is good news
Where i can find syntax for HTTPRequest() command, help file not contain it.

Re: SpiderBasic 1.00 alpha 4

Posted: Wed Feb 19, 2014 8:56 pm
by Comtois
- Added: optimization option in compiler window based on Google Closure Compiler (requires java)
How does it work ? What should i do ?

i have java (build 1.7.0_51-b13)

I get this
---------------------------
SpiderBasic
---------------------------
Line 265: Javascript optimizer has failed (Java is required).
---------------------------
OK
---------------------------

Re: SpiderBasic 1.00 alpha 4

Posted: Wed Feb 19, 2014 11:07 pm
by Falko
good news :)

Re: SpiderBasic 1.00 alpha 4

Posted: Thu Feb 20, 2014 12:46 am
by oakvalley
Wow! Great job Purebasic team, purebasic for web is the future of applications :-)
I love it!

Re: SpiderBasic 1.00 alpha 4

Posted: Thu Feb 20, 2014 12:52 am
by Fred
Comtois wrote:
- Added: optimization option in compiler window based on Google Closure Compiler (requires java)
How does it work ? What should i do ?

i have java (build 1.7.0_51-b13)

I get this
---------------------------
SpiderBasic
---------------------------
Line 265: Javascript optimizer has failed (Java is required).
---------------------------
OK
---------------------------
You should extract the .zip file in the compilers/ dir and rename "compiler.jar" to "javascript-closure-compiler.jar", it should work. Fixed for the next alpha.

Re: SpiderBasic 1.00 alpha 4

Posted: Thu Feb 20, 2014 12:53 am
by Fred
karu wrote:Thanks Fren, it is good news
Where i can find syntax for HTTPRequest() command, help file not contain it.
You can take a look to HttpRequest.sb example

Re: SpiderBasic 1.00 alpha 4

Posted: Thu Feb 20, 2014 12:57 am
by Foz
This is off topic, but will the next version of PureBasic have the HTTPRequest() command added to it?

Re: SpiderBasic 1.00 alpha 4

Posted: Thu Feb 20, 2014 1:03 am
by Fred
Not for now

Re: SpiderBasic 1.00 alpha 4

Posted: Thu Feb 20, 2014 1:36 am
by karu
oknow

Re: SpiderBasic 1.00 alpha 4

Posted: Thu Feb 20, 2014 3:58 am
by Poshu
Nice update :3

Re: SpiderBasic 1.00 alpha 4

Posted: Thu Feb 20, 2014 6:30 am
by useful
Maybe I'm crazy, but there is a Russian proverb: the question is free of charge.
Can a javascript-closure-compiler collect all that is needed from the \Libraries\JavaScript\ and put in one spiderbasic.js?
(i.e. static linking of the spirit of purebasic) :D

p.s. Incredibly easy to use case rapideuphoria(openeuphoria)
http://www.rapideuphoria.com/bind.htm
The shrouder will remove any routines and variables that your program doesn't use. This will give you a smaller .il file. There are often a great number of unused routines and unused variables. For example your program might include several 3rd party include files, plus some standard files from euphoria\include, but only use a few items from each file. The unused items will be deleted.

Re: SpiderBasic 1.00 alpha 4

Posted: Thu Feb 20, 2014 8:05 am
by netmaestro
Website still calls it alpha 3. Help-about identifies it as 4.

Re: SpiderBasic 1.00 alpha 4

Posted: Thu Feb 20, 2014 10:35 am
by Fred
useful wrote:Maybe I'm crazy, but there is a Russian proverb: the question is free of charge.
Can a javascript-closure-compiler collect all that is needed from the \Libraries\JavaScript\ and put in one spiderbasic.js?
(i.e. static linking of the spirit of purebasic) :D
It's the plan for most of libs, which are already inlined, but some will probably stay in their own drawers (like Dojo which use a special modular way to load JS).