Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cwbudde/pascalprimer
Interactive Pascal environment for teaching
https://github.com/cwbudde/pascalprimer
dwscript education object-pascal programming-language
Last synced: about 1 month ago
JSON representation
Interactive Pascal environment for teaching
- Host: GitHub
- URL: https://github.com/cwbudde/pascalprimer
- Owner: CWBudde
- License: mit
- Created: 2014-12-18T09:51:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T14:33:58.000Z (over 5 years ago)
- Last Synced: 2024-11-09T17:12:26.571Z (3 months ago)
- Topics: dwscript, education, object-pascal, programming-language
- Language: Pascal
- Size: 407 KB
- Stars: 8
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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 arraysRuntime 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 windowScript Editor
* Common Edit / Undo / Search features
* Syntax highlighting