🦞🌯 Lobster Roll

Thread

Programming is (should be) fun (youtube.com)

Stories related to "Programming is (should be) fun" across the full archive.

Clojure: Programming with Hand Tools (youtube.com)
John Myles White on Fundamental Concepts in Programming Languages | Papers We Love (paperswelove.org)
Math and functional programming video library (school.looprecur.com)
Functional Programming Design Patterns (fsharpforfunandprofit.com)
The Anatomy of a Puzzle - Specification Driven Programming in Common Lisp (chriskohlhepp.wordpress.com)
Erlang Factroy SF 2016 - Keynote - John Hughes - Why Functional Programming Matters (youtube.com)
Introduction to Functional Reactive Programming with Elm (youtube.com)
I found the way that this video explained signals really cleared up my mental model. The video makes a nice analogue for signals as a list of values that is updated over time, and shows how a lot of the operations on signals have equivalent operations on lists. The beginning of the talk is a bit ...
Functional programming in Excel (vimeo.com)
Lisp Koans - Common Lisp Programming Exercises (github.com)
Common Lisp Koans is a language learning exercise in the same vein as the ruby koans, python koans and others. It is a port of the prior koans with some modifications to highlight lisp-specific features. Structured as ordered groups of broken unit tests, the project guides the learner progressively ...
Full Metal Jacket: A Visual Programming Language Based on Lisp (web.onetel.com)
Modern C++ and Lisp Programming Style (chriskohlhepp.wordpress.com)
Shen: Sequent Calculus and Metaprogramming [30 mins] (shenlanguage.org)
Dr Tarver explains sequent calculus and then implements a Haskell-like algebraic type system in ~2 pages of code. Definitely worth the 30 minutes of viewing time if you don't quite understand why sequent calculus is so cool.
Functional Programming and Modern DevOps (Aaron Contorer) (youtube.com)
What did Alan Kay mean by, "Lisp is the greatest single programming language ever designed"? (quora.com)
Programming Languages as Operating Systems (or Revenge of the Son of the Lisp Machine) (www2.ccs.neu.edu)
Ferret - Embedded Lisp [Literate Programming] (ferret-lang.org)
The whole implementation is a literate program: https://github.com/nakkaya/ferret/blob/master/ferret.org
Hazel: A Live, Functional Programming Language with Typed Holes (youtube.com)
[Website.](http://hazel.org/)
Why Isn't Functional Programming the Norm? Talk by Richard Feldman (youtube.com)
Programming Algorithms with code examples in Lisp (leanpub.com)
Functional Reactive Programming in Whiley (youtu.be)
Boring native lisp web programming?
Dear Crustaceans, what would be your favourite setup if you wanted to build a server-side rendered web app and run it as a native (or just single) binary? Is there something that offers Clojure-like native experience or I should just give up and use Go? Thanks!
Cassette (a small, Lisp-like programming language) (cassette-lang.com)
malbolge-lisp: A lightweight (350MB) Lisp interpreter in Malbolge Unshackled, often dubbed the hardest turing complete programming language (github.com)
The revival of Pre-Scheme, a systems programming lisp (prescheme.org)
EYG a predictable, and useful, programming language at func prog sweden (youtube.com)
Caelum, the hyper-functional programming language (youtube.com)
Language-Oriented Programming with Racket (2019) (youtube.com)
Intro to Functional Reactive Programming with Bacon.js and ClojureScript (youtube.com)
The code is pretty much unreadable in the video, but you can follow along on GitHub: https://github.com/Cicayda/yolk-examples/blob/master/src/yolk_examples/client/autocomplete.cljs https://github.com/Cicayda/yolk-examples/blob/master/src/yolk_examples/client/dragdrop.cljs
Read-Eval-Print-λove is an Internet zine focusing on the Lisp family of programming languages (readevalprintlove.fogus.me)
Idris is a general purpose pure functional programming language with dependent types. (idris-lang.org)