|
Evan Balster
|
 |
« Reply #15 on: November 29, 2012, 09:57:00 AM » |
|
|
|
|
|
|
Logged
|
|
|
|
|
kamac
|
 |
« Reply #16 on: November 29, 2012, 10:00:50 AM » |
|
I want one. But can I run code::blocks on it?
Althrough, don't expect it to run fast.  It's going to run OK, but don't expect miracles.
|
|
|
|
|
Logged
|
|
|
|
|
moi
|
 |
« Reply #17 on: November 29, 2012, 02:06:39 PM » |
|
I'm a bit disappointed, when I first heard of the rPi, I thought they would go back to simpler programming paradigms, with assembler and stuff like that, instead we get linux, openGL and C++ 
|
|
|
|
|
Logged
|
lelebęcülo
|
|
|
|
PompiPompi
|
 |
« Reply #18 on: November 29, 2012, 02:13:33 PM » |
|
Err, the whole point is that you get a complete OS instead of doing painful embedded programming.
|
|
|
|
|
Logged
|
 Kickstarter? no no no... it's Kicksucker...
|
|
|
|
Klaim
|
 |
« Reply #19 on: November 29, 2012, 02:18:20 PM » |
|
I'm a bit disappointed, when I first heard of the rPi, I thought they would go back to simpler programming paradigms, with assembler and stuff like that, instead we get linux, openGL and C++  It's for children by the way, the default OS is focused on providing a simple dev environnement using Python. If you want lower kind of hardware, Arduino is your friend.
|
|
|
|
|
Logged
|
|
|
|
|
JakobProgsch
|
 |
« Reply #20 on: November 29, 2012, 02:29:25 PM » |
|
I want one. But can I run code::blocks on it?
You probably can. I just us it in console with emacs though. You can run OpenGL ES stuff without running X which is nice since that leaves you with more memory. Admittedly memory is less of an issue with the new 512mb version though
|
|
|
|
|
Logged
|
|
|
|
|
Gimym TILBERT
|
 |
« Reply #21 on: November 29, 2012, 02:52:56 PM » |
|
You can't assembler because the chipmaker put dna, RTFM!
|
|
|
|
|
Logged
|
|
|
|
|
rivon
|
 |
« Reply #22 on: November 29, 2012, 03:00:21 PM » |
|
I'm a bit disappointed, when I first heard of the rPi, I thought they would go back to simpler programming paradigms, with assembler and stuff like that, instead we get linux, openGL and C++  If you want to program with assembler, buy some Atmel AVR board, like AVR Butterfly or something.
|
|
|
|
|
Logged
|
|
|
|
|
JakobProgsch
|
 |
« Reply #23 on: November 29, 2012, 03:07:24 PM » |
|
You can't assembler because the chipmaker put dna, RTFM!
Huh? you certainly can happily code assembler just like you can in any linux environment...
|
|
|
|
|
Logged
|
|
|
|
|
moi
|
 |
« Reply #24 on: November 29, 2012, 03:27:52 PM » |
|
I want something with zero abstraction, or the minimum abstraction possible, like 8 bit computers of the good old times. Modern computers create generations of nerds who spend more time swimming in the abstraction layers than actually producing actual result with the machine. machine > code Also bonus points if I can create killer robots with the hardware.
|
|
|
|
|
Logged
|
lelebęcülo
|
|
|
|
JakobProgsch
|
 |
« Reply #25 on: November 29, 2012, 03:35:32 PM » |
|
Look at the already mentioned Atmel AVRs then. Those are perfectly fine for building robots.
|
|
|
|
|
Logged
|
|
|
|
|
moi
|
 |
« Reply #26 on: November 29, 2012, 09:22:41 PM » |
|
|
|
|
|
|
Logged
|
lelebęcülo
|
|
|
|
rivon
|
 |
« Reply #27 on: November 30, 2012, 12:39:43 AM » |
|
Yeah, AVR is 8bit RISC CPU, has 32 8-bit registers of which six can also be used as 16-bit address registers. It can also be programmed in C if you decide that assembler is way too hardcore 
|
|
|
|
|
Logged
|
|
|
|
|