-
Updated
Sep 9, 2020 - JavaScript
#
types
Here are 615 public repositories matching this topic...
nodejs
javascript
testing
npm
styleguide
express
microservices
rest
mocha
types
eslint
es6
jest
style-guide
best-practices
expressjs
node-js
nodejs-development
The repository for high quality TypeScript type definitions.
-
Updated
Sep 16, 2020 - TypeScript
Optional static typing for Python 3 and 2 (PEP 484)
-
Updated
Sep 16, 2020 - Python
A simple and composable way to validate data in JavaScript (or TypeScript).
-
Updated
Sep 15, 2020 - TypeScript
Runtime type system for IO decoding/encoding
-
Updated
Aug 28, 2020 - TypeScript
*DEPRECATED* The TypeScript Definition Manager
-
Updated
Jul 24, 2017 - TypeScript
sindresorhus
commented
Mar 14, 2019
My goal is to have the best documentation for each provided type.
If something is unclear in any of the types, please comment or open a PR to improve it.
Some things you could contribute:
- Fix typos.
- Improved description of the type.
- More examples.
- Provide more real-world use-cases. This helps the user understand where a type might come in handy.
- Add links to relevant discu
jez
commented
Sep 16, 2020
Input
# typed: true
T.let(T.any(Integer, String), Integer) # errors, as expected
T.let(T.untyped, Integer) # does not error, but should
Python Data Structures for Humans™.
-
Updated
Jul 21, 2020 - Python
-
Updated
Sep 14, 2020 - TypeScript
Runtime validation for static types
-
Updated
Sep 9, 2020 - TypeScript
PgTyped - Typesafe SQL in TypeScript
-
Updated
Sep 16, 2020 - TypeScript
The Lux Programming Language
language
programming-language
clojure
haskell
lisp
types
functional-programming
functional-languages
macros
-
Updated
Sep 16, 2020 - Clojure
All basic TypeScript types in one place 🤙
-
Updated
Aug 17, 2020 - TypeScript
Work related to PEP 484: typing.py and typing_extensions.py (both released via PyPI) and issue tracker for type system bugs/features.
-
Updated
Sep 15, 2020 - Python
Flexible type system for Ruby with coercions and constraints
-
Updated
Sep 11, 2020 - Ruby
Auto generation of idiomatic bindings between Reason and JavaScript: either vanilla or typed with TypeScript/FlowType.
-
Updated
Sep 10, 2020 - Reason
samth
commented
Sep 1, 2020
(exp (log (make-polar 1.7976931348623153e+308 -1.797693134862315e+308)))
produces -8.648665413126592e+306-1.7956115019091953e+308i
in Racket but -inf.0-inf.0i
after Typed Racket optimization. Optimized code is:
(let-values (((g3)
(#%app
log
Shape-Safe Differentiable Programming with Algebraic Data Types
kotlin
machine-learning
types
functional-programming
computer-algebra
automatic-differentiation
differentiable-programming
-
Updated
Sep 14, 2020 - Kotlin
Programming language agnostic type construction language based on polynomials.
serialization
types
marshalling
type-theory
category-theory
serialization-library
f-algebras
type-definitions
-
Updated
Aug 22, 2020 - Idris
Immutable and structurally typed data
-
Updated
Sep 5, 2018 - JavaScript
Typed struct and value objects
-
Updated
Sep 11, 2020 - Ruby
Improve this page
Add a description, image, and links to the types topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the types topic, visit your repo's landing page and select "manage topics."
Elm has the option to output errors as JSON (via a flag), and something like that is handy for writing tooling around it. I'm trying to integrate
pytype
into ALE and this would make it a lot easier.