Become a member
Sign in
Get started
Roman Ponomarev
Roman Ponomarev

Roman Ponomarev

Follow

http://yandex.money developer, http://youknow.st activist, devschacht translator, functionalhick.online hick; https://github.com/maksugr

Medium member since June 2018
·
Editor of devSchacht and functionalhick
154 Following
594 Followers
·
  • Profile
  • Claps
  • Highlights
  • Responses

Latest

Roman Ponomarev
Roman Ponomarev in functionalhick
Jul 3, 2018 · 2 min

Clojure: syntax

First of small repetition. We are already know that Clojure syntax based on s-expressions: function call is a list where first item — name of the function and the rest — arguments. It’s called prefix notation or polish notation.

; clojure
1
Roman Ponomarev
Roman Ponomarev in functionalhick
Jul 2, 2018 · 1 min

Clojure: Introduction

Quick introduction to Lisp, Clojure and ClojureScript

Clojure is a dialect of the Lisp, general-purpose language with dynamic type system. It’s run on JVM and can be compiled to JavaScript (and here we are already talking about…

1
Roman Ponomarev
Roman Ponomarev in functionalhick
Jun 11, 2018 · 1 min

Let’s start!

About blog and publications

As it declared in subtitle of the site, publications in this blog will be about explore functional world and about all adventures that it will entail. I have good experience in JavaScript but just a little in another functional…