Ostash.Dev

Code is a poetry

Recent posts

Jun 18, 2021
Clojure metadata Conceptually metadata is an ability for the symbol or the collection to have some additional information for the Clojure compiler. It is implemented as a map data structure and is often used to convey the type information to the compiler, documentation and compilation warnings.…
Jun 2, 2021
Clojure atoms All data structures in Clojure are immutable. Any changes we do will result in a new data structure leaving an original one untouched.…
May 10, 2021
Destructuring in Clojure Destructuring in Clojure can be confusing for someone coming from the language where this technique is not implemented. Hopefully when you are done reading this article, destructuring will make sense and you will be implementing this method in your own coding projects.…
Apr 12, 2021
Working with ClojureScript at ease Today we are going to talk about ClojureScript and review many useful functions and concepts you need to know when working with Clojure/JavaScript interoperability.…
Feb 20, 2021
Better learning with Clojure Clojure comes with many useful functions that are a great learning resource for those who are just starting to explore the language.…