From 14818b61a0b29dd2183c027447c9507b24745400 Mon Sep 17 00:00:00 2001 From: Daniel Slapman Date: Tue, 19 Nov 2024 19:46:46 +0100 Subject: [PATCH] Q&A section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1e8c878..e63f8d0 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,10 @@ For IntelliJ there is a [Dhall plugin](https://plugins.jetbrains.com/plugin/1388 ## Usage You can find an example project using hjk [here](https://github.com/leviysoft/hjk-sample-project). + +## Q&A + +**Q: Why write build tool for Scala in Haskell?** + +**A:** Dhall was chosen as configuration language because of it's features and out-of-the-box editor support, and Dhall is initially written in Haskell. +You don't have to know Haskell to use hjk, even for extending built-in tasks or writing your own. \ No newline at end of file