Home
Explore
Submit Search
Upload
Login
Signup
Advertisement
Check these out next
Exploring ChatGPT for Effective Teaching and Learning.pptx
Stan Skrabut, Ed.D.
How to train your robot (with Deep Reinforcement Learning)
Lucas García, PhD
4 Strategies to Renew Your Career Passion
Daniel Goleman
The Student's Guide to LinkedIn
LinkedIn
Different Roles in Machine Learning Career
Intellipaat
Defining a Tech Project Vision in Eight Quick Steps pdf
TechSoup
The Hero's Journey (For movie fans, Lego fans, and presenters!)
Dan Roam
10 Inspirational Quotes for Graduation
Guy Kawasaki
1
of
20
Top clipped slide
Writing Clojure
May. 25, 2023
•
0 likes
0 likes
×
Be the first to like this
Show More
•
3 views
views
×
Total views
0
On Slideshare
0
From embeds
0
Number of embeds
0
Download Now
Download to read offline
Report
Technology
Clojure at Runtime tutorial. Aimed at beginners.
ssuserece20f
Follow
Advertisement
Advertisement
Advertisement
Recommended
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Saba Software
3K views
•
64 slides
Introduction to C Programming Language
Simplilearn
748 views
•
39 slides
The Pixar Way: 37 Quotes on Developing and Maintaining a Creative Company (fr...
Palo Alto Software
83.7K views
•
39 slides
9 Tips for a Work-free Vacation
Weekdone.com
2.6K views
•
14 slides
I Rock Therefore I Am. 20 Legendary Quotes from Prince
Empowered Presentations
137.9K views
•
21 slides
How to Map Your Future
SlideShop.com
265.7K views
•
16 slides
More Related Content
Recently uploaded
(20)
Python Datatypes.pptx
M Vishnuvardhan Reddy
•
0 views
Hologram
Butterfly education
•
0 views
Harnessing AI and Web3 for Operators
AndyHall865717
•
0 views
Tips and tricks for data science projects with Python
Jose Manuel Ortega Candel
•
0 views
Python para equipos de ciberseguridad
Jose Manuel Ortega Candel
•
0 views
Supply Chain Attacks
Lionel Faleiro
•
0 views
Vin secure solutions PPT (1).pdf
vin secure solutions
•
0 views
Using Data-Driven Agile Automation to Advance Digital Transformation
Precisely
•
0 views
Qualys API
Giacomo Cocozziello
•
0 views
Vin secure solutions PPT (1).pdf
vin secure solutions
•
0 views
Lists_tuples.pptx
M Vishnuvardhan Reddy
•
0 views
Level Up Your Property and Investment Management Workflows
AppFolio
•
0 views
On the Cloud? Data Integrity for Insurers in Cloud-Based Platforms
Precisely
•
0 views
Developing Using Meta Pool in Aurora
Neven6
•
0 views
Accelerating Flow with Team Topologies & Friends @ Wroclaw Kanban, Lean & Cof...
Manuel Pais
•
0 views
Evolución de una arquitectura monolítica hacia decoupled commerce en un retai...
Marcos Pueyrredon
•
0 views
Python Basics.pptx
M Vishnuvardhan Reddy
•
0 views
Unlock the power of MLOps.pdf
StephenAmell4
•
0 views
Change your architecture during deployment
Dennis van der Stelt
•
0 views
Wireless Computing in 6 slides.pptx
Mari Xxx
•
0 views
Featured
(20)
Exploring ChatGPT for Effective Teaching and Learning.pptx
Stan Skrabut, Ed.D.
•
52.2K views
How to train your robot (with Deep Reinforcement Learning)
Lucas García, PhD
•
40.2K views
4 Strategies to Renew Your Career Passion
Daniel Goleman
•
120K views
The Student's Guide to LinkedIn
LinkedIn
•
82.7K views
Different Roles in Machine Learning Career
Intellipaat
•
11.3K views
Defining a Tech Project Vision in Eight Quick Steps pdf
TechSoup
•
8.6K views
The Hero's Journey (For movie fans, Lego fans, and presenters!)
Dan Roam
•
28K views
10 Inspirational Quotes for Graduation
Guy Kawasaki
•
301.4K views
The Health Benefits of Dogs
The Presentation Designer
•
34.3K views
The Benefits of Doing Nothing
INSEAD
•
51.3K views
A non-technical introduction to ChatGPT - SEDA.pptx
Sue Beckingham
•
17.9K views
The Dungeons & Dragons Guide to Marketing
Ian Lurie
•
15.9K views
How You Can Change the World
24Slides
•
58K views
signmesh snapshot - the best of sustainability
signmesh
•
9.5K views
The Science of a Great Career in Data Science
Kate Matsudaira
•
38.2K views
The ABC’s of Living a Healthy Life
Dr. Omer Hameed
•
1.2M views
CAREER FORWARD - THE TOOLS YOU NEED TO START MOVING
Kelly Services
•
3K views
Top 5 Skills for Project Managers
LinkedIn Learning Solutions
•
22.9K views
Mind-Blowing Facts About National Parks
Ethos3
•
43.3K views
8 Easy Ways to Relieve Stress At Work (Backed By Science)
True Stress Management
•
2.8K views
Advertisement
Writing Clojure
•Writing Clojure at
Runtime • with Nightlight By Zach Oakes
About Me
paren-soup
Parinfer
In your build.boot... (set-env! :source-paths
#{"src"} :dependencies '[[org.clojure/clojure "1.8.0"] [nightlight "1.6.1" :scope "test"]]) (require '[nightlight.boot :refer [nightlight]]) (deftask run [] (comp (wait) (nightlight :port 4000))) In your ~/.lein/profiles.clj... {:user {:plugins [[nightlight/lein-nightlight "1.6.1"]]}} Then run lein nightlight --port 4000
Nightcode Nightlight and Nightcoders.net Going
Forward play-cljs play-clj
Report Bugs github.com/oakes/Nightlight reddit.com/r/Nightcode/
Danke schön! https://sekao.net/ zsoakes@gmail.com
Advertisement