5

KLIPSE: Clojure libs are now available!

 3 years ago
source link: https://blog.klipse.tech/clojure/2016/03/29/klipse-clojure-libs.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

KLIPSE: Clojure libs are now available!

Mar 29, 2016 • @RaphaelBoukara

Let’s talk about a new pretty feature in KLIPSE!

All your favorite clojure libraries you are using everyday in your development are now available inside KLIPSE.

xxxxxxxxxx
(ns my.ns
  (:require 
   [clojure.string :as string]))
(string/blank? "HELLO!!")
the evaluation will appear here (soon)...

And :refer also works:

xxxxxxxxxx
(ns my.ns
  (:require 
   [clojure.string :refer [join]]))
(join "," ["hello" "world"])
xxxxxxxxxx
the evaluation will appear here (soon)...
If you enjoy this kind of interactive articles would you consider a (small) donation💸 on Patreon or at least giving a star⭐ for the Klispe repo on Github?

to stay up-to-date with the coolest interactive articles around the world.

Discover more cool interactive articles about javascript, clojure[script], python, ruby, scheme, c++ and even brainfuck!

Give Klipse a Github star to express how much you appreciate Code Interactivity.

Subscribe to the Klipse newsletter:

Feel free to email me [email protected] for getting practical tips and tricks in writing your first interactive blog post.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK