TXR – A Programming Language for Convenient Data Munging
1–10 of 74 posts
Re: TXR – A Programming Language for Convenient Data Munging
#21. Parsimony.
2. Performance vs awk and friends.
3. Multi threading.
4. Ideal use cases.
Re: TXR – A Programming Language for Convenient Data Munging
#3"Good luck, you're on your own!"
Re: TXR – A Programming Language for Convenient Data Munging
#4> The PDF rendition of the reference manual, which takes the form of a large Unix man page, is over 600 pages long, with no index or table of contents. There are many ways to solve a given data processing problem with TXR. "Good luck, you're on your own!"
Re: TXR – A Programming Language for Convenient Data Munging
#5> The PDF rendition of the reference manual, which takes the form of a large Unix man page, is over 600 pages long, with no index or table of contents. There are many ways to solve a given data processing problem with TXR. "Good luck, you're on your own!"
This. I have never seen a programming language brag about being inaccessible and having bad documentation.
Edit: 10 years ago in this case.
Re: TXR – A Programming Language for Convenient Data Munging
#6Re: TXR – A Programming Language for Convenient Data Munging
#7> The PDF rendition of the reference manual, which takes the form of a large Unix man page, is over 600 pages long, with no index or table of contents. There are many ways to solve a given data processing problem with TXR. "Good luck, you're on your own!"
Re: TXR – A Programming Language for Convenient Data Munging
#8That section made me chuckle. Admirable if true.
Re: TXR – A Programming Language for Convenient Data Munging
#9Most transformations that we do on data do not require Turing completeness or recursion. I think it would be useful to write these down in a language with semantics that is easy to analyze.