Forum > General

PascalABC

<< < (3/4) > >>

Thaddy:
Does it compile itself? (No). No language.
Strictly speaking a language dialect that can not compile itself is in contradiction with Turings law.
I like C# but I don't need another Pascal dialect created on top of it.
And certainly not a dialect that supports the hidious inline var curse.
Code that does not separate declaration from use is not Pascal.(That goes for modern delphi too)

LeP:

--- Quote from: Thaddy on October 31, 2025, 01:13:25 pm ---And certainly not a dialect that supports the hidious inline var curse.
Code that does not separate declaration from use is not Pascal.(That goes for modern delphi too)

--- End quote ---


--- Code: Pascal  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---beginvar a := 'I like myself';ShowMessage(a);end;
 :-*  :D  O:-)

Handoko:

--- Quote from: rnfpc on October 31, 2025, 09:06:35 am ---Could there be any situation where this version of Pascal has any advantage over Fpc/Lazarus ?

--- End quote ---

I visited the official website of PascalABC and made this feature list. Anyone please help complete this list:

rnfpc:
As commented by @Marcov, if one likes C#, he/she should use it directly.
Is there any benefit of PascalABC.NET over C#?

marcov:

--- Quote from: Handoko on October 31, 2025, 04:03:47 pm ---
--- Quote from: rnfpc on October 31, 2025, 09:06:35 am ---Could there be any situation where this version of Pascal has any advantage over Fpc/Lazarus ?

--- End quote ---

I visited the official website of PascalABC and made this feature list. Anyone please help complete this list:

--- End quote ---

Mostly are just .NET features. Logically FPC doesn't, though some (like GC) might be achievable via ppcjvm or pas2js.

Let's turn it the other way around, where is the gallery? What can you really do with PascalABC.NET ? The site doesn't seem to have much except the most basic 10 line examples demonstrating some feature.

Where are the 100000+ or even million+ line codebases?

Where is documentation? Can you actually get support if you don't speak Russian?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version