SpiderBasic 1.00 is out !

Developed or developing a new product in PureBasic? Tell the world about it.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SpiderBasic 1.00 alpha 4

Post by Fred »

The alpha 4 is out ! :)
User_Russian
Addict
Addict
Posts: 1518
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Re: SpiderBasic 1.00 alpha 4

Post by User_Russian »

SpiderBasic not use language files from folder "Catalogs"? :shock: :?
karu
Enthusiast
Enthusiast
Posts: 255
Joined: Fri Jan 13, 2006 12:14 am

Re: SpiderBasic 1.00 alpha 4

Post by karu »

Thanks Fred, it is good news
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.
User avatar
Comtois
Addict
Addict
Posts: 1431
Joined: Tue Aug 19, 2003 11:36 am
Location: Doubs - France

Re: SpiderBasic 1.00 alpha 4

Post 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
---------------------------
Please correct my english
http://purebasic.developpez.com/
User avatar
Falko
Enthusiast
Enthusiast
Posts: 271
Joined: Sat Oct 04, 2003 12:57 pm
Location: Germany
Contact:

Re: SpiderBasic 1.00 alpha 4

Post by Falko »

good news :)
www.falko-pure.de
Win11 Pro 64-Bit, PB_6.11b1
User avatar
oakvalley
User
User
Posts: 77
Joined: Sun Aug 08, 2004 6:34 pm
Location: Norway
Contact:

Re: SpiderBasic 1.00 alpha 4

Post by oakvalley »

Wow! Great job Purebasic team, purebasic for web is the future of applications :-)
I love it!
Regards Stone Oakvalley
Currently @ PB 5.70
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SpiderBasic 1.00 alpha 4

Post 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.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SpiderBasic 1.00 alpha 4

Post 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
Foz
Addict
Addict
Posts: 1359
Joined: Tue Nov 13, 2007 12:42 pm
Location: Manchester, UK

Re: SpiderBasic 1.00 alpha 4

Post by Foz »

This is off topic, but will the next version of PureBasic have the HTTPRequest() command added to it?
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SpiderBasic 1.00 alpha 4

Post by Fred »

Not for now
karu
Enthusiast
Enthusiast
Posts: 255
Joined: Fri Jan 13, 2006 12:14 am

Re: SpiderBasic 1.00 alpha 4

Post by karu »

oknow
Last edited by karu on Thu Feb 20, 2014 12:04 pm, edited 1 time in total.
Poshu
Enthusiast
Enthusiast
Posts: 459
Joined: Tue Jan 25, 2005 7:01 pm
Location: Canada

Re: SpiderBasic 1.00 alpha 4

Post by Poshu »

Nice update :3
User avatar
useful
Enthusiast
Enthusiast
Posts: 402
Joined: Fri Jul 19, 2013 7:36 am

Re: SpiderBasic 1.00 alpha 4

Post 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.
Last edited by useful on Thu Feb 20, 2014 10:23 am, edited 2 times in total.
Dawn will come inevitably.
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: SpiderBasic 1.00 alpha 4

Post by netmaestro »

Website still calls it alpha 3. Help-about identifies it as 4.
BERESHEIT
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: SpiderBasic 1.00 alpha 4

Post 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).
Post Reply