All Projects → roman01la → amsterdamjs-clojurescript-workshop

roman01la / amsterdamjs-clojurescript-workshop

Licence: other
Educational materials for ClojureScript workshop @ AmsterdamJS '18

Programming Languages

clojure
4091 projects
CSS
56736 projects
HTML
75241 projects

Labels

Projects that are alternatives of or similar to amsterdamjs-clojurescript-workshop

clojure
Practicalli Clojure REPL Driven Development
Stars: ✭ 40 (+42.86%)
Mutual labels:  workshop
fx-trading-app
Forex Trading Application workshop
Stars: ✭ 23 (-17.86%)
Mutual labels:  workshop
workshop-init
워크숍 개발 환경 설정하기
Stars: ✭ 23 (-17.86%)
Mutual labels:  workshop
Teaching-Data-Visualisation
Presentation and exercises for the Software Sustainability Institute Research Data Visualisation Workshop (RDVW)
Stars: ✭ 15 (-46.43%)
Mutual labels:  workshop
wsdm-digg-2020
No description or website provided.
Stars: ✭ 15 (-46.43%)
Mutual labels:  workshop
ultimate-kubernetes-bootcamp
Ultimate Kubernetes Bootcamp
Stars: ✭ 43 (+53.57%)
Mutual labels:  workshop
observability-workshop
To get started, please proceed to The Splunk Observability Cloud Workshop Homepage.
Stars: ✭ 48 (+71.43%)
Mutual labels:  workshop
JavaFXWorkshop
Code and a handout for a JavaFX workshop
Stars: ✭ 24 (-14.29%)
Mutual labels:  workshop
angular2-labb
Angular 2 workshop
Stars: ✭ 20 (-28.57%)
Mutual labels:  workshop
DscWorkshop
Blueprint for a full featured DSC project for Push / Pull with or without CI/CD
Stars: ✭ 151 (+439.29%)
Mutual labels:  workshop
python-ogren-4-saatte-python-baslangic
(TR) 4 saatlik Python başlangıç atölyesinin içerik dokümanı. (EN version is in progress!)
Stars: ✭ 71 (+153.57%)
Mutual labels:  workshop
Bot-Framework-Tutorial
Microsoft Bot Framework Hands on Lab Tutorial
Stars: ✭ 23 (-17.86%)
Mutual labels:  workshop
CFP
Repositório para sugestões de palestras, workshops e outras atividades da comunidade PHPRio
Stars: ✭ 39 (+39.29%)
Mutual labels:  workshop
Cypurr-Prezes
presentation materials for our cryptoparties
Stars: ✭ 48 (+71.43%)
Mutual labels:  workshop
spring-cloud-gcp-guestbook
No description or website provided.
Stars: ✭ 55 (+96.43%)
Mutual labels:  workshop
dataviz
Course materials for Kieran Healy's rstudio::conf 2020 data visualization workshop
Stars: ✭ 75 (+167.86%)
Mutual labels:  workshop
godge
Godge is a self-hosted container-based online judge for meetups and workshops.
Stars: ✭ 13 (-53.57%)
Mutual labels:  workshop
ws-ldn-12
ARM / STM32F7 DIY synth workshop
Stars: ✭ 62 (+121.43%)
Mutual labels:  workshop
AzureFunctions-Workshop
Multi-language Azure Functions Workshop
Stars: ✭ 20 (-28.57%)
Mutual labels:  workshop
Not-a-Dog-Workshop
Workshop to build an automatic Not a Dog application , using the Serverless Azure Functions and Cognitive Services
Stars: ✭ 15 (-46.43%)
Mutual labels:  workshop

Setup

Please do this before workshop. Ping me on Slack if you have any problems with setup.

  1. If you don't have it yet, download and install JDK 8 on your machine
  2. Install Clojure CLI or Leiningen if you are on Windows
  3. Clone workshop repository that we are going to work with
  4. cd into repo's directory and execute the following commands
  • clojure -m figwheel.main -b dev -r or lein do server to start dev server
  • clj -m nightlight.core --url "http://localhost:3000" or lein do ide to start IDE server, which we will work in
  1. Verify build: once initial compilation is done you should see a running app at localhost:3000
  2. Verify IDE: IDE starts at localhost:4000, you should see editor UI there

Topics

  • Syntax, variables, functions and macros
  • Threading macro (pipeline operator)
  • Primitive data types
  • Control flow
  • Data structures
  • Collections transformation
  • State
  • Interop with JavaScript
  • Namespaces
  • Building UIs

Tips

Useful links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].