CWBudde / PascalPrimer

Interactive Pascal environment for teaching

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PascalPrimer

PascalPrimer is a programming environment application designed for fast learning of the Pascal programming language. It allows you to write code and immediately see the result and impact of any changes interactively.

To improve the learning experience, the simplified Pascal dialect of DWScript is used.

About DWScript

DWScript is an object-oriented scripting engine based on the Delphi language (Object Pascal), with extensions borrowed from other Pascal dialects. It introduces a few Pascal language extensions of its own as well. Most of these come handy as they reduce the amount of typing.

Key Features

Programming Language:

  • Simplified Object-Pascal language
  • Strong typing
  • Scoped, in-line variable declaration
  • Supports classes, interfaces, records, static and dynamic arrays

Runtime Environment:

  • Sand-boxed (with automatic memory management)
  • Background compilation (for proof-checks and immediate execution)
  • Turtle-Graphic (similar to L ogo)
  • Compiler- and text output window

Script Editor

  • Common Edit / Undo / Search features
  • Syntax highlighting

About

Interactive Pascal environment for teaching

License:MIT License


Languages

Language:Pascal 100.0%