LGA-02: Language Scavenger HuntΒΆ
Find unique answers to each of the following:
- Find a programming language which uses manifest/explicit and static typing.
- Find a programming language which uses inferred/implicit and static typing.
- Find a programming language which uses an untyped/typeless system.
- Find a declarative programming language.
- Find a pure functional programming language.
- Find a language that offers gradual typing.
- Find a language which will assume the type of a variable based on the first letter of the variable name.
- Find a language which features
GOTO
.