Here are
21 public repositories
matching this topic...
Apache Groovy: A powerful multi-faceted programming language for the JVM platform
Updated
Aug 25, 2021
Java
Dynamic typing in Haskell
Updated
May 29, 2019
Haskell
A lightweight, embeddable scripting language
A perl5 with classes, types, compilable, company friendly, security
Updated
Apr 18, 2021
Perl
A simple & versatile high-level programming language.
Simple, interpreted, dynamically-typed programming language
Updated
Jul 5, 2021
Crystal
The Combination of Dynamic and Static Typing from a Categorical Perspective
A Gradually Typed Functional Programming Language with Bounded Quantification
Updated
Mar 7, 2017
Haskell
A small, embeddable, dynamically typed scripting language.
Seamlessly encode and decode python objects to json while maintaining their types.
Updated
Dec 1, 2018
Python
Experimental language for asynchronous programming
GRI - An interpreter for a language suitable for graph algorithms
Sunlight lang is a dynamic, lazy and functional programming language that compiles to lua
Updated
May 25, 2021
Haskell
Parse arguments for variadic functions accordingly.
Updated
Dec 14, 2018
JavaScript
lisp like looking language
A dynamically typed, interpreted programming language.
A toy dynamic programming language, Awesome, following ideas of Marc-André Cournoyer.
Updated
Sep 22, 2018
Ruby
If it walks like a duck and talks like a duck, treat it like a duck, even if it’s not a duck — a dynamic typing for PHP inspired by Flow types
Dynamic typing - from "How Computers Really Work" book, by Matthew Justice
Updated
Jul 23, 2021
Python
Improve this page
Add a description, image, and links to the
dynamic-typing
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
dynamic-typing
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The compiler should analyze the function body to detect statements that are completely unreachable because of return and throw statements that cause a function to exit.
Consider the following example:
In the above example, the print statement is never executed because
main()
is terminated before it can reach t