SlideShare a Scribd company logo
Boost your productivityBoost your productivity
with Clojure REPLwith Clojure REPL
カマイルカ /laʒenɔʁɛ̃k/カマイルカ /laʒenɔʁɛ̃k/
lagénorhynquelagénorhynque
(defprofile lagénorhynque
:name "Kent OHASHI"
:languages [Clojure Common-Lisp Scheme Haskell
English français]
:interests [programming language-learning mathematics]
:contributing [github.com/japan-clojurians/clojure-site-ja])
plain Clojure REPLplain Clojure REPL
lein repllein repl
cljclj
helper functions/variables
doc, find­doc
source
javadoc
*1, *2, *3, *e
completion
no syntax highlight
no multiline editing
rebel-readlinerebel-readline
Clojure CLI + rebel-readlineClojure CLI + rebel-readline
~/.clojure/deps.edn
{:aliases {:rebel {:extra-deps {com.bhauman/rebel-readline
{:mvn/version "0.1.4"}}
:main-opts ["-m" "rebel-readline.main"]}}}
clojure ­A:rebelclojure ­A:rebel
Leiningen + rebel-readlineLeiningen + rebel-readline
project.clj
:aliases {"rebel" ^{:doc "Run REPL with rebel-readline."}
["trampoline" "run" "-m" "rebel-readline.main"]}
lein rebellein rebel
e.g.e.g. lein figwheellein figwheel
* >= 0.5.15lein- gwheel
Further ReadingFurther Reading
Leiningen
Clojure - Deps and CLI Guide
rebel-readline
CIDER
Spacemacs Clojure layer
Clojure development with Spacemacs & Cider
ClojureでREPL駆動開発を始めよう- Qiita

More Related Content

PDF
re-frame à la spec
PPTX
Golang basics for Java developers - Part 1
PDF
Practical REPL-driven Development with Clojure
PDF
"Simple Made Easy" Made Easy
PDF
Android antipatterns
PPT
Come With Golang
PPTX
C compilation process
PDF
Inroduction to golang
re-frame à la spec
Golang basics for Java developers - Part 1
Practical REPL-driven Development with Clojure
"Simple Made Easy" Made Easy
Android antipatterns
Come With Golang
C compilation process
Inroduction to golang

What's hot (20)

PDF
Drupal 8's Multilingual APIs: Building for the Entire World
PDF
Happy hacking with Plone
PPTX
Golang for OO Programmers
PPTX
C++ compilation process
PPTX
Php Vs Phyton
PPT
What's New in Groovy 1.6?
PDF
Php 5.5
PDF
Coffee script
PDF
Php under the_hood
PDF
Kotlin - Better Java
KEY
PHP to Python with No Regrets
PDF
Internationalizing Ubuntu apps
PDF
Drupal 8's Multilingual APIs: Building for the Entire World
PDF
What’s new in Kotlin?
ODP
Os Welton
PPT
Python Intro For Managers
PPTX
Kotlin L → ∞
PDF
A quick and fast intro to Kotlin
ODP
Journeys with Transmogrifier and friends or How not to get stuck in the Plone...
PDF
Kotlin: Challenges in JVM language design
Drupal 8's Multilingual APIs: Building for the Entire World
Happy hacking with Plone
Golang for OO Programmers
C++ compilation process
Php Vs Phyton
What's New in Groovy 1.6?
Php 5.5
Coffee script
Php under the_hood
Kotlin - Better Java
PHP to Python with No Regrets
Internationalizing Ubuntu apps
Drupal 8's Multilingual APIs: Building for the Entire World
What’s new in Kotlin?
Os Welton
Python Intro For Managers
Kotlin L → ∞
A quick and fast intro to Kotlin
Journeys with Transmogrifier and friends or How not to get stuck in the Plone...
Kotlin: Challenges in JVM language design
Ad

More from Kent Ohashi (20)

