Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create decentralized community
latest #clojure created topics on internet
shogidude
clojure
2020-06-10 18:31
Clojure: lein build tool
Clojure is my favorite computer programming language. It mingles old-time elegance of Lisp with new VM platforms and modern concurrency designs. Lots of programmers stress syntax or language building features
$ 0.024
1
tgenedavis
mymud
2020-05-26 12:26
Mymud: the interactive novel
Mymud is a multi-player, interactive, speculative novel for web browsers. It has science fiction and fantasy elements; is mostly text-based; and supports many players in an expansive, text-based world.
$ 0.312
7
2
saing
coding
2018-08-25 15:22
Build Clojure to Java Application
Clojure 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 call it
$ 0.000
1
oyvindsabo
clojure
2018-07-14 20:21
Learning Clojure - Part 5 | Solving Project Euler 02
So 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 starting with
$ 0.133
9
1
hellenyuyet
Top Family
2026-04-02 15:33
Promoted
Un TBT al cielo // A throwback to heaven💜 [Esp/Eng]
Pema se fue, y no me dió tiempo de hacer las pases con ella, y aunque se que eso no minimizó el cariño que ella pudo tenerme, debo admitir que me hubiese gustado mucho haber recibido un último abrazo de
$ 0.637
128
3
oyvindsabo
clojure
2018-07-08 18:22
Learning Clojure - Part 4 | Finding the nth Fiboncci number
Today 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 didn't enlighten
$ 0.071
6
13
shark8me
clojure
2018-07-07 03:45
Building REST APIs in Clojure
Building REST APIs in Clojure with the compojure-api library: my slides from a talk at the Clojure Singapore meetup in June (link)
$ 0.000
3
2
oyvindsabo
clojure
2018-07-04 20:53
Learning Clojure - Part 3 | Solving Project Euler 01
I'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 3 and 5 If
$ 0.000
2
oyvindsabo
clojure
2018-07-03 19:00
Learning Clojure - Part 2 | Writing a Basic Function
The 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, their website
$ 0.069
3
1
sarmatia.app
HiveDevs
2026-04-03 21:30
Promoted
How we display content in our app
Nasz projekt przewidziany został w konkretnym celu, dlatego został tak zaprojektowany, aby feed pokazywał wpisy tylko z wybranej społeczności. Dzięki temu nie ma problemu z dopasowywaniem treści do odbiorców
$ 0.631
26
oyvindsabo
clojure
2018-07-02 22:10
Learning Clojure - Part 1
So 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 approachability
$ 0.067
2
3
laxam
utopian-io
2018-04-20 15:11
Programming in Clojure. Part 4: Reader
What 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 languages. How
$ 86.966
51
6
laxam
utopian-io
2018-04-16 12:57
Programming in Clojure. Part 3: Syntax and REPL
What 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 for Clojure Requirements
$ 111.343
18
2
laxam
utopian-io
2018-04-13 15:28
Programming in Clojure. Part 2: Functional Programming
What 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 design. How to build
$ 99.291
58
3
kriszrokk
The Ink Well
2026-04-02 14:10
Promoted
The Mushroom Staircase (Fiction Story)
While gazing into the abyss, his ears began to buzz suddenly. “Avion calling, Captain. Your departure is set for tomorrow at 7 AM your local time. Destroy all evidence. End of transmission.”
$ 2.161
620
6
laxam
utopian-io
2018-04-11 19:57
Programming in Clojure. Part 1: Why clojure
What 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 classical languages
$ 91.965
64
7
geekdeals
programming
2018-02-13 05:42
Humble Book Bundle: Functional Programming has everything from Rust to JavaScript and more
The 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 Elixir Introducing Erlang
$ 0.000
2
marcpires
clojure
2018-01-24 08:58
Clojure - Zero to Hero in 20 days
Motivation 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 price
$ 0.028
3
6
crypticwyrm
programming
2017-11-16 16:00
Writing 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 Observatory, I thought
$ 0.077
3
1
tonyz
Photography Lovers
2026-04-02 16:41
Promoted
Waiting.
The main railway station in Antwerp, Belgium. Constructed between 1895 and 1905.
$ 4.856
486
6
crypticwyrm
steemobservatory
2017-11-10 12:35
I 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 have
$ 0.226
13
3
crypticwyrm
programming
2017-11-05 13:11
Zach Oakes’ Lightmod 1.0 released - Full stack hot reloading IDE for Clojure & ClojureScript
Zach 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 Clojure/ClojureScript
$ 5.704
57
2
n-ur
clojure
2017-09-24 10:44
Why Clojure will save you a lot of time if you are a beginner programmer
Here's the full 12 mins video
$ 0.000
2
hswick
programming
2017-09-10 21:22
Simple Interactive Graphs with Clojure
Hey 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 lies
$ 2.482
15
2