Re: [fpc-pascal] Adding Javascript to Pascal

2025-02-22 Thread DougC via fpc-pascal
Why not? Because it helps a distinctly inferior language design to perpetuate. It used to be said that any programmer that first learned to program using BASIC was ruined for life. I would say the same thing about Javascript.  Doug C. On Fri, 21 Feb 2025 17:46:49 -0500 wrote ---

[fpc-pascal] my painful way while triing to generate android R33.inc and .pas files

2025-02-22 Thread Mgr. Janusz Chmiel via fpc-pascal
I would like to share my painful results when I have tried to generate Android-R33.inc and pas header files by using javappjar. It even very probably caused my RAM chip to get burned out, because The process is so memory allocation hungry and complex. Please who of us has prepared folders with al

Re: [fpc-pascal] Pascal sensitive diff tool?

2025-02-22 Thread Arne Hanssen via fpc-pascal
Den 21.02.2025 19:49, skreiv Peter B via fpc-pascal: On 21/02/2025 02:26, Hairy Pixels via fpc-pascal wrote: What do you mean? like syntax styling? Hi Ryan, I'm looking for a diff tool that would show a/ foo := false; b/ foo := true; as differences worth reporting, but would suppress a/ F