Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax: define Type System #7

Closed
fly-lang opened this issue Feb 9, 2021 · 1 comment
Closed

Syntax: define Type System #7

fly-lang opened this issue Feb 9, 2021 · 1 comment
Labels
good first issue Good for newcomers planning For project plan tracking

Comments

@fly-lang
Copy link
Owner

fly-lang commented Feb 9, 2021

There are different Type System in a programming language:

  • weak or strong typing: implicit during conversion and acceptable or explicit and unacceptable which have precise rules.
  • static or dynamic typing: where type checking happens at compile time or run time.

https://www.destroyallsoftware.com/compendium/types?share_key=baf6b67369843fa2

@fly-lang fly-lang added the good first issue Good for newcomers label Feb 9, 2021
@fly-lang fly-lang added the planning For project plan tracking label Feb 11, 2021
@marcoromagnolo
Copy link
Collaborator

Strong and Static Typing with precise rules improves code functionality for a more confident release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers planning For project plan tracking
Projects
None yet
Development

No branches or pull requests

2 participants