]> gitweb.factorcode.org Git - factor.git/commitdiff
help.tour: fix intro requirements
authorrazetime <raghuallthetime@hotmail.com>
Tue, 6 Dec 2022 03:21:08 +0000 (08:51 +0530)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 6 Dec 2022 03:51:08 +0000 (19:51 -0800)
extra/help/tour/tour.factor

index 53a17bab1df109d59a90078b1fb566be02ad092e..a7079719c9bd11778e18e281545ebcda8b934726 100644 (file)
@@ -1490,12 +1490,10 @@ 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"
-}
 
-This tutorial is Windows-centric, but everything should work the same on other systems, provided you adjust the file paths in 
-the examples.
+A few file paths in the examples may need to be adjusted based on your system.
 
-The first section gives some motivation for the rather peculiar model of computation of concatenative languages, but feel free 
+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.
 
 { $heading "The Tour" }