-
Updated
Mar 4, 2020 - TypeScript
static-typing
Here are 48 public repositories matching this topic...
-
Updated
Oct 20, 2020 - Java
-
Updated
Sep 17, 2020 - TypeScript
-
Updated
Oct 20, 2020 - TypeScript
-
Updated
Sep 15, 2020 - Python
-
Updated
Feb 23, 2020 - Shen
-
Updated
Oct 20, 2020 - C
-
Updated
Oct 20, 2020 - C++
-
Updated
Aug 30, 2020 - Common Lisp
-
Updated
Nov 22, 2017 - JavaScript
-
Updated
Oct 9, 2020 - Python
-
Updated
Feb 17, 2017 - C++
-
Updated
Sep 28, 2020 - C++
-
Updated
May 3, 2018 - OCaml
-
Updated
Sep 1, 2017 - TypeScript
-
Updated
Jul 30, 2019 - Rust
-
Updated
Mar 28, 2019 - Go
-
Updated
Oct 18, 2020 - Python
-
Updated
Aug 31, 2018 - Go
-
Updated
Sep 21, 2017 - TeX
-
Updated
Oct 12, 2020 - Python
-
Updated
Oct 13, 2020 - Xtend
-
Updated
Feb 6, 2018
-
Updated
Aug 23, 2020 - C#
-
Updated
Sep 12, 2018
-
Updated
Oct 16, 2020 - C++
-
Updated
Apr 23, 2017 - C#
-
Updated
Apr 22, 2020 - JavaScript
-
Updated
Dec 20, 2018 - TypeScript
Improve this page
Add a description, image, and links to the static-typing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the static-typing topic, visit your repo's landing page and select "manage topics."
The current architecture of the CLI forces the programming language to route through the runner while having a lot of the actions regarding arguments also occurring there. This may need to be changed to have the run function in the main.rs file take in a reference to the arguments and have the code run through there instead.