otabdeveloper
- Karma
- 170
- Created
- December 5, 2014 (11y ago)
- Submissions
- 0
- The tab programming language version 4.0 relased. (Now with parallelism.) (tkatchev.bitbucket.org)
-
https://bitbucket.org/tkatchev/yalz77 Fully standard platform-independent C++, only one C++ header with about 300 lines of code, and yet good enough to be useful for practical work. Designed for those places where you…
-
It's actually a statically-typed, type-inferred declarative non-Turing-complete language for querying tabular text files. (Such csv/tsv or webserver logs.) It's designed to fill the niche between SQL and traditional…
-
'tab' is a command-line utility for processing data in tabular text files (think CSV or webserver logs) in a much more serious and rigorous way than 'awk' and friends can. Born out of a real need to compute and…