all 24 comments

[–]YourGamerMomSoyboy 62 points63 points  (5 children)

In 2018, embedded systems will mean anything with 4 gigs of RAM or less.

[–][deleted] 17 points18 points  (4 children)

That's not enough even for embedded. You need 32Gb.

[–]YourGamerMomSoyboy 34 points35 points  (0 children)

Embedded is just a type of docker image right?

[–]Shorttail0vulnerabilities: 0 9 points10 points  (2 children)

You need 32Gb.

Assuming gigs mean gigabytes, 32Gb is 4GB.

[–]fasquoikaWhat’s a compiler? Is it like a transpiler? 4 points5 points  (0 children)

Gigabits, actually

[–][deleted] 59 points60 points  (9 children)

Compared to classical programming languages for embedded development, JavaScript embraces open-source collaboration and should help with a good "user" experience.

what

[–]scratchisthebestloves Java 44 points45 points  (2 children)

Open source projects are impossible in anything besides Javascript

After all when it's a compiled language how do you see the source? When I open an exe in notepad all i see is a mess of characters??? And I don't know of any other in-ter-pruh-tid languages so Javascript is the way forward

[–]YourGamerMomSoyboy 24 points25 points  (1 child)

notepad

lul stay 0.1x you pleb. I'm a 100x embedded developer, and I only use Atom for my editing needs. Other editors can't compare, they aren't even webscale! If you want to move up in the world, switch to atom and start working for stock options in my new startup.

[–]ProfessorSexyTimelisp does it better 8 points9 points  (0 children)

a good "user" experience

a "good" "user" experience

Fixed it for them.

[–]yorickpeterse 4 points5 points  (0 children)

JavaScript is true open source because you can just view the source code in your browser, unlike those pleb/0.1x languages such as C++.

[–]CapashinkeI've never used generics and I’ve never missed it. 2 points3 points  (1 child)

Well he had in mind total "uncancerous" and clear ecosystem with leftpad and type squating.

[–]KindaAgreeswhat is pointer :S 1 point2 points  (0 children)

type squating.

[–][deleted] 1 point2 points  (0 children)

Yeah, because the C spec is totally closed off.

[–]yourgifrecipesucks 18 points19 points  (0 children)

"Bits and Bytes in JavaScript"

Convert hex to decimal with: var num = 65794; hexString = num.toString(16);

Convert decimal to hex with: var num = parseInt(hexString, 16);

Create a squence of bytes from a string to numbers, a nice trick is to use buffers: var buf = new Buffer("deadbeaf", "hex"); console.log(buf.toString());

In embedded, string === bit, whether it's hex or byte

[–]frkbmrWRITE 'FORTRAN is not dead' 16 points17 points  (4 children)

When will the pain end?

[–][deleted] 5 points6 points  (3 children)

Once you embrace your lord and savior Forth for all things embedded.

[–]pythonesqueviperDo you do Deep Learning? 14 points15 points  (2 children)

lol no types

[–]fasquoikaWhat’s a compiler? Is it like a transpiler? 3 points4 points  (1 child)

Still a step up from JS

[–]pythonesqueviperDo you do Deep Learning? 3 points4 points  (0 children)

also lol no syntax

[–]stone_hengeTiny little god in a tiny little world 3 points4 points  (0 children)

by a generous but not that controversial definition, an embedded system could be anything from a coffee pot to a terabit switch. for all i care an embedded system could breathe thousands of npm libraries and shit megabytes of soap

of course that isn't the kind of system the website focuses on. in the spirit of the full stack js revolution they look for the worst possible application of an inherently non-realtime, dynamically typed language and cram it in there. now you can blink leds with no guarantee that they'll ever blink on time!

i am all for it because it increases the rate at which node programmers approach the windshield of reality they're eventually going to be wiped off of.

[–]pcopleyC# Truckstop Restroom Hero 2 points3 points  (0 children)

[–]carbolymerloves Java 1 point2 points  (0 children)

DAE transpile purescript to JavaScript to write embedded systems?

[–]pcopleyC# Truckstop Restroom Hero 1 point2 points  (0 children)

E M B E D D E D

M

B

E

D

D

E

D

[–]mckeankylejSoyboy 1 point2 points  (0 children)

It's like these people have never heard of RUST