🦞🌯 Lobster Roll

Thread

Clojure vs. The Static Typing World (lispcast.com)

Stories related to "Clojure vs. The Static Typing World" across the full archive.

Clojure vs. The Static Typing World (lispcast.com)
Cryogen: Simple static site generator built with Clojure (cryogenweb.org)
Static Generative Art Setup for Clojure (marvelous-code.com)
jank programming language - Clojure/LLVM/Gradual Typing (jank-lang.org)
kibit is a static code analyzer for Clojure (github.com)
Brian Hurt: A Pragmatic Case for Static Typing (vimeo.com)
Understanding Practical API Design, Static Typing and Functional Programming (blog.tmorris.net)
The Safyness of Static Typing (blog.metaobject.com)
Leveraging Static Typing to Manage Object State (blog.rescale.com)
Consider static typing (codon.com)
Are static typing and functional programming winning? (brikis98.blogspot.com.au)
Dynamic Typing > Static Typing? (games.greggman.com)
The benefits of static typing without static typing in Python (pawelmhm.github.io)
The advantages of static typing, simply stated (pchiusano.github.io)
Static typing will not save us from broken software (drmaciver.com)
add a Clojure tag
At the moment there is a lisp tag. Lisp is a family of languages, and Clojure is different from other Lisps in significant ways.
Diminishing returns of static typing (blog.merovius.de)
Clojurescript Re-frame: The Guide to Building Blocks (purelyfunctional.tv)
Clojure: Turtles All The Way Down (youtube.com)
The state of code quality tools in Clojure (blog.jeaye.com)
Why I'm Productive in Clojure (2013) (yogthos.net)
Clojure Numerics, Part 4 - Singular Value Decomposition (SVD) (dragan.rocks)
Ask HN: Which is better Clojure or Elixir? (news.ycombinator.com)
Rich Hickey delivers rationale for choosing dynamic typing in Clojure (youtube.com)
The Case for Clojure and GraphQL: Replacing Django (cheesecakelabs.com)
Effective Programs: 10 Years of Clojure (github.com)
closh - Bash-like shell based on Clojure (github.com)
Dueling Rhetoric of Clojure and Haskell (tech.frontrowed.com)
Deep Learning notebook walkthrough in Clojure (gigasquidsoftware.com)
Immer: Clojure-like persistent data structures in C++
I stumbled across this CppCon talk and found it interesting. The Ewig text editor example with concurrent loading and editing is impressive. The code seems clean. There is a lucid exposition of Relaxed Radix Balanced Trees (RRB trees) in the video. Although I lost the plot with C++ around C+...