All Projects â†’ practicalli â†’ clojure

practicalli / clojure

Licence: other
Practicalli Clojure REPL Driven Development

Programming Languages

CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to clojure

Workshop-GraphQL
A GraphQL Server made for the workshop
Stars: ✭ 22 (-45%)
Mutual labels:  workshop, repl
pytezos
🐍 Python SDK & CLI for Tezos | Michelson REPL and testing framework
Stars: ✭ 93 (+132.5%)
Mutual labels:  repl
Clojure-Sublimed
Clojure support for Sublime Text 4
Stars: ✭ 268 (+570%)
Mutual labels:  repl
repl
Framework Agnostic REPL For Node.js. Used by AdonisJS
Stars: ✭ 76 (+90%)
Mutual labels:  repl
carto-workshop
CARTO training materials
Stars: ✭ 81 (+102.5%)
Mutual labels:  workshop
ws-ldn-10
Generative design workshop (Clojure/ClojureScript)
Stars: ✭ 26 (-35%)
Mutual labels:  workshop
bounded-disturbances
A k6/.NET red/green load testing workshop
Stars: ✭ 39 (-2.5%)
Mutual labels:  workshop
observability-workshop
To get started, please proceed to The Splunk Observability Cloud Workshop Homepage.
Stars: ✭ 48 (+20%)
Mutual labels:  workshop
aik
Frontend Playground
Stars: ✭ 43 (+7.5%)
Mutual labels:  repl
malluscript
A simple,gentle,humble scripting language for mallus, based on malayalam memes.
Stars: ✭ 112 (+180%)
Mutual labels:  repl
dirac-sample
An example integration of Dirac DevTools
Stars: ✭ 17 (-57.5%)
Mutual labels:  repl
ShenScript
Shen for JavaScript
Stars: ✭ 40 (+0%)
Mutual labels:  repl
text-engine
A browser-based text adventure game engine and sample game
Stars: ✭ 146 (+265%)
Mutual labels:  repl
gatian
æ―ŪčŊ­æ‹žéŸģ教įĻ‹ - A tutorial on Teochew phonology - https://kahaani.github.io/gatian
Stars: ✭ 32 (-20%)
Mutual labels:  gitbook
ReplCustoms
A database of users, posts, and comments from the ReplTalk API
Stars: ✭ 17 (-57.5%)
Mutual labels:  repl
workshop intro to sql
Reader for the Intro to SQL workshop series.
Stars: ✭ 22 (-45%)
Mutual labels:  workshop
api-ai-workshop
Dialogflow Workshop Material. This can be used to create a Conversational Agent for a simple Linear Conversation using Dialogflow
Stars: ✭ 56 (+40%)
Mutual labels:  workshop
docker-workshop-with-react-aspnetcore-redis-rabbitmq-mssql
An Asp.Net Core Docker workshop project that includes react ui, redis, mssql, rabbitmq and azure pipelines
Stars: ✭ 53 (+32.5%)
Mutual labels:  workshop
dataviz
Course materials for Kieran Healy's rstudio::conf 2020 data visualization workshop
Stars: ✭ 75 (+87.5%)
Mutual labels:  workshop
replay-csharp
An editable C# REPL (Read Eval Print Loop) powered by Roslyn and .NET Core
Stars: ✭ 69 (+72.5%)
Mutual labels:  repl
██████╗ ██████╗  █████╗  ██████╗████████╗██╗ ██████╗ █████╗ ██╗     ██╗     ██╗
██╔══██╗██╔══██╗██╔══██╗██╔════╝╚══██╔══╝██║██╔════╝██╔══██╗██║     ██║     ██║
██████╔╝██████╔╝███████║██║        ██║   ██║██║     ███████║██║     ██║     ██║
██╔═══╝ ██╔══██╗██╔══██║██║        ██║   ██║██║     ██╔══██║██║     ██║     ██║
██║     ██║  ██║██║  ██║╚██████╗   ██║   ██║╚██████╗██║  ██║███████╗███████╗██║
╚═╝     ╚═╝  ╚═╝╚═╝  ╚═╝ ╚═════╝   ╚═╝   ╚═╝ ╚═════╝╚═╝  ╚═╝╚══════╝╚══════╝╚═╝

 ██████╗██╗      ██████╗      ██╗██╗   ██╗██████╗ ███████╗
██╔════╝██║     ██╔═══██╗     ██║██║   ██║██╔══██╗██╔════╝
██║     ██║     ██║   ██║     ██║██║   ██║██████╔╝█████╗
██║     ██║     ██║   ██║██   ██║██║   ██║██╔══██╗██╔══╝
╚██████╗███████╗╚██████╔╝╚█████╔╝╚██████╔╝██║  ██║███████╗
 ╚═════╝╚══════╝ ╚═════╝  ╚════╝  ╚═════╝ ╚═╝  ╚═╝╚══════╝

Book status

GitHub commit activity Content ideas and other issues Pull requests MegaLinter GitBook publish

License

Practicalli Clojure by Practicalli is licensed under CC BY-SA 4.0

Contributing

Issues and pull requests are most welcome. Please detail issues as much as you can. Pull requests are simpler to work with when they are specific to a page or at most a section. The smaller the change the quicker it is to review and merge.

Please see the detailed contributing section of the book before raising an issue or pull request

practicalli/clojure-deps-edn GitHub repository contains the Clojure CLI user level configuration used in this guide and issues and pull requests can also be made there.

By submitting content ideas and corrections you are agreeing they can be used in this workshop under the Creative Commons Attribution ShareAlike 4.0 International license. Attribution will be detailed via GitHub contributors.

GitHub Actions

The Linter GitHub actions will run when a pull request is created, checking basic markdown syntax.

A review of the change will be carried out by the Practicalli team and the PR merged if the change is acceptable.

The Publish Website GitHub action will run when PR's are merged (or the Practicalli team cherry picks changes to the default branch).

GitBook Static Site Generator

GitBook open source tool is used to generate all the Practicalli books, as it provides a simple way to provide effective navigation across a guide or book with a large number of pages.

Install locally

GitBook can be installed locally to support larger pieced of content development. It provides a local server that should continually build the site when changes are saved.

GitBook requires node.js version 11 (or version 10, or 8). GitBook plugins will fail with node versions higher than 11.

Install GitBook using node package manager

npm install gitbook-cli -g

Fork the practicalli/clojure GitHub repository and clone that fork to your computer,

git clone https://github.com/<your-github-account>/clojure.git

Switch to the root directory of the cloned repository when complete.

Install the GitBook plugins used for this project (as defined in the book.json configuration)

cd clojure

gitbook install

If any plugins fail to install, ensure node version 11 (or 10) is being used

Run a local server to generate the website from the markdown content, which also listens for changes

gitbook serve

Gitbook plugins

GitBook has numerous community plugins to extend its functionality.

The following plugins are currently used for Practicalli books.

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].