Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
初めてのClojure
Search
penguin045
October 14, 2020
Technology
0
680
初めてのClojure
penguin045
October 14, 2020
Tweet
Share
More Decks by penguin045
See All by penguin045
20年モノの巨大Webサービスの開発継続戦略 - ミドルウェアのバージョンアップとの向き合い方
penguin045
1
2.4k
言語の力でモデリングを表現する
penguin045
0
270
技術的負債を見つめなおす
penguin045
1
1.5k
PHPerがこれから「型」とお付き合いしていくために
penguin045
1
2.5k
社内最長老のシステムにPHPUnitで立ち向かう方法
penguin045
1
3.1k
Other Decks in Technology
See All in Technology
PHPからはじめるコンピュータアーキテクチャ / From Scripts to Silicon: A Journey Through the Layers of Computing
tomzoh
2
390
データエンジニアリング 4年前と変わったこと、 4年前と変わらないこと
tanakarian
2
370
AWS Well-Architected から考えるオブザーバビリティの勘所 / Considering the Essentials of Observability from AWS Well-Architected
sms_tech
1
860
The Madness of Multiple Gemini CLIs Developing Simultaneously with Jujutsu
gunta
1
2.6k
20150719_Amazon Nova Canvas Virtual try-onアプリ 作成裏話
riz3f7
0
140
「手を動かした者だけが世界を変える」ソフトウェア開発だけではない開発者人生
onishi
14
6.1k
PdM業務における使い分け
shinshiro
0
590
MCPに潜むセキュリティリスクを考えてみる
milix_m
1
760
経理出身PdMがAIプロダクト開発を_ハンズオンで学んだ話.pdf
shunsukenarita
1
150
Kiro Hookを Terraformで検証
ao_inoue
0
110
20250719_JAWS_kobe
takuyay0ne
1
160
Jitera Company Deck / JP
jitera
0
160
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
337
57k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Code Reviewing Like a Champion
maltzj
524
40k
It's Worth the Effort
3n
185
28k
Gamification - CAS2011
davidbonilla
81
5.4k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
How to Ace a Technical Interview
jacobian
278
23k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
370
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
Facilitating Awesome Meetings
lara
54
6.5k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Transcript
はじめての はじめての Clojure Clojure はじめての〇〇 超LT会- vol.1 #ultralt やなせ たかし
はじめてのClojure
注意事項 注意事項 あくまで私のはじめてのClojureです。 ⾔語機能には触れ(られ)ません はじめてのClojure
Clojureとは Clojureとは JVM上で動作するLispの⽅⾔のひとつ Javaのライブラリを使うことができる ほかのJVM系⾔語とおなじ はじめてのClojure
記法 記法 前置記法 ⼩かっこがたくさん (+ 1 1) ; 2 (cons
1 (list 2 3 4 5)) ; (1 2 3 4 5) はじめてのClojure
特徴 特徴 並⾏処理のための機能が標準である JVMで動作する これがかなり便利なのでは︖ はじめてのClojure
環境構築 環境構築 Intellij + cursive で試しました cursiveはIntelliJのプラグイン cusiveはNon-Commercialライセンスは無料 はじめてのClojure
学習 学習 とりあえずClojureScript Koansを1周した パラダイムが違うとはこのことか・・・ はじめてのClojure
所感 所感 Javaではない。Scalaでもない。 はじめてのClojure
リソース リソース Clojure/ClojureScript関連リンク集 はじめてのClojure