Why  does one need to translate from Pascal to Java ?

Not from pascal to Java, but to Javascript: The browsers only understand
javascript. Translating pascal to Javascript means you can write browser-side code in pascal, and then send it to the browser.
May I ask when do You need write ordinal code parallel on browser and server side? What kind of computation? For me 99% of code should be on server. As You write we have very fast (because compiled) application on server. Each user action can be transform to server, computed and results sand back to browser. Only for critical section we should write JS script. GUI is write once, independent (as ExtJS)



--
 Darek




_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to