#type-inference

[ follow ]
#typescript
fromInfoQ
1 week ago
Software development

ArkType Introduces ArkRegex with Type Safe Regular Expressions

ArkRegex provides TypeScript type inference for regular expressions, replacing RegExp with zero runtime overhead and offering typed positional and named capture groups.
fromPeterbe
3 months ago
Python

In Python, you have to specify the type and not rely on inference - Peterbe.com

TypeScript infers literal argument types causing compile-time errors for mismatched values; Python's mypy requires explicit annotations to report the same mismatches.
fromInfoQ
1 week ago
Software development

ArkType Introduces ArkRegex with Type Safe Regular Expressions

Software development
fromInfoWorld
1 month ago

'Futuristic' Unison functional language debuts

Unison 1.0 provides content-addressed, statically typed functional programming that gives deterministic versioning, avoids redundant compilation, and simplifies distributed computation.
[ Load more ]