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
660
初めてのClojure
penguin045
October 14, 2020
Tweet
Share
More Decks by penguin045
See All by penguin045
20年モノの巨大Webサービスの開発継続戦略 - ミドルウェアのバージョンアップとの向き合い方
penguin045
1
2.4k
言語の力でモデリングを表現する
penguin045
0
260
技術的負債を見つめなおす
penguin045
1
1.5k
PHPerがこれから「型」とお付き合いしていくために
penguin045
1
2.5k
社内最長老のシステムにPHPUnitで立ち向かう方法
penguin045
1
3.1k
Other Decks in Technology
See All in Technology
AIの電力問題を概観する
rmaruy
1
220
継続戦闘能⼒
sansantech
PRO
0
220
Scale Security Programs with Scorecarding
ramimac
0
440
Babylon.jsでゲームを作ってみよう
limes2018
0
100
MCP Clientを活用するための設計と実装上の工夫
yudai00
1
810
kintone開発組織のDevOpsへの移り変わりと実践
ueokande
1
130
Bill One 開発エンジニア 紹介資料
sansan33
PRO
4
12k
やさしいClaude Code入門
minorun365
PRO
32
25k
OSMnx Galleryの紹介
mopinfish
0
150
会社員しながら本を書いてきた知見の共有
sat
PRO
3
690
AIエージェントデザインパターンの選び方
almondo_event
0
150
Data Hubグループ 紹介資料
sansan33
PRO
0
1.7k
Featured
See All Featured
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.7k
Visualization
eitanlees
146
16k
GraphQLとの向き合い方2022年版
quramy
46
14k
Building an army of robots
kneath
306
45k
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
The Invisible Side of Design
smashingmag
299
50k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Building Adaptive Systems
keathley
41
2.6k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
GitHub's CSS Performance
jonrohan
1031
460k
How GitHub (no longer) Works
holman
314
140k
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