diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2024-09-23 07:54:34 +0200 | 
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-23 07:54:34 +0200 | 
| commit | 4eb02cc4b37d87c25e84052971c42e93a347eaff (patch) | |
| tree | a481e514067f52c9328172f6c83e1a2f3f54a320 | |
| parent | f74f95171f0299707d91d27d89a82b6d51d06346 (diff) | |
| -rw-r--r-- | README.md | 20 | 
1 files changed, 1 insertions, 19 deletions
| @@ -18,7 +18,7 @@ get Make.  You also need Git.  First, clone the repository and move into it:  ``` -$ git clone https://git.sr.ht/~mango/gsp +$ git clone https://git.thomasvoss.com/gsp  $ cd gsp  ``` @@ -45,24 +45,6 @@ $ man gsp    # transpiler documentation  $ man 5 gsp  # language documentation  ``` -## Why Not Use Pug or [INSERT LANGUAGE HERE] - -~Simply put, they are all trash.  Pug has decent syntax but requires you use -JavaScript.  All the others fall for the same kind of problem.  As far as I -could find, there is no pre-GSP transpiler from good syntax to HTML that works -as just one binary you call on some files.  All options force you into needing -to write JavaScript/Ruby/etc. scripts, which just isn’t good enough.~ - -Update 28-05-2024: - -Turns out that PugCLI exists, which I actually did search for in the past but -somehow could not find.  As a result my previous statements above do not hold, -although I still find it irritating that all ‘mainstream’ besides Pug that I am -aware of (as of this update) don’t just support basic single-binary usage. - -Feel free to use Pug, I simply do not care for the many Pug features I deem -useless or unergonomic (or both). -  ## Syntax Example  ```gsp |