PDF
関数型言語テイスティング: Haskell, Scala, Clojure, Elixirを比べて味わう関数型プログラミングの旨さ
PDF
純LISPから考える関数型言語のプリミティブ: Clojure, Elixir, Haskell, Scala
PDF
From Scala/Clojure to Kotlin
PDF
TDD with RDD: Clojure/LispのREPLで変わる開発体験
PDF
🐬の推し本紹介2024: 『脱・日本語なまり 英語(+α)実践音声学』
PDF
do Notation Equivalents in JVM languages: Scala, Kotlin, Clojure
PDF
map関数の内部実装から探るJVM言語のコレクション: Scala, Kotlin, Clojureコレクションの基本的な設計を理解しよう
PDF
Kotlin Meets Data-Oriented Programming: Kotlinで実践する「データ指向プログラミング」
PDF
RDBでのツリー表現入門2024
PDF
ミュータビリティとイミュータビリティの狭間: 関数型言語使いから見たKotlinコレクション
PDF
インターフェース定義言語から学ぶモダンなWeb API方式: REST, GraphQL, gRPC
PDF
Team Geek Revisited
PDF
Scala vs Clojure?: The Rise and Fall of Functional Languages in Opt Technologies
PDF
Clojureコレクションで探るimmutableでpersistentな世界
PDF
英語学習者のためのフランス語文法入門: フランス語完全理解(?)
PDF
JavaからScala、そしてClojureへ: 実務で活きる関数型プログラミング
PDF
実用のための語源学入門
PDF
メタプログラミング入門
PDF
労働法の世界
PDF
Clojureで作る"simple"なDSL
関数型言語テイスティング: Haskell, Scala, Clojure, Elixirを比べて味わう関数型プログラミングの旨さ
純LISPから考える関数型言語のプリミティブ: Clojure, Elixir, Haskell, Scala
From Scala/Clojure to Kotlin
TDD with RDD: Clojure/LispのREPLで変わる開発体験
🐬の推し本紹介2024: 『脱・日本語なまり 英語(+α)実践音声学』
do Notation Equivalents in JVM languages: Scala, Kotlin, Clojure
map関数の内部実装から探るJVM言語のコレクション: Scala, Kotlin, Clojureコレクションの基本的な設計を理解しよう
Kotlin Meets Data-Oriented Programming: Kotlinで実践する「データ指向プログラミング」
RDBでのツリー表現入門2024
ミュータビリティとイミュータビリティの狭間: 関数型言語使いから見たKotlinコレクション
インターフェース定義言語から学ぶモダンなWeb API方式: REST, GraphQL, gRPC
Team Geek Revisited
Scala vs Clojure?: The Rise and Fall of Functional Languages in Opt Technologies
Clojureコレクションで探るimmutableでpersistentな世界
英語学習者のためのフランス語文法入門: フランス語完全理解(?)
JavaからScala、そしてClojureへ: 実務で活きる関数型プログラミング
実用のための語源学入門
メタプログラミング入門
労働法の世界
Clojureで作る"simple"なDSL
Ad

Recently uploaded (20)

PDF
Complete Guide to Website Development in Malaysia for SMEs
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PDF
CapCut Video Editor 6.8.1 Crack for PC Latest Download (Fully Activated) 2025
PDF
Designing Intelligence for the Shop Floor.pdf
DOCX
Greta — No-Code AI for Building Full-Stack Web & Mobile Apps
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PDF
Download FL Studio Crack Latest version 2025 ?
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
Cost to Outsource Software Development in 2025
PDF
AutoCAD Professional Crack 2025 With License Key
PPTX
Advanced SystemCare Ultimate Crack + Portable (2025)
PPTX
Reimagine Home Health with the Power of Agentic AI​
PPTX
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PPTX
Why Generative AI is the Future of Content, Code & Creativity?
PDF
iTop VPN Free 5.6.0.5262 Crack latest version 2025
PDF
Website Design Services for Small Businesses.pdf
Complete Guide to Website Development in Malaysia for SMEs
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
How AI/LLM recommend to you ? GDG meetup 16 Aug by Fariman Guliev
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
CapCut Video Editor 6.8.1 Crack for PC Latest Download (Fully Activated) 2025
Designing Intelligence for the Shop Floor.pdf
Greta — No-Code AI for Building Full-Stack Web & Mobile Apps
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
Download FL Studio Crack Latest version 2025 ?
Design an Analysis of Algorithms I-SECS-1021-03
Cost to Outsource Software Development in 2025
AutoCAD Professional Crack 2025 With License Key
Advanced SystemCare Ultimate Crack + Portable (2025)
Reimagine Home Health with the Power of Agentic AI​
AMADEUS TRAVEL AGENT SOFTWARE | AMADEUS TICKETING SYSTEM
Wondershare Filmora 15 Crack With Activation Key [2025
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Why Generative AI is the Future of Content, Code & Creativity?
iTop VPN Free 5.6.0.5262 Crack latest version 2025
Website Design Services for Small Businesses.pdf

Boost your productivity with Clojure REPL