fpcomplete.com — The world's first commercial Haskell IDE and deployment platform
strictlypositive.org — страница Конора Макбрайда, автора Epigram
sneezy.cs.nott.ac.uk — termly seminar on functional programming and related topics
strictlypositive.org — Differential Calculus with Datatypes
strictlypositive.org — cheat sheets
sneezy.cs.nott.ac.uk — termly seminar on functional programming and related topics
strictlypositive.org — Differential Calculus with Datatypes
strictlypositive.org — cheat sheets
seas.harvard.edu — верификатор нативного кода на Coq, или зачем в продакшене зависимые типы
"Agda ... a dependently typed functional programming language" I think it depends on the number of your PhDs.
via twitter.com
nponeccop.livejournal.com — Почему в HN нет GC
sorhed.livejournal.com — Procedure Typing for Scala
thedeemon.livejournal.com — Про Йонеду и про должения
sorhed.livejournal.com — Procedure Typing for Scala
thedeemon.livejournal.com — Про Йонеду и про должения
_∘_ : {A : Set}{B : A -> Set}{C : (x : A) -> B x -> Set} (f : {x : A}(y : B x) -> C x y)(g : (x : A) -> B x) (x : A) -> C x (g x) (f ∘ g) x = f (g x) Agda - язык простой и красивый
afp.sourceforge.net — The Archive of Formal Proofs is a collection of proof libraries, examples, and larger scientific developments, mechanically checked in the theorem prover Isabelle
кто-нибудь знает что-нибудь похожее для Agda? Coq? Epigram?
кто-нибудь знает что-нибудь похожее для Agda? Coq? Epigram?
nponeccop.livejournal.com — elementary level объяснения зависимых типов: for instance, let C be a small category and consider the notion of a C-diagram in Set, i.e. a functor F : C → Set
blog.sigfpe.com — стрелки как профункторы
channel9.msdn.com — Herb Sutter and Erik Meijer: Perspectives on C++
codecommit.com — Hindley-Milner for dummies, via ivan-ghandhi.livejournal.com
dl.dropbox.com — подборка книг по программированию и CS, via xeno-by.livejournal.com
existentialtype.wordpress.com — критика монад как механизма организации потока выполнения. местами интересное обсуждение в комментариях
codedot.livejournal.com — шикарная работа по лямбда-исчислению, в свободном доступе и на русском
controlflow.tumblr.com — эмуляция классов типов в F#
netsuperbrain.com — this blog post show that execution in a lazy language is both understandable and predictable
lambda-the-ultimate.org — is there any hope to enforce safety policies for dynamic interaction by static typing?