Re: [Jprogramming] Video for the Tail Monadic Verb

2019-06-07 Thread Mike Powell
Bob, Your work is just excellent. I’ll offer two comments: At 3:46 of the Tail video you say: “which gives us a shape of zero which is a blank line”. Not sure about that. I applaud your use of visual coding. Objects or parts of objects are outlined in various ways with various colour fills. I

Re: [Jprogramming] A problem with "words"

2019-06-07 Thread 'lindaalvord' via Programming
I've done this before.  Thanks for the refresher. .LindaSent from my Verizon, Samsung Galaxy smartphone Original message From: 'robert therriault' via Programming Date: 6/7/19 2:51 PM (GMT-05:00) To: Programming forum Subject: Re: [Jprogramming] A problem with "words" Looks

Re: [Jprogramming] A problem with "words"

2019-06-07 Thread 'Mike Day' via Programming
Your message is rather cryptic, and it's not clear what ac is meant to achieve. Bob's reply might be all you want. Anyway, I tried ac 'PQRS' , getting   ac 'PQRS' |length error: ac |   ac'PQRS' Seeing that #'PQRS' is 4, I looked at po and cm:    po 4#2 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0

Re: [Jprogramming] A problem with "words"

2019-06-07 Thread 'robert therriault' via Programming
Looks like you got caught with the old double quote (quote within a quoted string) issue, Linda ;:'([: (po + cm) 2 #~ $) { [: , ' ' ,. ]' |syntax error | ;:'([: (po + cm) 2 #~ $) { [: , '' ,. ]' ;:'([: (po + cm) 2 #~ $) { [: , '' '' ,. ]' ┌─┬──┬─┬──┬─┬──┬─┬─┬─┬─┬─┬─┬─┬──┬─┬───┬──┬─┐

[Jprogramming] A problem with "words"

2019-06-07 Thread Linda Alvord
po=: 13 :'|:y#:i.*/y' cm=: 13 :'(*/y)(#"0) 0,}:+/y' ac=: 13 :'((po + cm) ($y)#2){,'' '',.y' ac 'PQRS' po ;:': |: ] #: [: i. */' ┌─┬──┬─┬──┬──┬──┬─┬─┐ │:│|:│]│#:│[:│i.│*│/│ └─┴──┴─┴──┴──┴──┴─┴─┘ ac ;:'([: (po + cm) 2 #~ $) { [: , ' ' ,. ]' T

[Jprogramming] Video for the Tail Monadic Verb

2019-06-07 Thread 'robert therriault' via Programming
Hi everybody, I have posted a new video for the Tail Monadic Verb. https://youtu.be/mgUj5d-9Nbo Of note on this one, is the info card that shows up in the upper right at about 23 seconds in. This provides a link to other information, in this case the video on Items. Going forward as other vi