's Picture

Yehonathan Sharvit

Developer. Author. Speaker.

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

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

A new way of blogging about ruby

This blog post is about to show a new way of blogging about ruby.

ruby klipse

June 20, 2016

A new way of blogging about javascript

This blog post is about to show a new way of blogging about javascript.

javascript klipse

June 7, 2016

How to klipsify a clojure[script] blog post #cljklipse @viebel

The pain

javascript klipse

May 30, 2016

Clojure 1.9 introduces clojure.spec: tutorial with live coding examples #cljklipse @viebel

What is Spec?

clojure

May 9, 2016

Clojure Macros Tutorial - part 4: Examples of cool macros #cljklipse @viebel

This article is the last part of our Clojure macros tutorial. The previous parts were:

clojure

May 5, 2016

Clojure Macros Tutorial - part 3: Syntax Quote (aka Backtick) in Clojure

Clojure provides a powerful tool to allow the developer to write macros effectively. This tool is called “Syntax quote”.

clojure

May 5, 2016

Clojure Macros Tutorial - part 2: how not to write macros

After having understood the fundamental difference between functions and macros, we are now ready to write our first macro.

clojure

May 1, 2016

Clojure Macros Tutorial - part 1: functions vs. macros

Clojure as any other LISP language is homoiconic: the code written in the language is encoded as data structures that the language has tools to manipulate.

clojure

April 26, 2016

The power and danger of deftype in clojure and clojurescript

In clojure, records, types and protocols are parts of the fundamental building blocks of the language. We have talked about defrecord here: records are wacky maps and we have unveiled deprotocol secret there: defprotocol’s secret.

clojure

April 25, 2016

In Clojure, records are wacky maps

In clojure, records, types and protocols are parts of the fundamental building blocks of the language.

clojure

Newer Posts Page 14 of 17 Older Posts

Yehonathan Sharvit © 2023.

Back to top