A new way of blogging about Common Lisp (2018)

blogging klipse Common Lisp live examples code snippets | Continue reading


@blog.klipse.tech | 1 year ago

Revisiting the Principles of Data-Oriented Programming

Principles of Data-Oriented Programming. Benefits and costs of Data-Oriented Programming. DOP vs OOP. DOP vs FP. | Continue reading


@blog.klipse.tech | 1 year ago

A hundred things I learned writing my first technical book

Continue reading


@blog.klipse.tech | 2 years ago

A hundred things I learned writing my first technical book

A hundred things I learned writing my first technical book “Data-Oriented Programming” | Continue reading


@blog.klipse.tech | 2 years ago

Data-Oriented Programming: A link in the chain of programming paradigms

Data-Oriented programming influences and how it compares with best practices from other programming paradigms. | Continue reading


@blog.klipse.tech | 2 years ago

Data validation with JSON schema: an alternative to OOP

How to represent data schema with JSON schema. Benefits of separating data schema from data representation in Data-Oriented Programming. | Continue reading


@blog.klipse.tech | 2 years ago

Polymorphism Without Objects via Multimethods

Multimethod tutorial. Single dispatch and multiple dispatch. | Continue reading


@blog.klipse.tech | 2 years ago

Show HN: A new way of blogging about Golang

Interactive code snippets in Golang using klipse | Continue reading


@blog.klipse.tech | 2 years ago

A new way of blogging about Golang

Interactive code snippets in Golang using klipse | Continue reading


@blog.klipse.tech | 2 years ago

Separate Code from Data

Principles of Data Oriented Programming. Principle | Continue reading


@blog.klipse.tech | 2 years ago

The concepts behind Data-Oriented programming

Writing effective information systems. Abstraction vs. Concretion. Functional programming vs. Object-Oriented programming vs. Data-Oriented programming. Dynamic typing vs. Static typing. Identity vs. State. The value of immutability. | Continue reading


@blog.klipse.tech | 3 years ago

Functional Lodash and Data Immutability

Functional Lodash. Immutable Lodash. JavaScript. Functional Programming. Persistent data structures. | Continue reading


@blog.klipse.tech | 3 years ago

Show HN: Manipulate immutable collections with no performance hit

Manipulate immutable collections with no performance hit. Immutable.js and lodash.js. JavaScript live tutorial. | Continue reading


@blog.klipse.tech | 3 years ago

Book excerpt: Decrease system complexity by separating Code from Data

Decrease complexity of your system by separating Code from Data. Data oriented programming. | Continue reading


@blog.klipse.tech | 3 years ago

Show HN: Decrease system complexity by separating Code from Data

Decrease complexity of your system by separating Code from Data. Data oriented programming. | Continue reading


@blog.klipse.tech | 3 years ago

What Is Data Oriented Programming?

Data Oriented Programming in a nutshell. Benefits and drawbacks of data oriented programming. DO vs OOP. DO vs FP. | Continue reading


@blog.klipse.tech | 3 years ago

Show HN: Principles of Data Oriented Programming

Data Oriented Programming in a nutshell. Benefits and drawbacks of data oriented programming. DO vs OOP. DO vs FP. | Continue reading


@blog.klipse.tech | 3 years ago

Lambda Calculus: The Y Combinator in JavaScript

Recursions without names. The y combinator in javascript. Lambda Calculus. | Continue reading


@blog.klipse.tech | 3 years ago

Type Inference in ClojureScript

Type inference in Clojurescript. Code optimization. Type checking. | Continue reading


@blog.klipse.tech | 4 years ago

Type Inference in ClojureScript

Type inference in Clojurescript. Code optimization. Type checking. | Continue reading


@blog.klipse.tech | 4 years ago

Java is confusing, Clojure is simple

Data Collections in Java versus Immutable Data Collections in Clojure. The complexity of Java compared to the simplicity of Clojure. | Continue reading


@blog.klipse.tech | 4 years ago

Java is confusing, Clojure is simple

Data Collections in Java versus Immutable Data Collections in Clojure. The complexity of Java compared to the simplicity of Clojure. | Continue reading


@blog.klipse.tech | 4 years ago

Seqs and the City

The importance of sequences in Clojure. Sequences and data collections. Lazy sequences. | Continue reading


@blog.klipse.tech | 4 years ago

Interactive demo of ClojureScript 1.10.516 new features

Demo of Clojure 1.10 features. Tutorial. Data and People. | Continue reading


@blog.klipse.tech | 5 years ago

Quine for dummies: code snippet whose output is the same as its source code

Interactive Quines in Clojure. A quine is a program that evaluates to itself. | Continue reading


@blog.klipse.tech | 5 years ago

Show HN: An interactive quine

Interactive Quines in Clojure. A quine is a program that evaluates to itself. | Continue reading


@blog.klipse.tech | 5 years ago

Show HN: A new way of blogging about Prolog

A new way of blogging about Prolog. With interactive and live code snippets powered by Klipse | Continue reading


@blog.klipse.tech | 5 years ago

A new way of blogging about Prolog

A new way of blogging about Prolog. With interactive and live code snippets powered by Klipse | Continue reading


@blog.klipse.tech | 5 years ago

Functional Programming: Lazy sequences are not compatible with dynamic scope

In functional pogramming, Lazy sequences are not compatible with dynamic scope | Continue reading


@blog.klipse.tech | 5 years ago

Clojure latest release (10): An interactive guide

Demo of Clojure 10 features. Tutorial. Data and People. | Continue reading


@blog.klipse.tech | 5 years ago

Clojure 10 features illustrated by interactive code snippets

Demo of Clojure 10 features. Tutorial. Data and People. | Continue reading


@blog.klipse.tech | 5 years ago

Easy Clojure, Easy REPL

Beginners friendly REPL. Easy Clojure. Easy REPL. Klipse REPL. | Continue reading


@blog.klipse.tech | 5 years ago

Show HN: A Clojure REPL that is beginner friendly

Beginners friendly REPL. Easy Clojure. Easy REPL. Klipse REPL. | Continue reading


@blog.klipse.tech | 5 years ago

A beginner friendly Clojure REPL

Beginners friendly REPL. Easy Clojure. Easy REPL. Klipse REPL. | Continue reading


@blog.klipse.tech | 5 years ago

Short beginner-friendly blog post that introduces the Clojure CLI tool

Run Clojure code snippets from command line. Hello World in Clojure. | Continue reading


@blog.klipse.tech | 5 years ago

Show HN: Running Common Lisp code snippets inside a web page

blogging klipse Common Lisp live examples code snippets | Continue reading


@blog.klipse.tech | 5 years ago

Interactive Common Lisp code snippets in any web page

blogging klipse Common Lisp live examples code snippets | Continue reading


@blog.klipse.tech | 5 years ago