Are the brains of the UNIXoid working correctly?


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Are the brains of the UNIXoid working correctly?
# 1  
Old 02-28-2019
Are the brains of the UNIXoid working correctly?

Today I saw the topic. sum-even-numbers-1-100 At that time, it was already closed but not the point. Other thoughts came to mind.
All newcomers to Haskell are afraid that when they study it, their brains will turn inside out. I did not notice anything like that. And all because the brains of all Unicsoids are initially in the correct position. Let's look at an example concerning this theme.
On Haskell you need to write one line.
Code:
print $ sum [0,2..100]

But analogue on bash
Code:
echo $(($(seq -s+ 0 2 100)))

This User Gave Thanks to nezabudka For This Post:
# 2  
Old 02-28-2019
Moderator's Comments:
Mod Comment The thread as a whole (at least my following post) might be suited better to the Lounge part of the forum. Depending on which direction the following takes i might transfer it to there eventually but withhold my decision for now.


In programming only one half (and probably even the less significant half, for that matter) is about coding techniques. Much more important is to understand what you do and to understand the "structure" of the problem you are working on:

Quote:
Originally Posted by nezabudka
On Haskell you need to write one line.
Code:
print $ sum [0,2..100]

But analogue on bash
Code:
echo $(($(seq -s+ 0 2 100)))

Now, this will work as expected and of course produce the correct result. Who could argue with that?

Let me tell you a story: the young Friedrich Gauss was attending grammar school (as far as i know the story he is purported to be 7 years old) and one day the teacher didn't feel like teaching, so he assigned the class this task: calculate the sum of all integers 1-100. He expected that the pupils will be busy all day doing all the additions. But 10 minutes after the assignment Gauss turned in his work - and earned a solid slap in the face for obviously not doing what the teacher told him to do.

Anyway, the slate (they wrote with chalk on slates) was put on the teachers desk face down and the other pupils were for a long time busy adding and adding. After some time one after the others were turning in their results and the slates were stacked face down. Finally the teacher controlled the results, taking one slate after the other and all were written all over with intermediate results - some wrong, some correct, but that is not really the point.

Finally he got to Gauss' slate there were no intermediate calculations, just a result: 5050. Bewildered he asked Gauss how he came to this result (which is correct, btw.) and in the little time he spent. Gauss answered:

Let us take the first number (1) and the last number (100) and add them: we get 101. Now take the second and the penultimate number and the sum is also 101. And so on, we get fifty pairs (1+100, 2+99, ... 50+51) each adding up to 101. We multiply therefore 101x50, which is easy to do in the head and arrive at 5050 - q.e.d.

You see, programming is about identifying such properties. I once had to correct such a "i have no idea what i am doing"-way of implementing something. The solution there was obviously "outwardly" absolutely correct but equally obviously neglected basic properties of the ways things work.

If you don't understand applied mathematics at least to some degree you simply don't have what it takes to do programming, regardless of which language you try. I always wonders how "computer science" can be a science at all. A computer is a tool and you have to learn how to use it properly, but that is not a science, it is a trade. As there is no "hammerology" but simply blacksmithing there is no "computer science". There is, though, a number of sciences related to it (mathematics being one of these, language theory being another) and as i see it the problems in modern software development come from gravely ignoring this aspect of writing programs.

bakunin
These 7 Users Gave Thanks to bakunin For This Post:
# 3  
Old 02-28-2019
Code:
T=0 ; for X in {2..100} ; do ((T+=X)) ; done

Loses at code golf, but wins in a world where code must be read, understood, and maintained.

More seriously, Haskell won't replace shell, they've got different jobs. Haskell's real opportunities are perl and python, two omnipresent languages ill-equipped for formal math/logic but often pressed into service with the assistance bolt-on modules. This works but the syntax of calling modules for something you'd expect a builtin to do is inevitably ugly. Something with more orthogonal data structures could do a lot more with a lot less kludge. What can Haskell's data structures do?
This User Gave Thanks to Corona688 For This Post:
# 4  
Old 02-28-2019
OpenSCAD is another purely functional language, though it doesn't look it at first. It looks more like C, with very different constraints on where you're allowed to do what. This causes a bit of brain damage at first ("why can't I overwrite variables!?" cried a million voices) but is good at illustrating what "functional language" means in a paradigm procedural programmers can understand. It's also got a nice orthogonal set of basic vector/matrix operations.

Having fought through and learned its ways, I agree that functional syntax is often simpler and more concise. It's rarely clearer -- comments are essential. And never in my experience have they ever been faster or smaller. Functional languages rely on things like compiler optimization and caching to reduce the amount of work for a given result. This amounts to big compilers/interpreters and occasionally unpredictable amounts of overhead. Tail recursion is a wondrous thing but so easy to poison!

