Train - simple string
11 posts
• Page 2 of 2 • 1, 2
Re: Train - simple string
A comment from a different path : one reason I followed Arthur Whitney's simpler path was that I felt forks and trains were too clever and idiosyncratic . And too infrequent in use to build into the syntax . K does have one relatively simple syntax quirk ( whose documentation I can't find -- which may be why it took me so long to understand ) . In an expression like
I've come to appreciate Forth's simplest possible RPN , read-a-word do-it , syntax . Which , of course , allows the creation of words which read further in the line to create their own exception to that syntax . That , combined with the "white-space is the prime delimiter" syntax is immediately understandable and provides unmatched flexibility .
CoSy is a long way from ever being competition for Dyalog . I'd describe it as being on a different temporal foliation . But people may find some of its attributes and simplifications interesting . The demo I just gave at Forth Day at Stanford is at https://youtu.be/mXBeFSOTrK4?t=8816 .
- Code: Select all
+/ *
I've come to appreciate Forth's simplest possible RPN , read-a-word do-it , syntax . Which , of course , allows the creation of words which read further in the line to create their own exception to that syntax . That , combined with the "white-space is the prime delimiter" syntax is immediately understandable and provides unmatched flexibility .
CoSy is a long way from ever being competition for Dyalog . I'd describe it as being on a different temporal foliation . But people may find some of its attributes and simplifications interesting . The demo I just gave at Forth Day at Stanford is at https://youtu.be/mXBeFSOTrK4?t=8816 .
-
Bob Armstrong - Posts: 27
- Joined: Wed Dec 23, 2009 8:41 pm
- Location: 39.038681° -105.079070° 2500m
11 posts
• Page 2 of 2 • 1, 2
Return to Functional Programming
Who is online
Users browsing this forum: No registered users and 1 guest
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group