Tacit Primes?

For users of dfns, both novice and expert

Re: Tacit Primes?

Postby JohnS|Dyalog on Fri Dec 09, 2016 2:40 pm

There's a "muse" near the top of http://dfns.dyalog.com/n_tacit.htm, which tries to explain my current take on it. Other people's opinions may vary.
JohnS|Dyalog
 

Re: Tacit Primes?

Postby mwr0707 on Sat Dec 10, 2016 1:17 am

For me, it's functional pipelines built from a palette of small, limited scope, (Note John's muse) re-usable plug-and-play components a-la *nix shell and graphical data integration tools:

From an example by PSkocik:

Code: Select all
find /usr/bin/ |                #produce
sed 's:.*/::'  |                #translate: strip directory part
grep -i '^z'   |                #filter   : select items starting with z
xargs -d '\n' aFinalConsumer    #consume
mwr0707
 
Posts: 16
Joined: Wed Oct 28, 2015 9:49 am

Re: Tacit Primes?

Postby alexeyv on Tue Feb 28, 2017 3:07 pm

Strangely enough full tacit version is longer than dfns-version.
alexeyv
 
Posts: 56
Joined: Tue Nov 17, 2015 4:18 pm

Previous

Return to Functional Programming

Who is online

Users browsing this forum: No registered users and 1 guest