New: clojureAll contenthive-129948hive-196917krsteemhive-183959zzanphotographyhive-180932hive-166405hive-185836uncommonlabhive-188619hive-144064hive-150122bitcoinhive-183397krsuccesshive-101145hive-124908hive-139150lifehive-145157hive-103599hive-181136hive-109690TrendingNewHotLikerssaing (48)in coding • 6 years agoBuild Clojure to Java ApplicationClojure is one of my favorite functional programming language. This video introduce how to build the ready application in CLJ file to Java application. The simple code take from my project I…oyvindsabo (53)in clojure • 6 years agoLearning Clojure - Part 5 | Solving Project Euler 02So where was I? Ah, I was about to solve Project Euler Problem 2: Problem 2 Even Fibonacci numbers Each new term in the Fibonacci sequence is generated by adding the previous two terms. By…oyvindsabo (53)in clojure • 6 years agoLearning Clojure - Part 4 | Finding the nth Fiboncci numberToday I revisited my goal of learning Clojure. If you're not familiar with Clojure, it's descibed by repl.it as A modern JVM-based Lisp dialect with a focus on immutability If that description…shark8me (25)in clojure • 6 years agoBuilding REST APIs in ClojureBuilding REST APIs in Clojure with the compojure-api library: my slides from a talk at the Clojure Singapore meetup in June ( link )oyvindsabo (53)in clojure • 6 years agoLearning Clojure - Part 3 | Solving Project Euler 01I'll try to make this post short and to the point (yeah, right...). As an introduction to the Clojure programming language, I decided to solve Project Euler Problem 01: Problem 1 Multiples of…oyvindsabo (53)in clojure • 6 years agoLearning Clojure - Part 2 | Writing a Basic FunctionThe time has come to finally start writing some Clojure code. I figured that a great start would be to try to solve a few Project Euler problems. If you are not familiar with Project Euler…oyvindsabo (53)in clojure • 6 years agoLearning Clojure - Part 1So I recently decided that I would teach myself Clojure. The Clojure website has the following description of Clojure: Clojure is a dynamic, general-purpose programming language, combining the…laxam (57)in utopian-io • 7 years agoProgramming in Clojure. Part 4: ReaderWhat Will I Learn? In this part of the tutorial you will learn: What is Clojure reader and how does it preprocess Clojure code. How Clojure primitive data types differ from those in other…laxam (57)in utopian-io • 7 years agoProgramming in Clojure. Part 3: Syntax and REPLWhat Will I Learn? In this part of the tutorial you will learn: What are the benefits Clojure's LISP-like syntax How to use REPL to run and debug your code How to develop your own REPL…laxam (57)in utopian-io • 7 years agoProgramming in Clojure. Part 2: Functional ProgrammingWhat Will I Learn? In this part of the tutorial you will learn: What are the benefits of functional programming. How does Clojure incorporate functional programming paradigm into it's…laxam (57)in utopian-io • 7 years agoProgramming in Clojure. Part 1: Why clojureWhat Will I Learn? In this part of the tutorial you will learn: Why and when Clojure can be a better tool for the task at hand, compared to other languages. How does Clojure differ from…geekdeals (31)in programming • 7 years agoHumble Book Bundle: Functional Programming has everything from Rust to JavaScript and moreThe Humble Book Bundle: Functional Programming by O'Reilly just launched. Tier 1 books (pay atleast 1$ to get these) Living Clojure Learning Scala Becoming Functional Introducing…marcpires (25)in clojure • 7 years agoClojure - Zero to Hero in 20 daysMotivation It seems that many developers is discovering or need to develop software that runs on multiple cores, and with processor price drop, it became very easy to so. But dispite the hardware…crypticwyrm (59)in programming • 7 years agoWriting a simple todo list web app with ClojureScript & the Reagent framework (Tutorial)Since Lightmod makes it super easy to get started with ClojureScript and Reagent (React for ClojureScript) web development, and because I've been using it for a week now to write Steem…crypticwyrm (59)in steemobservatory • 7 years agoI started developing: Steem Observatory - Steem stats for everyone (written in ClojureScript & Reagent)Since I’ve written about Lightmod , the new and super easy to use IDE for getting started with ClojureScript & Reagent (ReactJS) development, I’ve been playing around with a little project that I…crypticwyrm (59)in programming • 7 years agoZach Oakes’ Lightmod 1.0 released - Full stack hot reloading IDE for Clojure & ClojureScriptZach Oakes , the author of many popular Clojure projects like the Nightcode IDE or the play-cljs ClojureScript game library, has just released Lightmod , an all in one bundle and IDE for…n-ur (39)in clojure • 7 years agoWhy Clojure will save you a lot of time if you are a beginner programmerHere's the full 12 mins videohswick (40)in programming • 7 years agosteemCreated with Sketch.Simple Interactive Graphs with ClojureHey everyone back with a coding tutorial using my favorite programming language! In this post I am going to go over creating awesome graphs using my Clojure library called jutsu. The power of jutsu…hswick (40)in programming • 7 years agoGetting Started with ClojureHey fellow steemit community! I wanted to share the love and joy that is the Clojure programming language. Now if you aren't familiar with Clojure, here is the description from Clojure is a…gzmask (26)in programming • 7 years agoLiterature Programming for Clojure with Babel and SpacemacsI've learned about literature programming years ago when I was studying for my Computer Science degree. Basically it is a way of programming to interwind narrative text and executable code, such…