Forum > General
PascalABC
moskalenco_a:
It's not Pascal. It's something strange. Pascal+C#.NET
ykot:
Looks like a free alternative to Oxygene, which is good. :)
rnfpc:
I know this is an old post but the website https://pascalabc.net/en/ is still active and things could have changed over the years. Could there be any situation where this version of Pascal has any advantage over Fpc/Lazarus ?
d2010:
--- Quote from: lazjump on October 30, 2015, 02:08:20 pm ---I just happen to come across this: http://pascalabc.net
The cousin of FPC?
--- End quote ---
Please, Please C:Q1=How to build {x86} as DLL ?
The runtime of Pascal contain very good, based-function,
(eg.PosEx, calc-math with complex-algebric , )
--- 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";}};} ---// Dll-библиотекаlibrary MyDll; const n = 10; function add(a,b: integer): integer;begin Result := a + b;end; procedure PrintPascalABCNET;begin writeln('PascalABC.NET');end;end. This .demo is only C#dot,net. How to execute this demo?
I need learning Lambdas, and compare Lambdas, because Lambdas inside BC++
or VC++2023 is worst undestanding.
type int = integer;
begin
var f: int -> int -> int := i -> j -> i*j;
MatrGen(10,10,(i,j)->f(i)(j)).Println;
end. :-X
marcov:
--- Quote from: rnfpc on October 31, 2025, 09:06:35 am ---I know this is an old post but the website https://pascalabc.net/en/ is still active and things could have changed over the years. Could there be any situation where this version of Pascal has any advantage over Fpc/Lazarus ?
--- End quote ---
Why don't you ask on a forum where the ABC users live? Here it is rarely mentioned, so there is unlikely to be deep knowledge.
Anyway, I haven't seen much news or updates from that corner in the last years. It seemed to be primarily used in the Russian educational sector, and (former) Russian students often mentioned it on the board. Maybe school use of ABC in Russia has diminished in recent years.
And as with most C#-with-other-syntax. If you are into that, cut out the middleman and go directly to C#. No point in being a second tier citizen on the .NET platform.
Navigation
[0] Message Index
[#] Next page
[*] Previous page