Registriert seit: 4. Jun 2010
15.785 Beiträge
|
Pas2js with generics rocks (and makes Castle Game Engine for WebGL possible)
20. Jul 2020, 23:51
pas2js can translate modern Object Pascal to JavaScript, making it possible to run Pascal code in a WWW browser. In the past, pas2js didn’t support generics, which made porting CGE to it troublesome, as we use generics a lot. This weekend I tested recent pas2js support for generics, in particular with containers from the Generics.Collections …
|