473,406 Members | 2,217 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

SilverLight, a new way for Python?

Hi!

SilverLight ("MS flash killer"), is a plug-in for InternetExplorer
(Win), FireFox (Win), and Safari (Mac).
The release 1.1-Alpha come with JScript & Python (or ironPython?)

See :
http://www.microsoft.com/silverlight/default.aspx
http://www.microsoft.com/silverlight...ompelling.aspx
http://silverlight.net/Default.aspx
http://www.microsoft.com/silverlight/install.aspx
Perhaps SilverLight is a new substitute for Python-Active-Scripting in
IE.

Perhaps SilverLight is the begin for new GUI style (vectors + XAML).

Perhaps SilverLight is the start for a new IDE (plug-in for VS-2005 or
Expression are availables).

But, I don't had try SilverLight...

Who had try it?



--
@-salutations

Michel Claveau
May 1 '07 #1
3 2586
Michel Claveau <mc***********@mclaveauPas.De.Spam.comwrote:
Hi!

SilverLight ("MS flash killer"), is a plug-in for InternetExplorer
(Win), FireFox (Win), and Safari (Mac).
The release 1.1-Alpha come with JScript & Python (or ironPython?)
IronPython.
Perhaps SilverLight is a new substitute for Python-Active-Scripting in
IE.
It can do much more than active scripting.
>
But, I don't had try SilverLight...
Have you at least run the demos? To run the demos you just need Windows
or a Mac (or a virtual machine running windows) and install the
Silverlight 1.1 alpha.
>
Who had try it?
There are some nice demos at
http://silverlight.net/themes/silver...ail.aspx?cat=2

In particular the DLRconsole
(http://silverlight.net/Samples/1.1/D...thon/index.htm) gives
you an interactive prompt to play with IronPython (or JScript) and XAML.

The big drawback is that despite being trumpeted as cross-platform it
runs on Windows and Mac but not Linux. The technology looks very
tempting, so much so that I can see a lot of people are going to use it.

I balked at downloading the full 5.6Gb Visual Studio beta, but once you
have the plugin installed in your browser you can run IronPython + xaml
directly from your local disc (or a web server). e.g. Download the
PhotoViewer demo and unzip and you can then immediately start hacking
the Python file. I haven't tried running it from an Apache server yet
but there since the code is just client-side it should all work (although
until it gets out of Alpha you can't actually use it for anything real).
May 1 '07 #2
Re!
>>it can do much more than active scripting.
Hummm.... Perhaps.
But, with ActiveScripting, I can define functions & class in Python,
Ruby(script), Jscript, VBscript, Perl. I can call these functions/objects
directly from Python, and share many objects (& libraries).
I am not sure to find these features in SilverLight.
>>Have you at least run the demos?
Yes, I downloaded two demos, and run-it.
I had look (quickly) the code. It's run. But it's too few for call that a
true "try".
However, these demos are nice & fun.

Another thing: I have VS-2005. I had install the plug-in SilverLight/VS ;
OK, but I don't found it in VS. Perhaps because I use a french version?
(sorry, I don't speak english).

This soft is young. I will wait some times, for read messages & realizations
from new users.

@-salutations

Michel Claveau


May 1 '07 #3
"Méta-MCI" <en**************@XmclaveauX.comwrote:
Re!
>>>it can do much more than active scripting.

Hummm.... Perhaps.
But, with ActiveScripting, I can define functions & class in Python,
Ruby(script), Jscript, VBscript, Perl. I can call these
functions/objects directly from Python, and share many objects (&
libraries). I am not sure to find these features in SilverLight.
With Silverlight you can define functions & classes in Python, Ruby,
JScript, C#, VB, C++, and other languages and use them interchangeably.
They all run sandboxed on the client. One of the demos (the chess program)
demonstrates the difference quite well: it has both JScript and C#
implementations, with the JScript version examining about 500 nodes per
move and the C# one about 1,500,000.
>
>>>Have you at least run the demos?

Yes, I downloaded two demos, and run-it.
I had look (quickly) the code. It's run. But it's too few for call
that a true "try".
However, these demos are nice & fun.

Another thing: I have VS-2005. I had install the plug-in
SilverLight/VS ; OK, but I don't found it in VS. Perhaps because I use
a french version? (sorry, I don't speak english).
As I understand it you have to install the new beta version of visual
studio. So that is an 8Mb download for the Silverlight support in VS plus a
5.6Gb download for Visual Studio itself.

May 1 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: m.a | last post by:
Hello, I have MSVC 2005 and I like to learn Silverlight. What do I need and can I get them free (It is just for learning so any restriction is acceptable)? is there any newsgroup about...
2
by: m.a | last post by:
Hello, I installed MSVC 2008 express and I like to install silverlight. Can I do this? Thenone that I got from silverlight web site, complain about msvc version. Regards
18
by: Artificer | last post by:
Any idea if MS will try to promote Silverlight over ASP.NET for web development or will silverlight remain just as a adobe's flash like tecnology?
0
by: =?Utf-8?B?Um9nZXIgTWFydGlu?= | last post by:
I have a web site under .NET 2.0 that renders videos using the Silverlight media player. The <asp:MediaPlayercontrol only works on .NET 3.5, but I managed to get things working under .NET 2.0 by...
1
by: Faisal Shafiq | last post by:
I want to upload a file direct to the Silverlight Streaming Service from a Web Client such as silverlight application. As per our product requirement we want to upload a .WMV file directly from...
3
by: =?Utf-8?B?Um9nZXIgTWFydGlu?= | last post by:
Note: My apologies for repeating this post from last week, but my nospam alias and profile account were incorrect. I think I have fixed this, so hopefully this post will trigger MS into a response...
7
Curtis Rutland
by: Curtis Rutland | last post by:
Building A Silverlight (2.0) Multi-File Uploader All source code is C#. VB.NET source is coming soon. Note: This project requires Visual Studio 2008 SP1 or Visual Web Developer 2008 SP1 and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.