Difference between revisions of "RoboticOverlords"

From HaskellWiki
Jump to navigation Jump to search
m (added link to NXT)
(Added Category:Robotics)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
=Robotic Overlords=
 
=Robotic Overlords=
   
In order to ensure that the Robotic Overlords are developed using a sensible language, we must start now by indoctrinating the children who will one day develop the Robots. Here-in lies the plan.
+
In order to ensure that the Robotic Overlords are developed using a sensible language, we must start now by indoctrinating the children who will one day develop the Robots.
  +
  +
http://www.haskell.org/pipermail/haskell-cafe/2011-September/095650.html
  +
  +
Here-in lies the plan.
  +
   
 
== Existing Platforms ==
 
== Existing Platforms ==
   
To get started, we need to find an hackable robot platform that we can easily target using Haskell technology. Something Arduino based might be good. Here are some potential platforms to consider:
+
To get started, we need to find an hackable robot platform that we can easily target using Haskell technology. Something [[Arduino]] based might be good. Here are some potential platforms to consider:
   
 
* [http://hackage.haskell.org/package/NXT A Haskell interface to Lego Mindstorms NXT over Bluetoooth]
 
* [http://hackage.haskell.org/package/NXT A Haskell interface to Lego Mindstorms NXT over Bluetoooth]
  +
* [http://leepike.wordpress.com/2010/05/31/twinkle-twinkle-little-haskell/ Arduino+Haskell]
  +
  +
  +
  +
[[Category:Robotics]]

Revision as of 19:56, 10 June 2012

Robotic Overlords

In order to ensure that the Robotic Overlords are developed using a sensible language, we must start now by indoctrinating the children who will one day develop the Robots.

http://www.haskell.org/pipermail/haskell-cafe/2011-September/095650.html

Here-in lies the plan.


Existing Platforms

To get started, we need to find an hackable robot platform that we can easily target using Haskell technology. Something Arduino based might be good. Here are some potential platforms to consider:

* A Haskell interface to Lego Mindstorms NXT over Bluetoooth
* Arduino+Haskell