Skip to content

Commit a31c1a1

Browse files
committed
EndBASIC: change "strong" to "static" typing
"Variables are assigned a type at definition time and their type remains immutable throughout their existence." This sounds like static typing to me.
1 parent bf736ef commit a31c1a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ To sort and filter the list interactively, visit the [webpage](https://dbohdan.g
2525
| Awk | [GoAWK](https://github.com/benhoyt/goawk) | Go | Go's GC | MIT | A POSIX-compliant AWK, with CSV support. |
2626
| Awk | [Libmawk](http://repo.hu/projects/libmawk/) | C | Ref. counting | **GPL-2.0** | Implements Awk. A fork of mawk 1.3 restructured for embedding. |
2727
| Awk, Basic, Pascal | [Libfawk](http://repo.hu/projects/libfawk/) | C | Ref. counting | BSD-3-Clause | A multi-language VM. Includes compilers for three languages: Fawk (Awk dialect), Fbas (Basic dialect), and Fpas (Pascal dialect). |
28-
| Basic | [EndBASIC](https://github.com/endbasic/endbasic) | Rust | Ref. counting | Apache-2.0 | BASIC-like language with strong typing. |
28+
| Basic | [EndBASIC](https://github.com/endbasic/endbasic) | Rust | Ref. counting | Apache-2.0 | BASIC-like language with static typing. |
2929
| Basic | [MY-BASIC](https://github.com/paladin-t/my_basic) | C | Ref. counting + cycle-detecting tracing GC | MIT | A Basic dialect with prototype-based OOP. |
3030
| Berry | [Berry](https://github.com/berry-lang/berry) | C | Tracing | MIT | Lightweight dynamically-typed embedded scripting language designed for lower-performance devices with limited memory. |
3131
| Boron | [Boron](http://urlan.sourceforge.net/boron/) | C | Tracing | LGPL-3.0-or-later | An embeddable scripting language similar to Rebol. |

data/projects.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ lang = "Basic"
236236
impl_in = "Rust"
237237
gc = "Ref. counting"
238238
license = "Apache-2.0"
239-
notes = "BASIC-like language with strong typing."
239+
notes = "BASIC-like language with static typing."
240240

241241
[ephp]
242242
url = "https://github.com/bragful/ephp"

0 commit comments

Comments
 (0)