]> gitweb.factorcode.org Git - factor.git/commitdiff
tour.help: add missing curly brace new-tutorial
authorrazetime <raghuallthetime@hotmail.com>
Tue, 6 Dec 2022 04:19:18 +0000 (09:49 +0530)
committerrazetime <raghuallthetime@hotmail.com>
Tue, 6 Dec 2022 04:19:18 +0000 (09:49 +0530)
extra/help/tour/tour.factor

index a7079719c9bd11778e18e281545ebcda8b934726..f56cc906b167b14453567adabb808acbacc6c474 100644 (file)
@@ -1490,12 +1490,16 @@ other languages, most arising from the fact that it has essentially no syntax:
   "It has powerful metaprogramming capabilities, exceeding even those of LISPs"
   "It is ideal for creating DSLs"
   "It integrates easily with powerful tools"
+}
 
 A few file paths in the examples may need to be adjusted based on your system.
 
 The first section gives some motivation for the peculiar model of computation of concatenative languages, but feel free 
 to skip it if you want to get your feet wet and return to it after some hands on practice with Factor.
 
+If you are viewing this online, or on the stable build of Factor, it is recommended to clone the
+latest version of factor on GitHub, and build it from source before 
+
 { $heading "The Tour" }
 { $subsections
   "tour-concatenative"