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
620
初めてのClojure
penguin045
October 14, 2020
Tweet
Share
More Decks by penguin045
See All by penguin045
20年モノの巨大Webサービスの開発継続戦略 - ミドルウェアのバージョンアップとの向き合い方
penguin045
1
2.2k
言語の力でモデリングを表現する
penguin045
0
240
技術的負債を見つめなおす
penguin045
1
1.3k
PHPerがこれから「型」とお付き合いしていくために
penguin045
1
2.4k
社内最長老のシステムにPHPUnitで立ち向かう方法
penguin045
1
2.9k
Other Decks in Technology
See All in Technology
リンクアンドモチベーション ソフトウェアエンジニア向け紹介資料 / Introduction to Link and Motivation for Software Engineers
lmi
4
300k
信頼性に挑む中で拡張できる・得られる1人のスキルセットとは?
ken5scal
2
540
Taming you application's environments
salaboy
0
190
AWS Media Services 最新サービスアップデート 2024
eijikominami
0
200
Exadata Database Service on Dedicated Infrastructure(ExaDB-D) UI スクリーン・キャプチャ集
oracle4engineer
PRO
2
3.2k
社内で最大の技術的負債のリファクタリングに取り組んだお話し
kidooonn
1
550
iOSチームとAndroidチームでブランチ運用が違ったので整理してます
sansantech
PRO
0
140
Terraform Stacks入門 #HashiTalks
msato
0
350
DynamoDB でスロットリングが発生したとき/when_throttling_occurs_in_dynamodb_short
emiki
0
130
AGIについてChatGPTに聞いてみた
blueb
0
130
個人でもIAM Identity Centerを使おう!(アクセス管理編)
ryder472
3
220
スクラムチームを立ち上げる〜チーム開発で得られたもの・得られなかったもの〜
ohnoeight
2
350
Featured
See All Featured
Agile that works and the tools we love
rasmusluckow
327
21k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2.1k
Building Flexible Design Systems
yeseniaperezcruz
327
38k
Building a Scalable Design System with Sketch
lauravandoore
459
33k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
1.9k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
126
18k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
RailsConf 2023
tenderlove
29
900
Designing for Performance
lara
604
68k
Producing Creativity
orderedlist
PRO
341
39k
The Language of Interfaces
destraynor
154
24k
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