All Projects → JordanMartinez → Purescript Jordans Reference

JordanMartinez / Purescript Jordans Reference

Learn PureScript with this "clone and play" repository

Programming Languages

purescript
368 projects

Projects that are alternatives of or similar to Purescript Jordans Reference

Reference
The Rust Reference
Stars: ✭ 397 (-8.53%)
Mutual labels:  documentation, reference
Pyspark Cheatsheet
🐍 Quick reference guide to common patterns & functions in PySpark.
Stars: ✭ 108 (-75.12%)
Mutual labels:  documentation, reference
Typescript Handbook
Deprecated, please use the TypeScript-Website repo instead
Stars: ✭ 4,866 (+1021.2%)
Mutual labels:  documentation, learn
Site
🎓 Rust Programming Language Tutorials for Everyone!
Stars: ✭ 786 (+81.11%)
Mutual labels:  documentation, reference
Pandocs
The infamous Pan Docs historical document: the single, most comprehensive Game Boy technical reference.
Stars: ✭ 158 (-63.59%)
Mutual labels:  documentation, reference
Gdscript Docs Maker
Create documentation and class references from your Godot GDScript code
Stars: ✭ 121 (-72.12%)
Mutual labels:  documentation, reference
Wazuh Documentation
Wazuh - Project documentation
Stars: ✭ 82 (-81.11%)
Mutual labels:  documentation, reference
Doc
🦋 Raku documentation (tools and docs)
Stars: ✭ 259 (-40.32%)
Mutual labels:  documentation, reference
Github Template Guidelines
Guidelines for building GitHub templates.
Stars: ✭ 137 (-68.43%)
Mutual labels:  documentation, reference
Typescript Vs Flowtype
Differences between Flowtype and TypeScript -- syntax and usability
Stars: ✭ 1,671 (+285.02%)
Mutual labels:  documentation, reference
Mindforger Repository
MindForger documentation repository.
Stars: ✭ 221 (-49.08%)
Mutual labels:  documentation, learn
Docma
A powerful tool to easily generate beautiful HTML documentation from JavaScript (JSDoc), Markdown and HTML files.
Stars: ✭ 287 (-33.87%)
Mutual labels:  documentation, reference
Graphql Docs
Easily generate beautiful documentation from your GraphQL schema.
Stars: ✭ 409 (-5.76%)
Mutual labels:  documentation
Documentation
Issue tracker for Plotly's open-source documentation.
Stars: ✭ 424 (-2.3%)
Mutual labels:  documentation
Front End Design Checklist
💎 The Design Checklist for Creative Web Designers and Patient Front-End Developers
Stars: ✭ 4,136 (+853%)
Mutual labels:  reference
Cheatsheets
Community-sourced cheatsheets
Stars: ✭ 430 (-0.92%)
Mutual labels:  reference
Orchid
Build and deploy beautiful documentation sites that grow with you
Stars: ✭ 418 (-3.69%)
Mutual labels:  documentation
Atom Dash
Dash documentation integration with Atom
Stars: ✭ 398 (-8.29%)
Mutual labels:  documentation
Sphinx
Main repository for the Sphinx documentation builder
Stars: ✭ 4,313 (+893.78%)
Mutual labels:  documentation
Standard Readme
A standard style for README files
Stars: ✭ 4,412 (+916.59%)
Mutual labels:  documentation

Purescript: Jordan's Reference

This repo is my way of using the Feynman Technique to learn Purescript and its ecosystem.

All code uses PureScript 0.14.0

To learn PureScript using this project:

  1. Git clone this repo
  2. Bookmark and read through this repo online
  3. Compile the code locally where possible, follow along, and experiment

Guidelines for this project

Contributing

Feel free to open a new issue for:

  • Clarification on something you don't understand. If I don't know it yet and I'm interested, it'll force me to learn it
  • A link to something you'd like me to research more. If I'm interested or see the value, I'll look into it and try to document it or explain the idea in a clear way
  • Corrections for any mistakes I've made
  • Improvements to anything I've written thus far

Project Labels

The following labels give insight into this project's development:

Note: You are advised to watch this repo for releases only. Sometimes, this repo will produce a lot of notifications due to opening/closing issues/PRs and me adding additional thoughts/comments to things. This can star to feel like notification spam.

License

Unless stated otherwise in a specific folder or file, this project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license: (Human-readable version), (Actual License)

Creative Commons Licence

Naming Conventions Used In This Repo

Numbering System

When you see this number system:

01-File-Name.md
02-Folder-Name/
03-File-Name2.md
11-File-Name.md

You should understand it like so:

[major theme/idea][minor concept/point]

Each major theme will almost always have 1..9 minor concepts/points. Thus, you will sometimes not see a 10-file-name.md file:

09-first-major-theme--file-9.md
-- 10-file-name is intentionally missing here
11-second-major-theme--file-1.md

In situations, where 9 files were not enough, I converted a file into a folder and each file in that folder further explains it.

An 'x' in a File/Folder Name

If a file or folder name has x in the numerical part of its name (e.g. 0x-File-or-Folder-Name, 9x-File-or-Folder-Name), it means I am still deciding where it should appear in the numerical order (and it is likely still a work in progress).

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