-
ohjaajafeedback:
- [x] Intro:
- Describe static and dynamic languages
- Couple sentences about how static vs. dynamic languages efficiency is a hard problem, but gradual typing in a dynamic…
-
Hi, @jul1u5 and I are trying to manually write a special singleton data type for gradually typed hasktorch.
We'd like a generic singleton datatype, `SChecked a`, that makes it possible to encode tw…
-
Using `pytypes-1.0b5` I get:
```
$ python
Python 3.6.5 (default, Mar 31 2018, 05:34:57)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import py…
-
# Wish
```r
> x allow_coercion(x) x[1]
-
I was listening to a Python coding standards talk today and there was a lot of discussion of `typing` in 3.x, `mypy`, and other related tools. This obviously introduces a slew of style questions -- of…
-
Progress for verifying the benchmarks in https://github.com/nuprl/gradual-typing-performance/tree/master/benchmarks
- [ ] acquire
- [ ] Write contracts.
- [ ] dungeon
- [ ] Write contracts.
…
-
## The problem
We have enabled [strict types](https://www.phptutorial.net/php-tutorial/php-strict_types/) already in https://github.com/PrivateBin/PrivateBin/pull/1350, however this lead to iss…
-
A long term goal of the language is to add optional static typing, also known as gradual typing.
-
We should add type hinting everywhere across the code.
Happy for gradual, but eventually working up to mypy strict typing.
-
### Problem description
JavaScript is currently being used
### Proposed solution
You need to translate the project to TypeScript - create a list of files with JS in the form of a checklist an…