
SpiderBasic 1.00 is out !
Re: SpiderBasic 1.00 alpha 4
The alpha 4 is out ! 

-
- Addict
- Posts: 1518
- Joined: Wed Nov 12, 2008 5:01 pm
- Location: Russia
Re: SpiderBasic 1.00 alpha 4
SpiderBasic not use language files from folder "Catalogs"?



Re: SpiderBasic 1.00 alpha 4
Thanks Fred, it is good news
Where i can find syntax for HTTPRequest() command, help file not contain it.
Where i can find syntax for HTTPRequest() command, help file not contain it.
Last edited by karu on Thu Feb 20, 2014 1:10 am, edited 1 time in total.
Re: SpiderBasic 1.00 alpha 4
How does it work ? What should i do ?- Added: optimization option in compiler window based on Google Closure Compiler (requires java)
i have java (build 1.7.0_51-b13)
I get this
---------------------------
SpiderBasic
---------------------------
Line 265: Javascript optimizer has failed (Java is required).
---------------------------
OK
---------------------------
Please correct my english
http://purebasic.developpez.com/
http://purebasic.developpez.com/
Re: SpiderBasic 1.00 alpha 4
Wow! Great job Purebasic team, purebasic for web is the future of applications 
I love it!

I love it!
Regards Stone Oakvalley
Currently @ PB 5.70
Currently @ PB 5.70
Re: SpiderBasic 1.00 alpha 4
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.Comtois wrote:How does it work ? What should i do ?- Added: optimization option in compiler window based on Google Closure Compiler (requires java)
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
You can take a look to HttpRequest.sb examplekaru wrote:Thanks Fren, it is good news
Where i can find syntax for HTTPRequest() command, help file not contain it.
Re: SpiderBasic 1.00 alpha 4
This is off topic, but will the next version of PureBasic have the HTTPRequest() command added to it?
Re: SpiderBasic 1.00 alpha 4
Not for now
Re: SpiderBasic 1.00 alpha 4
oknow
Last edited by karu on Thu Feb 20, 2014 12:04 pm, edited 1 time in total.
Re: SpiderBasic 1.00 alpha 4
Nice update :3
Re: SpiderBasic 1.00 alpha 4
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)
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.
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)

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.
Last edited by useful on Thu Feb 20, 2014 10:23 am, edited 2 times in total.
Dawn will come inevitably.
- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Re: SpiderBasic 1.00 alpha 4
Website still calls it alpha 3. Help-about identifies it as 4.
BERESHEIT
Re: SpiderBasic 1.00 alpha 4
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).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)