Difference between revisions of "FR:RPi Programming"
(→Testés sur RPi) |
(→Testés sur RPi) |
||
Line 35: | Line 35: | ||
* Javascript via [[Node.js on RPi|Node.js]] | * Javascript via [[Node.js on RPi|Node.js]] | ||
* Pascal | * Pascal | ||
− | ** [[Free Pascal on RPi|Free Pascal | + | ** [[Free Pascal on RPi|Compilateur Free Pascal / langage Pascal objet]] |
− | ** [[Lazarus on RPi|Lazarus]], | + | ** [[Lazarus on RPi|Lazarus]], l'EDI professionnel cross-platform pour [[Free Pascal]]. |
* PHP | * PHP | ||
* Python <ref>http://ntoll.org/article/baking-with-raspberrypipy</ref> | * Python <ref>http://ntoll.org/article/baking-with-raspberrypipy</ref> |
Revision as of 14:36, 15 May 2013
Retour vers le Hub.
Logiciels et Distributions :
Logiciels - une vue d'ensemble.
Distributions - systèmes d'exploitation et environnements de développement pour le Pi.
Compilation du noyau - conseils sur la compilation du noyau.
Performances - mesure des performances du Pi.
Programmation - langages de programmation utilisables sur le Pi.
Langages de programmation, EDI, etc
Testés sur carte Alpha
- Clojure
- gas (GNU assembler) [1]
- gcc
- g++
- Interp
- Mono (C#)
- OCaml
- NodeJS 0.6.18 (Javascript)
- Perl
- Python [2]
- Ruby 1.9.2 (KidsRuby)
- Scala
- Nimrod
- Tiny BASIC for Curses
Testés sur RPi
- C#
- Langage de programmation GalaxC et environnement XXICC "Chicken Coop" (en cours de développement)
- Go
- Java
- How to set up java et ajouter l'accès au matériel
- gcj - pour la compilation de code Java,
- selon le type de calcul à virgule flottante, la JVM Oracle peut être disponible ou non. Elle n'est disponible actuellement qu'avec des calculs logiciels. Voir ici pour une description détaillée.
- Groovy (nécessite Java)
- D'autres JVM sont comparées ici.
- Javascript via Node.js
- Pascal
- Compilateur Free Pascal / langage Pascal objet
- Lazarus, l'EDI professionnel cross-platform pour Free Pascal.
- PHP
- Python [3]
- Regina Rexx [4]
- Scratch
Devraient fonctionner
- Eclipse
- Tcl/Tk
- (maybe) BoaConstructor
- Anjuta for C/C++
- Dev-C++
- CodeBlocks
- Lua
- BBC BASIC
- Small Basic
- Squeak implementation of Smalltalk
- Processing
- Other BASIC variants common to Debian/Ubuntu/Fedora etc. are all likely to work fine, including:
- Regina Rexx
See also: RaspberryPiBoard/EducationalLinks for education-friendly languages.
Programmation graphique
- Gambas - possibly a good choice; easy like old visual basic
- Scratch
- Alice
- Android App Inventor
- Kodu
- Star Logo
- PrimerLabs CodeHero
- Lazarus I was working on LaZorOS4Pi a while back to provide a on-device IDE but I'm stuck with only a VGA monitor + chroot. Will pick it back up asap for it is a great combination. (Used: Fedora, Razor-QT desktop and Lazarus-QT+FreePascal. 2nd attempt => Funtoo)
- YAD 'Yet Another Dialog' for fast GUI scripting in BASH.
- EasyBashGui Want to keep it fast and simple than this is your tool. Goes even faster with the code snippets from Komodo Edit + BASH Menu plugin.
- BlueGriffon is a very slick WYSIWYG editor for HTML5.
- fpGUI Toolkit has been tested and fully working on the RPi. fpGUI is a custom drawn, full featured, cross-platform GUI toolkit that has been in development since 2006. fpGUI can be use for Desktop or Embedded environments, and is suitable for commercial and open source projects. Implemented 100% in Object Pascal, and producing small executables and very low library dependency (just the standard X11 - no Qt or GTK etc required). For a very quick setup of the Free Pascal Compiler & fpGUI Toolkit, download the starter archive (3.5MB download) from http://www.turbocontrol.com/easyfpgui.htm. Unzip, and you are ready to go! fpGUI includes lots of ready made widgets, a documentation viewer (docview), a Visual GUI Forms Designer (uidesigner), and an IDE (maximus). The IDE is still in the very early stages of development, but any programmer editor could be used with fpGUI too.
- Pi3D hardware accelerated 3D (and 2D) for python - still being improved but works now
- Adafruit Learning System Raspberry Pi WebIDE - allows programs to be written, compiled, and executed on the RPi via a web interface.
Robotique
- Lego Mindstorms
- KTurtle and other Logo/turtle graphics (The IO board supports motor drive outputs)
Seraient bien s'ils fonctionnaient
- wvdial -- Dialer for Land-line, GSM, UMTS modems and other serial devices.
- VHDL -- VHDL (VHSIC hardware description language) is a hardware description language used in electronic design automation to describe digital and mixed-signal systems such as field-programmable gate arrays and integrated circuits.
- Verilog -- Verilog, standardized as IEEE 1364, is a hardware description language (HDL) used to model electronic systems. It is most commonly used in the design and verification of digital circuits at the register-transfer level of abstraction.
Sans catégorie
- Sugar Learning Platform: An alternative to the Desktop metaphor of the GUI
- Frink - A language that tracks units of measure through all calculations. If Java works, Frink will work. Frink runs under any version of Java 1.1 or later. Can work without GUI, with AWT GUI, or with Swing GUI, or run on Android if that's what you're using.
- GAViewer
- GeoGebra
- codecademy.com
See also Category:Education
Références
|