@@ -14,14 +14,20 @@ tools like [Roswell][] and [Qlot][], which only serve specific goals.
14
14
15
15
## ❓ Why Qob?
16
16
17
- Qob is an Common Lisp project management tool, similar to Maven or Leiningen.
18
- It aims to control and automate the entire life cycle of an Common Lisp system,
19
- including dependency management, packaging, distribution and testing.
20
-
21
- - Ruby projects have a ` gemspec ` file?
22
- - Node.js projects have a ` package.json ` file?
23
- - Clojure projects have a ` project.clj ` file?
24
- - Common Lisp projects have a ` Qob ` file?
17
+ For many newcomers, getting started with Common Lisp can feel relatively
18
+ easy compared to other advanced languages like Python or Rust.
19
+ However, it is also perceived as a challenging language to begin with.
20
+ This difficulty doesn't stem from the language itself but rather from the
21
+ ecosystem: the environment, toolchain, sparse documentation, limited search
22
+ results, and other complexities can create obstacles.
23
+
24
+ Qob aims to address these challenges by making the environment more accessible.
25
+ It simplifies tasks such as building executables and determining which functions
26
+ to call for specific commands. Qob allows users to perform various Lisp
27
+ operations without directly interacting with a Lisp implementation (e.g., SBCL).
28
+ By using Qob, you can enjoy a user experience closer to that of modern
29
+ high-level programming languages, avoiding the reliance on the traditional
30
+ ` eval ` -based workflows.
25
31
26
32
## 📰 News
27
33
0 commit comments