🦞🌯 Lobster Roll

Thread

Dependent types in half of D (infognition.com)
[pl]

Stories related to "Dependent types in half of D" across the full archive.

Idris is a general purpose pure functional programming language with dependent types. (idris-lang.org)
Certified Programming with Dependent Types, by Adam Chlipala (adam.chlipala.net)
The author writes: > "This is the web site for a textbook about practical engineering with the Coq proof assistant. The focus is on building programs with proofs of correctness, using dependent types and scripted proof automation. > "I'm following an unusual philosophy in this book, so it may ...
DOT (Dependent Object Types) calculus and Scala (parleys.com)
Integrating Dependent and Linear Types (draft) (cs.bham.ac.uk)
Mindless, Verified (Erasably) Coding using Dependent Types (github.com)
From the readme, the "mindless" refers to the fact that "fully-specified" coding using dependent types can actually simplify the task of implementing complex algorithms, while providing full verification of the resulting (extracted) code.
Formatting in Haskell (type-safe printf without dependent types) (chrisdone.com)
Type-directed search with dependent types (haskelldc.github.io)
Dependent Types for Pragmatics (jonmsterling.com)
Dependent Types in Haskell: Present and Future (youtube.com)
Dependent types in half of D (infognition.com)
[pl]
Interview with Brian McKenna about Roy, Purescript, Haskell, Idris and dependent types (medium.com)
Pony VUG #4: Luke Cheeseman: Simple Value-Dependent Types In Pony (vimeo.com)
Luke Cheeseman discusses his work on adding simple value-dependent types to Pony. Luke walks us through how introducing value-dependent types and compile-time expressions into Pony to provides developers access to a wider variety of efficient, flexible containers. Join the group at pony.groups.io...
Dependent Types for F# (jackfoxy.github.io)
The Future of Programming is Dependent Types (medium.com)
Programming and Reasoning with Algebraic Effects and Dependent Types (2013) (eb.host.cs.st-andrews.ac.uk)
Abstract: "One often cited benefit of pure functional programming is that pure code is easier to test and reason about, both formally and infor- mally. However, real programs have side-effects including state management, exceptions and interactions with the outside world. Haske...
Simple dependent types in Python (dev.to)
Dependent Types in Typescript (javiercasas.com)
Dependent Types and the Art of HTTP Headers (unwoundstack.com)
On Ada's Dependent Types, and its Types as a Whole (nytpu.com)
Dependent types for JavaScript (goto.ucsd.edu)
Scala vs Idris: Dependent Types, Now and in the Future (infoq.com)
Rust for C++ programmers - part 3: primitive types and operators (featherweightmusings.blogspot.com)
Learning sum types, value constructors, and type constructors by proxying values with types (bitemyapp.com)
Sum Types (fpcomplete.com)
Types are documentation (dl.dropboxusercontent.com)
Practical Types Brainstorming Event (staff.computing.dundee.ac.uk)
Adventure with Types - Simon Peyton Jones (youtube.com)
Verified Networking using Dependent Types (simonjf.com)
Why Dependently Typed Programming Will (One Day) Rock Your World (ejenk.com)
>proof that your program will terminate Or that a coprogram will be productive (services/servers/streaming fall under this). Most programs these days operate on codata, so termination on a per-destructed-codata-component basis is productivity if I understand correctly. (ejenk touches on thi...
Using Phantom Types in Haskell for Extra Safety (blog.jakubarnold.cz)