World: r3wp
[!Cheyenne] Discussions about the Cheyenne Web Server
older newer | first last |
Terry 9-Jul-2010 [8422] | http://www.sencha.com/ |
Graham 9-Jul-2010 [8423] | I think Google use Java to write their JS/HTML |
Dockimbel 9-Jul-2010 [8424] | Sorry, but Moore's law doesn't allow REBOL to be used as a generic programming language, due to poor performances compared to compiled ones (like C or java). You can't even write a decent compression lib in REBOL (would be too slow). |
Terry 9-Jul-2010 [8425] | which is why rebol is dying.. it's a dinosaur.. 10 years ago it was hot, but the ball was dropped, and ruby took it's place. Stupid license / closed source killed it. The only thing is for a few folk here who prefer to use it for low end development / back office. |
Dockimbel 9-Jul-2010 [8426x2] | Google use their GWT library. |
*uses | |
Graham 9-Jul-2010 [8428] | So, just call a compression library from the jvm |
Dockimbel 9-Jul-2010 [8429] | write in java and compiles to JS/HTML for client side |
Graham 9-Jul-2010 [8430] | that's what I said ! |
Dockimbel 9-Jul-2010 [8431] | Graham: that was just an example of forbidden usage to *REBOL (as long as it is interpreted), performance is still relevant despite of current CPU speed. |
Maxim 9-Jul-2010 [8432] | yes especially on web servers.... the number of users of a site can quickly slam moore`s law. |
Graham 9-Jul-2010 [8433] | Sure .. I understand that for interpreted languages, there are also performance downsides .. but the gain is in the time to deliver product |
Maxim 9-Jul-2010 [8434] | exactly. |
Graham 9-Jul-2010 [8435x2] | That's why people use interpreted languages/scripting languages .. to speed up the development cycle not for writing time critical apps |
If I write a WP ... it's not computationally expensive ... vs a statistical package | |
Dockimbel 9-Jul-2010 [8437] | WP: WordProcessor? |
Graham 9-Jul-2010 [8438] | yes |
Dockimbel 9-Jul-2010 [8439] | REBOL is not even fast enough to write a code editor with syntax coloring...a WP is out of reach ;-) |
Graham 9-Jul-2010 [8440x3] | My CRM apps .. the bottleneck is I/O not Rebol |
That's a fault with the view implementation | |
So, what advantages do you see being lost with a port to the JVM or .Net ? | |
Dockimbel 9-Jul-2010 [8443] | compactness :) |
Maxim 9-Jul-2010 [8444] | actually, REBOL is fast enough... its the R2 integration to AGG is which is quite poor. |
Graham 9-Jul-2010 [8445] | doesn't sound like a big loss .. most people I see already have .net or the jre already installed |
Dockimbel 9-Jul-2010 [8446] | but Graham, I'm not against a jvm and .net port, it would be a good thing |
Graham 9-Jul-2010 [8447] | i know, you're just against being the person to do it: :) |
Dockimbel 9-Jul-2010 [8448x2] | well, as I'm not a jvm nor .net fan, I might not be the right person for the job ;-) |
I might try with .net thought, the VM is more dynamic languages friendly than the jvm. | |
Graham 9-Jul-2010 [8450] | And there is mono |
Dockimbel 9-Jul-2010 [8451x2] | Isn't mono still lagging behind too much? |
in terms of supported features | |
Maxim 9-Jul-2010 [8453] | given the choice, I'd use .net instead of java. the only issue is that it relies tooo much on the IDE, which becomes so sluggish on complex setups that its not funny. |
Graham 9-Jul-2010 [8454] | and neither run on the iPad ... |
Maxim 9-Jul-2010 [8455x2] | MS IDEs crash regularly in a typical work session... plus every new release, you have to refactor stuff... its just really not nimble. |
anyhow... we are pretty OT ;-) | |
Graham 9-Jul-2010 [8457] | Is the Da Vinci project still going strong ?? http://openjdk.java.net/projects/mlvm/ |
Dockimbel 9-Jul-2010 [8458x2] | long time I haven't looked at Da Vinci... |
yes it's OT, I'll stop here ;-) | |
Graham 9-Jul-2010 [8460] | bottom line... only Cheyenne is being maintained |
Dockimbel 9-Jul-2010 [8461x3] | right |
I could do some hotfix to CureCode too if required | |
but no evolution (for now at least) | |
Graham 9-Jul-2010 [8464] | There was a wish to add a documentation type to curecode |
Dockimbel 9-Jul-2010 [8465] | ah, that could be added easily, I'll try to scan the CC channel here to see look for easy changes this weekend. |
Graham 9-Jul-2010 [8466] | Just to allow users to add examples of how to use functions etc .. since many people do not have access to the various "wiki"s |
Terry 10-Jul-2010 [8467x4] | Doc, the websocket problem discussed earlier seems related to this.. http://code.google.com/p/chromium/issues/detail?id=28453 |
things work fine as long as i use a domain name, but as soon as I go localhost:81 or 127.0.0.1:81, it goes south. | |
It also seems ok if using default port 80.. | |
hmm, now its working fine everyway.. feel free to completely ignore my previous noise, and I'll just pretend it was all a bad dream | |
Endo 10-Jul-2010 [8471] | is there a ws:// protocol implementation for R2? How do I connect to a server and use websocket without a browser? |
older newer | first last |