Resources
Antora Resources
https://discuss.asciidoctor.org/ Stack Exchange like discussion board for asciidoctor.
https://isis.apache.org/versions/1.15.0/guides/dg/resources/asciidoc-syntax-quick-reference.pdf Quick reference for asciidoctor syntax.
https://powerman.name/doc/asciidoc Asciidoctor syntax cheat sheet.
https://docs.antora.org/antora/latest/ Antora documentation.
Dhall Resources
The Dhall configuration language web site is the central location for Dhall resources.
-
When getting started, head over to the Dhall Tutorials web page.
-
The Learn X in Y minutes Where X=Dhall has a single long-form example packed with lots of information.
-
The Language Tour is probably the single best resource for the Dhall language.
-
-
The Dhall cheatsheet provides good coverage of the language features in one condensed location.
-
The Dhall Built-in types, functions, and operators web page provides a reference-style presentation of all of the types, functions, operators, and keywords built into the Dhall language.
-
The Dhall Prelude (i.e. the standard library) reference is available to browse for existing functions or examples.
-
See the creator of Dhall discuss the language in the Gabriel Gonzalez on Dhall: A Programmable Configuration Language YouTube video. (Note that the creator now goes by the name Gabriella Gonzalez.)
Haskell Resources
Programming in Haskell; Graham Hutton
http://learnyouahaskell.com/introduction Text-based, comprehensive tutorial.
https://www.youtube.com/watch?v=02_H3LjqMr8 Video tutorial.
https://jutge.org/doc/haskell-cheat-sheet.pdf Cheat sheet.
Visual Studio Code Resources
https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf Keyboard shortcuts for Windows
https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf Keyboard shortcuts for Macs