[fpc-pascal] JavaScript versions of pascal RTL functions (FormatFloat, DateToStr etc)

Michael Van Canneyt michael at freepascal.org
Sat Oct 14 00:22:09 CEST 2017



On Fri, 13 Oct 2017, Luiz Americo Pereira Camara wrote:

> Hi,
>
> I'm developing an app were the client is written in Javascript + HTML and
> the backend in pascal (fpc)
>
> I'd like to use my pascal knowledge of RTL functions, mostly utils
> (FormatFloat, DateToStr etc) in the client app
>
> Do you know any implementation of such functions, with similar signatures,
> in JavaScript?

In december, you will be able to use pascal for your client app, using pas2js.
I have ported already sysutils, classes, dateutils, strutils, contnrs and DB
units. If you want, I can send you the Javascript versions of these files
now.

Michael.



More information about the fpc-pascal mailing list