That's the price you pay for a language one step closer to declaring what you want instead of declaring exactly how to do it. It's not a good fit for everything.
These 2 Users Gave Thanks to Corona688 For This Post:
# 5  
Old 03-02-2019
Thanks to @Corona688 and @bacunin and everyone who was interesting. To top it all I want to add.
This is a side effect, so to speak, but it may be equally useful.
I tried to learn English from fiction books, but this is a very tedious thing. Because a lot of incomprehensible. Difficult speech turns, tenses of verbs, etc. I was looking for such a lite book and without ambiguity. Haskell is in itself an interesting language and therefore I read this book and learn English with great pleasure. Anyone who needs to tighten up English I advise you to download the book "Haskell_eBook_Reader.pdf"
Well, or maybe this approach in relation to something either seems interesting.
This User Gave Thanks to nezabudka For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

vnc No Longer Working Correctly

Hello All, Yesterday, all day, I was using x11vnc and vncviewer to connect to a server. But today for some reason it is not working. I don't remember changing any settings or anything like that, but because it stopped working correctly I guess something has...? I'm issuing the exact same... (0 Replies)
Discussion started by: mrm5102
0 Replies

2. Shell Programming and Scripting

awk not working correctly

Hi I am attempting to right a script which will read a table and extract specfic information. LASTFAILEDJOB=/usr/openv/netbackup/scripts/GB-LDN/Junaid/temp_files/lastfailedjob cat /usr/openv/netbackup/scripts/GB-LDN/Junaid/temp_files/lastfailedjob 237308646 If i run the following... (5 Replies)
Discussion started by: Junes
5 Replies

3. UNIX for Dummies Questions & Answers

Grep Regexp not working correctly

Consider the following code: grep -o -e '^STEAM_::\d+$' workfile3.tmp A sample format of a valid string for the regexp would be: STEAM_0:1:12345678 Here is an example line from the workfile3.tmp file: 465:L 01/02/2012 - 00:05:33: "Spartan1-1-7<8><STEAM_0:1:47539638><>" connected No... (2 Replies)
Discussion started by: spinner0205
2 Replies

4. Shell Programming and Scripting

rsync is not correctly working

We are using Red Hat linux system. I am transferring my rman backup files to another server. Here is the command i am using to transfer the files. /usr/bin/rsync -avpP --delete /xyz/xyz/ 99.99.999.99::db110bkp Here is the rsync version. >rsync --version rsync version 3.0.6 ... (1 Reply)
Discussion started by: govindts
1 Replies

5. Shell Programming and Scripting

Find cmd not working correctly in script

I am trying to copy 2 types of files so I can archive them. I tested with a set of commands: touch -t $(date -d "-60 day" +%Y%m%d) WORKDIR/REF find TARGETDIR/ -type f -maxdepth 1 -iname \*.out\* -or -iname \*.log\* ! -newer WORKDIR/REF -exec ls -l {} \; This correctly lists any files in the... (2 Replies)
Discussion started by: prismtx
2 Replies

6. UNIX for Dummies Questions & Answers

grep -A switch not working correctly with -m

egrep -A 7 -m 2 -h 'Date:|Time:' *.html this is showing only 2 line after the context of the 2nd found match. Is this a bug in grep? egrep -A 7 -m 2 -h 'Time:' *.html - this works correctly (2 Replies)
Discussion started by: zer0
2 Replies

7. Programming

Shell Implementation not working correctly

//save in/out int tmpin = dup(0); int tmpout = dup(1); //set initial input int fdin; if(_inputFile) { fdin = open(_inputFile, O_RDONLY | O_CREAT, S_IREAD | S_IWRITE); } else { //use default input fdin = dup(tmpin); } int ret; int fdout; for(int i = 0; i... (14 Replies)
Discussion started by: AirBronto
14 Replies

8. Shell Programming and Scripting

Variable not working correctly.

Hi, I have a script where I am trying to set a local variable using the following, MYVAR="$NAME"_"$NAME2".txt where say, NAME = one NAME2 = two so I want the output one_two.txt but what I am getting is, two.txt basically the $NAME2 is overwriting, what am I doing wrong? ... (3 Replies)
Discussion started by: walsh_j
3 Replies

9. Shell Programming and Scripting

if not working correctly

Anyone have an idea why this if statement does not work correctly? "test2.sh" 18 lines, 386 characters #!/usr/bin/sh WARNING=80 CRITICAL=95 check_it() { if ] || ];then echo "YES ] || ]" else echo "NO ] || ]" fi } check_it 80.1 check_it 81.1 (3 Replies)
Discussion started by: 2dumb
3 Replies

10. UNIX for Dummies Questions & Answers

Script not working correctly

I have a simple script that I want to run every 30 minutes but only when I execute it. I don't want it to be a crontab job. so i have for example date ls -l who sleep 1800 The first time it executes correctly but after the first time it nevers execute back again. It should execute after... (2 Replies)
Discussion started by: elchalateco
2 Replies
Login or Register to Ask a Question