From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <63F743FD-FDD6-4A13-A543-A59B01491CD2@gmail.com> References: <63F743FD-FDD6-4A13-A543-A59B01491CD2@gmail.com> From: Charles Forsyth Date: Sun, 13 Nov 2016 20:49:52 +0000 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=089e0149482a76355a054134dd44 Subject: Re: [9fans] Job interview questions Topicbox-Message-UUID: aac00332-ead9-11e9-9d60-3106f5b1d025 --089e0149482a76355a054134dd44 Content-Type: text/plain; charset=UTF-8 On 10 November 2016 at 06:03, Andrew Simmons wrote: > 9) What is the difference between Javascript and jQuery It's funny about JavaScript. (Never mind jQuery.) Given the heart-thumping power of even modern little devices, there's no reason whatsoever why they couldn't implement proper concurrent programming in a modern browser. On the server, people still fuss about the number of processes, and devise clever hacks like async/await in C#, because servers might have to deal with many millions of incoming connections given poor session management. On the client, though? No. Still, although browsers have expanded beyond the traditional dreams of avarice, they still can't do basic multiplexing well. --089e0149482a76355a054134dd44 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= On 10 November 2016 at 06:03, Andrew Simmons <kodogo@gmail.com> wrote:
9)=C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0What is the difference between Javascript= and jQuery

It's funny about JavaScript. (Never m= ind jQuery.) Given the heart-thumping power of even modern little devices, = there's no reason whatsoever why they couldn't implement proper con= current programming in a modern browser. On the server, people still fuss a= bout the number of processes, and devise clever hacks like async/await in C= #, because servers might have to deal with many millions of =C2=A0incoming = connections given poor session management. On the client, though? No. Still= , although browsers have expanded beyond the traditional dreams of avarice,= they still can't do basic multiplexing well.
--089e0149482a76355a054134dd44--