Tacit Primes?
13 posts
• Page 2 of 2 • 1, 2
Re: Tacit Primes?
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?
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:
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: 17
- Joined: Wed Oct 28, 2015 9:49 am
Re: Tacit Primes?
Strangely enough full tacit version is longer than dfns-version.
- alexeyv
- Posts: 56
- Joined: Tue Nov 17, 2015 4:18 pm
13 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