Category:PascalABC.NET

From Rosetta Code
Language
PascalABC.NET
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using PascalABC.NET.
PascalABC.NET is an implementation of Pascal. Other implementations of Pascal.

PascalABC.NET is the new generation Pascal programming language that combines simplicity of classic Pascal, a great number of modern extensions and broad capabilities of Microsoft .NET Framework.

PascalABC.NET will compile much of the Pascal and Delphi on this site, but let me hope that entries an RosettaCode will use the modern functional extensions and not look like something from 1970.

True I could write fN in the following example in Delph, but I would risk a repetitive wrist injury. For those wishing to save their wrist for things more important than writing verbose code:

begin
  var fN: integer->integer->integer := x -> y -> x + y;
  var n := fN(2);
  writeln(n(11));
  writeln(n(21));
end.


Automatically Generated: This result set should be accurate to within fifteen minutes of the last viewing.
Awareness

If PacalABC.NET is a language you like, or are interested in, please inform your fellow members of the PacalABC.NET community; this page can't be emptied without your and their participation.

Tasks not implemented in PacalABC.NET

1

2

4

9

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

Draft tasks not implemented in PacalABC.NET

1

3

A

B

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Tasks omitted from PacalABC.NET


End of List

Again, feel free to try your hand at any of the tasks listed on this page.


Pages in category "PascalABC.NET"

The following 8 pages are in this category, out of 8 total.