Clojure: Clojure 1.5.1 beginner

https://www.skillsoft.com/channel/clojure-47abfc11-1949-11e7-b488-c198130a9b04?technologyandversion=49364&expertiselevel=49363 https://www.skillsoft.com/channel/clojure-47abfc11-1949-11e7-b488-c198130a9b04?technologyandversion=49364&expertiselevel=49365 https://www.skillsoft.com/channel/clojure-47abfc11-1949-11e7-b488-c198130a9b04?technologyandversion=49366&expertiselevel=49365
  • 4 Courses | 3h 54m 33s
  • 4 Books | 18h 21m
  • 1 Audiobook | 15h 2m 31s
  • 2 Courses | 1h 38m 24s
  • 4 Books | 18h 21m
  • 1 Audiobook | 15h 2m 31s
  • 1 Course | 50m 6s
  • 3 Books | 12h 28m
 
Explore Clojure, a Lisp-based programming language that focuses on functional programming.

GETTING STARTED

Program Flow

  • 4m 34s
  • 4m 53s

GETTING STARTED

Macros, DataTypes, & Performance

  • 5m 55s
  • 4m 42s

GETTING STARTED

Ports & Channels

  • 6m 6s
  • 3m 6s

COURSES INCLUDED

Program Flow
Just starting with Clojure? Learn the fundamentals of programming with Clojure, including basic syntax and program flow, and how to use Leiningen to build Clojure programs.
10 videos | 48m available Badge
Functions & Namespaces
Clojure is a dynamic programming language that compiles to JVM bytecode. Discover how to use functions and namespaces in a Clojure program.
10 videos | 45m available Badge
Primitives, Collections, & Sequences
Interacting with data is an important aspect of Clojure applications. Explore primitive data types, data collections, and sequences in Clojure.
10 videos | 1h 1m available Badge
Data & State Management
Most Clojure applications are designed to interact with data. Learn how to manage both data and state in your Clojure applications, and how to create and work with agents.
13 videos | 1h 18m available Badge
SHOW MORE
FREE ACCESS

COURSES INCLUDED

Macros, DataTypes, & Performance
You can improve the performance of your applications using optimization features included with Clojure. Explore macros, data types, protocols, and profiling, and perform unit testing of Clojure applications.
9 videos | 48m available Badge
Data-driven & Web Application Fundamentals
There are a number of build and deployment tools and features available for Clojure web applications. Learn how to work with relational and non-relational data, use Compojure and HTML templating, and deploy Clojure web applications.
8 videos | 50m available Badge

COURSES INCLUDED

Ports & Channels
Learn how to use built-in functions in Clojure's core.async library, including the reduce, split, map, and pub & sub functions.
8 videos | 50m available Badge

EARN A DIGITAL BADGE WHEN YOU COMPLETE THESE COURSES

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

BOOKS INCLUDED

Book

Clojure in Action, Second Edition
Including countless tips, tricks, and techniques for writing smaller, safer, and faster code, this hands-on book gives you a rapid introduction to the Clojure language, moving from abstract theory to practical examples.
book Duration 5h 53m book Authors By Amit Rathore, Francis Avila

Book

Clojure for the Brave and True: Learn the Ultimate Language and Become a Better Programmer
Presenting an offbeat, practical guide to Clojure, filled with quirky sample programs, this book offers a "dessert-first" approach where you'll start playing with real programs immediately, as you steadily acclimate to the abstract but powerful features of Lisp and functional programming.
book Duration 4h 53m book Authors By Daniel Higginbotham

Book

Practical Clojure
The first definitive reference for the Clojure language, this book provides an introduction to functional programming in general and a more specific introduction to Clojure's features and how it can be used for real-world tasks.
book Duration 4h 1m book Authors By Luke VanderHart, Stuart Sierra

Book

Quick Clojure: Effective Functional Programming
Getting you up to speed with Clojure, this quick and practical primer provides the nuts and bolts of functional programming, data structures, sequences, destructuring, pattern matching, polymorphism, concurrency, conventions, and more.
book Duration 3h 34m book Authors By Mark McDonnell
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Clojure for the Brave and True: Learn the Ultimate Language and Become a Better Programmer
Presenting an offbeat, practical guide to Clojure, filled with quirky sample programs, this book offers a "dessert-first" approach where you'll start playing with real programs immediately, as you steadily acclimate to the abstract but powerful features of Lisp and functional programming.
book Duration 4h 53m book Authors By Daniel Higginbotham

Book

Practical Clojure
The first definitive reference for the Clojure language, this book provides an introduction to functional programming in general and a more specific introduction to Clojure's features and how it can be used for real-world tasks.
book Duration 4h 1m book Authors By Luke VanderHart, Stuart Sierra

Book

Quick Clojure: Effective Functional Programming
Getting you up to speed with Clojure, this quick and practical primer provides the nuts and bolts of functional programming, data structures, sequences, destructuring, pattern matching, polymorphism, concurrency, conventions, and more.
book Duration 3h 34m book Authors By Mark McDonnell

Book

Clojure in Action, Second Edition
Including countless tips, tricks, and techniques for writing smaller, safer, and faster code, this hands-on book gives you a rapid introduction to the Clojure language, moving from abstract theory to practical examples.
book Duration 5h 53m book Authors By Amit Rathore, Francis Avila
SHOW MORE
FREE ACCESS

BOOKS INCLUDED

Book

Clojure for the Brave and True: Learn the Ultimate Language and Become a Better Programmer
Presenting an offbeat, practical guide to Clojure, filled with quirky sample programs, this book offers a "dessert-first" approach where you'll start playing with real programs immediately, as you steadily acclimate to the abstract but powerful features of Lisp and functional programming.
book Duration 4h 53m book Authors By Daniel Higginbotham

Book

Practical Clojure
The first definitive reference for the Clojure language, this book provides an introduction to functional programming in general and a more specific introduction to Clojure's features and how it can be used for real-world tasks.
book Duration 4h 1m book Authors By Luke VanderHart, Stuart Sierra

Book

Quick Clojure: Effective Functional Programming
Getting you up to speed with Clojure, this quick and practical primer provides the nuts and bolts of functional programming, data structures, sequences, destructuring, pattern matching, polymorphism, concurrency, conventions, and more.
book Duration 3h 34m book Authors By Mark McDonnell

AUDIOBOOKS INCLUDED

Audiobook

The Joy of Clojure, Second Edition
This audio edition of "The Joy of Clojure, Second Edition" is a deep account of the Clojure language. Fully updated for Clojure 1.6, this edition goes beyond the syntax to show you how to write fluent Clojure code.
audiobook Duration 15h 2m 31s audiobook Authors By Chris Houser, Michael Fogus

AUDIOBOOKS INCLUDED

Audiobook

The Joy of Clojure, Second Edition
This audio edition of "The Joy of Clojure, Second Edition" is a deep account of the Clojure language. Fully updated for Clojure 1.6, this edition goes beyond the syntax to show you how to write fluent Clojure code.
audiobook Duration 15h 2m 31s audiobook Authors By Chris Houser, Michael Fogus

YOU MIGHT ALSO LIKE

Channel Python
Rating 4.5 of 2 users Rating 4.5 of 2 users (2)