TH3-Supported programming languages » History » Version 1
Wil van Antwerpen, 05/19/2019 12:14 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 | * Javascript (^) |
||
| 12 | * Html (^) |
||
| 13 | * SQL (^) |
||
| 14 | * Pascal (delphi/freepascal style) (^) |
||
| 15 | * Swift (^) |
||
| 16 | * C# (^) |
||
| 17 | * C++ (^) |
||
| 18 | * Java (^) |
||
| 19 | * Go (^) |
||
| 20 | |||
| 21 | (^) The Hammer will ask to create a default language definition on first use. |
||
| 22 | |||
| 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. |