's Picture

Yehonathan Sharvit

Developer. Author. Speaker.

  • Blog
  • Talks
  • About
  • Contact
  • Search
  • Testimonials

Discover my book!
DISCOUNT CODE: sharvit39
April 20, 2016

3 ways to generate Lazy Fibonacci sequences in Clojure

Generating the Fibonacci sequence is a good exercise to illustrate the concept of lazy sequences in Clojure. In this article, we will present 3 ways to create a lazy Fibonacci sequence:

clojure

April 14, 2016

Deep into clojurescript function call mechanisms: static vs. dynamic dispatch

;; this is a workaround: currently a page with only transpiled snippets dont work (+ 1 2)

clojurescript

April 11, 2016

IFn's magic beyond defprotocol secret

In this magic post, we showed how to make a type in clojurescript behave like a function by extending the IFn protocol.

clojure

April 9, 2016

Clojurescript defprotocol's secret

In this precedent post we have presented the skeleton of the javascript transpiled code of defrecord + deftype when they work together.

clojurescript

April 7, 2016

Extend IFn protocol like if you were part of clojurescript core team

In Clojure, the language itself is modifiable

clojure

April 4, 2016

Self-Hosted Clojurescript in action - Part 1

ClojureScript can compile itself

clojure clojurescript

April 4, 2016

Clojurescript's areduce is faster than native javascript's reduce

Power of expression vs. Performances

clojurescript

April 2, 2016

Truth in clojurescript

Truth and languages

clojurescript

April 1, 2016

Clojurescript: abstraction and data structure clarification - Part 1

1- Protocols

clojure

March 31, 2016

Destructuring in Clojure - Part 2

In a precedent post, we have presented the basics of destructuring in Clojure.

clojure

Newer Posts Page 15 of 17 Older Posts

Yehonathan Sharvit © 2023.

Back to top