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
PureScript Lunch-n-Learn Lesson 1
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Jim Fitzpatrick
June 23, 2016
Programming
0
53
PureScript Lunch-n-Learn Lesson 1
Slides for the first lesson in my PureScript lunch-n-learn series.
Jim Fitzpatrick
June 23, 2016
Tweet
Share
More Decks by Jim Fitzpatrick
See All by Jim Fitzpatrick
Redux for Maintainable Sites
jimf
0
79
PureScript Lunch-n-Learn Lesson 8
jimf
0
58
PureScript Lunch-n-Learn Lesson 7
jimf
0
53
PureScript Lunch-n-Learn Lesson 6
jimf
0
59
Globalizing JS Applications
jimf
1
71
PureScript Lunch-n-Learn Lesson 5
jimf
0
190
PureScript Lunch-n-Learn Lesson 4
jimf
0
50
PureScript Lunch-n-Learn Lesson 3
jimf
0
64
PureScript Lunch-n-Learn Lesson 2
jimf
0
62
Other Decks in Programming
See All in Programming
今年もTECHSCOREブログを書き続けます!
hiraoku101
0
160
夢の無限スパゲッティ製造機 -実装篇- #phpstudy
o0h
PRO
0
160
Redox OS でのネームスペース管理と chroot の実現
isanethen
0
450
Ruby and LLM Ecosystem 2nd
koic
1
1.3k
RailsのValidatesをSwift Macrosで再現してみた
hokuron
0
130
見せてもらおうか、 OpenSearchの性能とやらを!
shunta27
1
140
AI Assistants for YourAngular Solutions @Angular Graz, March 2026
manfredsteyer
PRO
0
110
最初からAWS CDKで技術検証してもいいんじゃない?
akihisaikeda
4
170
Smarter Angular mit Transformers.js & Prompt API
christianliebel
PRO
1
100
Symfony + NelmioApiDocBundle を使った スキーマ駆動開発 / Schema Driven Development with NelmioApiDocBundle
okashoi
0
240
Claude Codeログ基盤の構築
giginet
PRO
7
3.7k
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
680
Featured
See All Featured
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.2k
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
190
How to Think Like a Performance Engineer
csswizardry
28
2.5k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Music & Morning Musume
bryan
47
7.1k
Rebuilding a faster, lazier Slack
samanthasiow
85
9.4k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
14k
Large-scale JavaScript Application Architecture
addyosmani
515
110k
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
310
Documentation Writing (for coders)
carmenintech
77
5.3k
Done Done
chrislema
186
16k
Optimising Largest Contentful Paint
csswizardry
37
3.6k
Transcript
PureScript Lunch & Learn While you’re waiting, install Node.js (v4
or greater recommended) and verify: github.com/jimf/purescript-lunchnlearn $ node --version v5.11.1 $ npm --version 3.8.6
• Installation / overview of basic PureScript build tools •
Intro to PureScript syntax Goals
$ npm install -g purescript pulp bower Installation
$ npm install -g purescript pulp bower Installation Install globally
$ npm install -g purescript pulp bower Installation Install globally
Compiler
$ npm install -g purescript pulp bower Installation Install globally
Compiler Build tool
$ npm install -g purescript pulp bower Installation Install globally
Compiler Build tool Dependency Management
$ psc --version 0.9.1 $ pulp --version Pulp version 9.0.1
psc version 0.9.1 using <path> Verify Installation
• Build / scaffolding tool • See pulp help for
all commands • We’ll use: ◦ pulp init (scaffold new empty project) ◦ pulp psci (drop into the PureScript REPL) ◦ pulp run (compile and run a program) pulp