|
Lines 321-329
Link Here
|
| 321 |
experienced programmers; Pascal, on the other hand, was |
321 |
experienced programmers; Pascal, on the other hand, was |
| 322 |
designed as an educational language, and is quite a good |
322 |
designed as an educational language, and is quite a good |
| 323 |
language to start with. FreeBSD does not include Pascal |
323 |
language to start with. FreeBSD does not include Pascal |
| 324 |
support in the base system, but the GNU Pascal Compiler (gpc) |
324 |
support in the base system, but both the GNU Pascal Compiler (gpc) |
| 325 |
is available in the ports collection as |
325 |
and the Free Pascal Compiler are available in the ports |
| 326 |
<filename role="package">lang/gpc</filename>.</para> |
326 |
collection as |
|
|
327 |
<filename role="package">lang/gpc</filename> and |
| 328 |
<filename role="package">lang/fpc</filename>.</para> |
| 327 |
|
329 |
|
| 328 |
<para>As the edit-compile-run-debug cycle is rather tedious when |
330 |
<para>As the edit-compile-run-debug cycle is rather tedious when |
| 329 |
using separate programs, many commercial compiler makers have |
331 |
using separate programs, many commercial compiler makers have |