Would be nice to have some language samples in the README.
GNU Data Language
11–20 of 34 posts
Re: GNU Data Language
#12And not a single hello world example anywhere. This is a common theme, unfortunately.
Quoted post unavailable.
Re: GNU Data Language
#13What are the advantages of GNU Data Language over established alternatives such as R, Python/NumPy, or Octave?
Re: GNU Data Language
#14Re: GNU Data Language
#15Maybe "Explore IDL routines" might have some interesting stuff? Nope [2]. The most concise and useful page I've found seems to document the "IDL _help_ Syntax" [3].
I can't get over how poor these docs are.
1. https://www.l3harrisgeospatial.com/docs/idl_concepts.html
Re: GNU Data Language
#16Show. Me. The Code.
I had to click through 5(!) links before I saw any code and those links were not terribly intuitive. No "getting started", no "tutorial", nothing. It seems like an interesting language but it baffles me how many language designers and implementers seem to hide the very code that they aim to use.
Here is the first bit of code I could find: https://www.l3harrisgeospatial.com/docs/bubbleplots.html
Re: GNU Data Language
#17[0] https://www.gnu.org/software/repo-criteria-evaluation.en.htm...
Re: GNU Data Language
#18Earlier quoted context omitted.
Quoted post unavailable.
How and why would a person that doesn't know the language, who just wanted to see an example to know if it interests them, make that contribution? "It's open source, therefore YOU fix it" isn't going to excite people for open source, you know.
Re: GNU Data Language
#19Is this actually associated with the GNU project? The GNU folks aren't fond of GitHub. [0] [0] https://www.gnu.org/software/repo-criteria-evaluation.en.htm...
Re: GNU Data Language
#20I've said it before and I'll say it a thousand times more: when showing a language... Show. Me. The Code. I had to click through 5(!) links before I saw any code and those links were not terribly intuitive. No "getting started", no "tutorial", nothing. It seems like an interesting language but it baffles me how many language designers and implementers seem to hide the very code that they aim to use. Here is the first…