Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IW 17 vs TMS Software's Web Core
#5
I'll finish saying that.... well... a small comparison:
 
IW                                          TMS Web 
Is Delphi                                  Is not Delphi
Your code is Delphi                   Your code is some Pascal dialect (AFAIK compatible with Delphi 7, no generics and things you take for granted today)
Your application is Delphi           You get HTML + JS files. I'm not sure the word "application" applies here
All your Delphi code work          "There is a basic Object Pascal RTL". Maybe your code works, maybe not.
You debug in Delphi IDE            You debug in the browser (more about this later)
Your IP is as secured as in         Everything TMS Web generates as output cannot be protected 
   any Delphi app
It is *real* Delphi                      Just pretends to be Delphi  Tongue 



Quoted from pas2js Free Pascal Wiki (pas2js is the pascal to javascript transpiler used by TMS web), emphasis is mine:

Debugging
The generated Javascript source code is of course visible and debuggable in the browser.
Moreover, the transpiler can generate a source map, which means that you will be able to see and debug the Pascal code in the browser. (not everything will work, but many things do. This depends on the browser too.)
Reply


Messages In This Thread
IW 17 vs TMS Software's Web Core - by ShaneStump - 08-14-2018, 05:38 PM
RE: IW 17 vs TMS Software's Web Core - by kudzu - 08-16-2018, 11:32 PM
RE: IW 17 vs TMS Software's Web Core - by fduenas - 08-16-2018, 11:48 PM
RE: IW 17 vs TMS Software's Web Core - by Alexandre Machado - 08-17-2018, 12:44 AM
RE: IW 17 vs TMS Software's Web Core - by kudzu - 08-17-2018, 12:48 AM
RE: IW 17 vs TMS Software's Web Core - by kudzu - 08-18-2018, 11:37 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)