Difference between revisions of "Raspberry Pi Programming"

From eLinux.org
Jump to: navigation, search
(added NodeJS/javascript as verified working language)
Line 56: Line 56:
 
* [http://mindstorms.lego.com/en-us/Default.aspx Lego Mindstorms]
 
* [http://mindstorms.lego.com/en-us/Default.aspx Lego Mindstorms]
 
* [http://edu.kde.org/kturtle/ KTurtle] and other Logo/[http://en.wikipedia.org/wiki/Turtle_graphics turtle graphics] (The IO board supports motor drive outputs)
 
* [http://edu.kde.org/kturtle/ KTurtle] and other Logo/[http://en.wikipedia.org/wiki/Turtle_graphics turtle graphics] (The IO board supports motor drive outputs)
 +
 +
==Would Be GREAT If These Worked==
 +
* wvdial -- Dialer for Land-line, GSM, UMTS modems and other serial devices.
  
 
==Uncategorised==
 
==Uncategorised==

Revision as of 08:15, 6 June 2012

Back to the Hub.


Software & Distributions:

Software - an overview.

Distributions - operating systems and development environments for the Raspberry Pi.

Kernel Compilation - advice on compiling a kernel.

Performance - measures of the Raspberry Pi's performance.

Programming - programming languages that might be used on the Raspberry Pi.


Programming languages, IDEs, etc

Tested on Alpha board

  • Interp
  • Scala
  • Clojure
  • OCaml
  • gcc
  • g++
  • Python [1]
  • Perl
  • Ruby 1.9.2 (KidsRuby)
  • NodeJS 0.6.18 (Javascript)

Expected to work

See also: RaspberryPiBoard/EducationalLinks for education-friendly languages.

Graphical Programming

Robotics

Would Be GREAT If These Worked

  • wvdial -- Dialer for Land-line, GSM, UMTS modems and other serial devices.

Uncategorised

See also Category:Education

References