QuartexNOR

Results 8 comments of QuartexNOR

FPC (freepascal / lazarus) is not that different. FPC is enginered to support Delphi as much as possible, but typically it's a couple of years behind EMB. Which is understandable....

It's about 90% compatible. Only difference (that springs to mind) is: Event handlers must have @ when assigned: FOnMyEvent:=@SomeProc; And for generics you need to use specialization for some types....

Before XMAS i finished the proposal called LDEF, a language definition intermediate format, better known as an AST. The purpose of LDEF was to provide first and foremost a binary,...

bkisdi: The biggest problem with converting to a particular language and framework, is that most delphi applications relies heavily on the VCL. Some tidbits of the VCL can be easily...

Yes that was what I had in mind. For instance, let's say I want to use DAST to generate JS compatible code, where a code-generator is written to handle the...

Those methods are "magic" methods, meaning they should be known to the parser, as they are not defined anywhere. Does castalia do symbol checks? Meaning - checking that a class...

Any units for Smart Mobile Studio? It compiles object-pascal (delphi), a special dialect tailored for JSVMs, to pristine Javascript. Freepascal also have JS codegen. Object Pascal is highly productive and...

Wait, so easy diffusion is basically dead? I have downloaded a ton of models i wanted to test -- but i get this error every time