Personal tools

Raspberry Pi

From HaskellWiki

(Difference between revisions)
Jump to: navigation, search
(Initial page)
m (Remove incorrect line breaks)
Line 3: Line 3:
== Introduction ==
== Introduction ==
-
Raspberry Pi is an [[ARM]] based single-board computer, developed for educational
+
Raspberry Pi is an [[ARM]] based single-board computer, developed for educational purposes, costing USD 25. For more details, see [http://en.wikipedia.org/wiki/Raspberry_Pi the Wikipedia article about Raspberry Pi], or the [http://www.raspberrypi.org/faqs FAQ list].
-
 
+
-
purposes, costing USD 25. For more details, see
+
-
 
+
-
[http://en.wikipedia.org/wiki/Raspberry_Pi the Wikipedia article about Raspberry Pi], or
+
-
 
+
-
the [http://www.raspberrypi.org/faqs FAQ list].
+
[[Image:Raspberry_Pi_Beta_Board.jpg]]
[[Image:Raspberry_Pi_Beta_Board.jpg]]
Line 15: Line 9:
== Links ==
== Links ==
-
*
+
* [http://www.reddit.com/r/haskell/comments/u7cwv/some_observationsproblems_of_getting_haskellghc/ Some observations/problems of getting Haskell/GHC running on the Raspberry Pi] (Reddit)
-
 
+
-
[http://www.reddit.com/r/haskell/comments/u7cwv/some_observationsproblems_of_getting_has
+
-
 
+
-
kellghc/ Some observations/problems of getting Haskell/GHC running on the Raspberry Pi]
+
-
 
+
-
(Reddit)
+
* [http://www.raspberrypi.org/ The official Raspberry Pi site]
* [http://www.raspberrypi.org/ The official Raspberry Pi site]
-
* [http://www.mail-archive.com/haskell-cafe@haskell.org/msg99529.html Re: [Haskell-cafe]
+
* [http://www.mail-archive.com/haskell-cafe@haskell.org/msg99529.html Re: [Haskell-cafe] Haskell (GHC 7) on ARM]
-
 
+
-
Haskell (GHC 7) on ARM]
+

Revision as of 21:38, 12 June 2012

This article is a stub. You can help by expanding it.

1 Introduction

Raspberry Pi is an ARM based single-board computer, developed for educational purposes, costing USD 25. For more details, see the Wikipedia article about Raspberry Pi, or the FAQ list.

Image:Raspberry_Pi_Beta_Board.jpg

2 Links


3 See also