Haxe (From: Java > Scala -> new thread: GUI for D)

Adam Ruppe destructionator at gmail.com
Mon Dec 5 10:21:43 PST 2011


Nick Sabalausky Wrote:
> The only problem now is that that would rule out the possibility of 
> sharing code between both server and client - Which is *NOT* something I  want to give up...

What kind of code is it? The main reason for the javascript
api thing in my web.d is to help minimize the pain of duplication,
by keeping it all on the server, but still having easy client side
interface.

Then basically your js is just event glue to various server side
functions.


Of course, it keeps the JS down to size... but doesn't actually let you
run code on the client written in D.


More information about the Digitalmars-d mailing list