TH3-Supported programming languages » History » Version 2
Wil van Antwerpen, 05/19/2019 12:15 AM
| 1 | 1 | Wil van Antwerpen | # Supported programming languages |
|---|---|---|---|
| 2 | |||
| 3 | The main focus of The Hammer 3.0 is on the DataFlex programming language. |
||
| 4 | |||
| 5 | I take it that that's not really a surprise. |
||
| 6 | But we do support quite a few more programming languages thanks to the choice of editor control (scintilla). |
||
| 7 | |||
| 8 | Currently supported are: |
||
| 9 | |||
| 10 | * DataFlex (all versions) |
||
| 11 | 2 | Wil van Antwerpen | * Javascript ^1 |
| 12 | * Html ^1 |
||
| 13 | * SQL ^1 |
||
| 14 | * Pascal (delphi/freepascal style) ^1 |
||
| 15 | * Swift ^1 |
||
| 16 | * C# ^1 |
||
| 17 | * C++ ^1 |
||
| 18 | * Java ^1 |
||
| 19 | * Go ^1 |
||
| 20 | 1 | Wil van Antwerpen | |
| 21 | 2 | Wil van Antwerpen | ^1 The Hammer will ask to create a default language definition on first use. |
| 22 | 1 | Wil van Antwerpen | |
| 23 | When the default language definition is loaded it will offer syntax coloring for the supported languages. |
||
| 24 | |||
| 25 | For DataFlex as well as Pascal it will also support the code explorer for easy navigation in the source. |