Reader small image

You're reading from  Microservices with Clojure

Product typeBook
Published inJan 2018
Reading LevelIntermediate
PublisherPackt
ISBN-139781788622240
Edition1st Edition
Languages
Right arrow
Author (1)
Anuj Kumar
Anuj Kumar
author image
Anuj Kumar

Anuj Kumar is the co-founder and chief architect of FORMCEPT, a data analytics startup based in Bangalore, India. He has more than 10 years of experience in designing large-scale distributed systems for storage, retrieval, and analytics. He has been in industry hacking, mainly in the area of data integration, data quality, and data analytics using NLP and machine learning techniques. He has published research papers at ACM conferences, got a few patents granted, and has spoken at TEDx. Prior to FORMCEPT, he has worked with the Oracle Server Technologies division in Bangalore, India.
Read more about Anuj Kumar

Right arrow

Clojure and REPL


Clojure (https://clojure.org/) is a dialect of the Lisp (https://en.wikipedia.org/wiki/Lisp_(programming_language) programming language and primarily runs on a Java virtual machine (JVM). The other target implementations include ClojureCLR (https://github.com/clojure/clojure-clr), which runs on Common Language Runtime (CLR), and ClojureScript, which compiles to JavaScript. Although Clojure uses a JVM as its underlying runtime engine, it emphasizes a functional programming language with immutability at its core. All data structures of Clojure are immutable. Since Clojure is a dialect of Lisp, it also treats code as data and is known to be homoiconic. Its syntax is built on S-expressions (https://en.wikipedia.org/wiki/S-expression) that are first parsed as a data structure and then translated into constructs of the Java programming language before being compiled into Java bytecode. Clojure also supports metaprogramming with macro (https://en.wikipedia.org/wiki/Macro_(computer_science...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Microservices with Clojure
Published in: Jan 2018Publisher: PacktISBN-13: 9781788622240

Author (1)

author image
Anuj Kumar

Anuj Kumar is the co-founder and chief architect of FORMCEPT, a data analytics startup based in Bangalore, India. He has more than 10 years of experience in designing large-scale distributed systems for storage, retrieval, and analytics. He has been in industry hacking, mainly in the area of data integration, data quality, and data analytics using NLP and machine learning techniques. He has published research papers at ACM conferences, got a few patents granted, and has spoken at TEDx. Prior to FORMCEPT, he has worked with the Oracle Server Technologies division in Bangalore, India.
Read more about Anuj Kumar