I just happen to come across this: http://pascalabc.net
The cousin of FPC?
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 , )
// 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.
